0ad/binaries/data/mods/public/simulation/components/tests
elexis 52f311da2b Merge resource agnostic branch by s0600204, fixes #3934.
Remove all occurances of hardcoded resources in the simulation, GUI and
AI code by
specifying resources as JSON files in a new simulation subdirectory and
accessing them through a globally defined prototype.

This was SVN commit r18964.
2016-11-19 14:29:45 +00:00
..
setup.js Add tests to the Foundation component + fix some minor issues found by implementing the tests. Fixes #4121 2016-07-29 11:48:07 +00:00
test_Attack.js Fix a test failure on SM45. Patch by leper, fixes #4353. 2016-11-18 09:43:54 +00:00
test_AuraManager.js Add tests to AuraManager component. Fixes #4123 2016-08-02 12:19:40 +00:00
test_Auras.js Regression tests for all aura types. Patch by fatherbushido, fixes #4124. 2016-11-15 16:30:10 +00:00
test_Capturable.js Adds Capturable component tests. Fixes a message. Thanks elexis and sanderd17 for the remarks. Fixes #4149. 2016-09-05 20:02:33 +00:00
test_Damage.js Remove cmpPlayerManager.GetAllPlayerEntities() which leaked internal data. 2016-08-27 15:26:23 +00:00
test_EndGameManager.js AI diplomacy support for lastManStanding, patch by Sandarac, tests reviewed by elexis, fixes #4143 2016-11-15 18:48:20 +00:00
test_Foundation.js Fix building of fields + update tests to make sure this doesn't happen again. Refs #4121 2016-08-02 11:54:18 +00:00
test_GuiInterface.js Merge resource agnostic branch by s0600204, fixes #3934. 2016-11-19 14:29:45 +00:00
test_Math.js Adds JS implementations of Math.pow, exp, and log, by sanderd17, refs #1193. 2013-06-30 05:16:20 +00:00
test_Player.js Merge resource agnostic branch by s0600204, fixes #3934. 2016-11-19 14:29:45 +00:00
test_Timer.js Add SetInterval to Timer. 2010-11-21 19:27:53 +00:00
test_UnitAI.js Add GetPlayersByDiplomacy to cmpPlayer. 2016-08-27 15:28:02 +00:00