mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
Remove the world population setting from the game setup. Add a dropdown for choosing the "Population Cap Type". (-> containing Player Population, World Population, Team Population) Use a single "Population Cap" dropdown adapting to the pop cap types. Move all population data into a single .json file. New system component "PopulationCapManager" for distributing pop caps. Resolves: #6918
1 line
50 B
JavaScript
1 line
50 B
JavaScript
Engine.RegisterInterface("PopulationCapManager");
|