0ad/binaries/data/mods/public/simulation/components/tests
sanderd17 b7f6c00c2b Mark all components as global variables and allow to re-register existing components to update their schema and/or message receiving methods.
This allows for components to be extended in other files, so mods don't
have to overwrite entire components.
Fixes #2517. Thanks to Rada for helping on this
(also fix some tests broken in the previous commit)

This was SVN commit r15150.
2014-05-18 08:20:02 +00:00
..
setup.js Added dummy PostMessage and BroadcastMessage functions for tests 2012-04-05 14:13:36 +00:00
test_GuiInterface.js Fix tests. 2014-04-02 23:09:59 +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 Fixes tests 2013-11-10 03:24:29 +00:00
test_Timer.js Add SetInterval to Timer. 2010-11-21 19:27:53 +00:00
test_UnitAI.js Mark all components as global variables and allow to re-register existing components to update their schema and/or message receiving methods. 2014-05-18 08:20:02 +00:00