Changes between Version 4 and Version 9 of Ticket #3049


Ignore:
Timestamp:
Nov 6, 2017, 6:08:09 PM (6 years ago)
Author:
elexis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3049

    • Property Milestone Alpha 19Backlog
  • Ticket #3049 – Description

    v4 v9  
    1 Currently `gamesetup.js` is not really extensible to support trigger/campaign maps where some settings should be fixed while others can be changed (e.g. allowing the player to assign himself to slots 1 and 3 on a 4 player map). The logic to decide what settings can be changed (for RMS, Skirmish Maps, and Scenarios) is also quite duplicated.
     1Currently `gamesetup.js` is not really extensible to support trigger/campaign maps where some settings should be fixed while others can be changed (e.g. allowing the player to assign himself to slots 1 and 3 on a 4 player map). See also #3013.
     2
     3~~The logic to decide what settings can be changed (for RMS, Skirmish Maps, and Scenarios) is also quite duplicated.~~ (done in r19504)
    24
    35The code could also use some improvement such that the persistent game settings can work with just storing the minimum of information needed to recreate the settings instead of saving everything and then hoping that it doesn't cause conflicts/issues later (see #3044, #3033).
    4 
    5 See also #3013.