Changes between Initial Version and Version 1 of Ticket #5068


Ignore:
Timestamp:
Mar 16, 2018, 1:00:19 AM (6 years ago)
Author:
bb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5068 – Description

    initial v1  
    11Atlas currently hardcodes the victoryConditions in map.cpp (to create its checkboxes). This makes adding new victory conditions more work than it should. It should read all required data from the json in the public mod (like gamesetup does). This should also include the disabling and unchecking of conquest_structures{units} when conquest is checked (so we can nuke OnConquestChanged in map.cpp).
     2
     3related #5075