0ad/binaries/data/mods/_test.sim/simulation
elexis eb6f14a82d AI prototype chain cleanup.
Use prototype = Object.create(parent) instead of prototype = new
parent(...) to avoid calling the constructor needlessly (as it is
redundant with the base constructor call in the constructor calls the
parent constructor).

Testfile reference comes from 7c2e9027c2,
"initial terrible AI player scripts" had it since 57e5bb878a,
jubot copied it since 02ed11ac54,
qbot copied it since b146f53d7b
qbot-wc (later aegis) copied it since 45ee419171,
aegis copied it since bcf7115b5c,
petra copied it since 97afd25171.

d23b7deb98 used Object.create correctly for new code in aegis that was
adopted for petra too in 97afd25171.

Differential Revision: https://code.wildfiregames.com/D2238
Patch By: Krinkle
This was SVN commit r22834.
2019-09-02 17:33:59 +00:00
..
components AI prototype chain cleanup. 2019-09-02 17:33:59 +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 Remove test templates that became unused with fd93e4ae74, refs #2951. 2018-03-26 14:34:35 +00:00