0ad/binaries/data/mods/_test.sim/simulation
wraitii 9fc6c3c897 Correctly serialize/deserialize user-defined JS objects.
Generalize component/AI serialization system to any user-defined JS
object. This includes Vector2D/3D, fixing an old issue.
As with components/AI, JS Objects may implement a Serialize/Deserialize
function to store custom data instead of the default, which attemps to
serialize all enumerable properties.

Fixes #4698

Differential Revision: https://code.wildfiregames.com/D2746
This was SVN commit r24462.
2020-12-27 17:18:13 +00:00
..
components Correctly serialize/deserialize user-defined JS objects. 2020-12-27 17:18:13 +00:00
data Syncs _test.sim required simulation data with public mod, copies RelaxNG schemas for future use 2014-07-13 21:29:30 +00:00
helpers # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
templates Move PopulationBonus from cmpCost to new cmpPopulation. 2020-12-14 18:17:59 +00:00