0ad/source/simulation2
elexis 034124e8d8 Fix range overlay color after deserialization following 5fbb224dc0 / D555, refs #3915.
Since the component initialization order is the alphabetic filename
order and
since the RangeOverlayRenderer < Player < Selectable, the new file in
that commit introduced the issue.
Similar to 36b315ca32, refs #4632.

UpdateColor function taken from temple's D754

This was SVN commit r20963.
2018-01-22 06:50:35 +00:00
..
components Fix range overlay color after deserialization following 5fbb224dc0 / D555, refs #3915. 2018-01-22 06:50:35 +00:00
docs Replace deprecated jsval with JS::Value. 2017-08-28 10:27:36 +00:00
helpers Consider that the point could be inside the goal area in some PathGoal functions 2018-01-16 02:15:04 +00:00
scripting Move Simulation GUI ScriptFunctions to a new JS Interface, refs #4772. 2017-09-12 01:53:46 +00:00
serialization Replace deprecated jsval with JS::Value. 2017-08-28 10:27:36 +00:00
system Expose INVALID_PLAYER to the JS simulation and use it instead of -1 for consistency with the C++ counterpart. 2018-01-22 01:02:29 +00:00
tests Remove VFS cache, because it is less effective and less efficient than the OS cache (and partially redundant with higher level application caches). 2017-12-10 17:33:03 +00:00
MessageTypes.h Pass ScriptInterface as a const ref where possible. 2017-08-24 00:32:42 +00:00
Simulation2.cpp Initialize the AIManager AISeed immediately in C++ rather than too late and in JS. 2017-12-27 16:51:25 +00:00
Simulation2.h An awesome Rejoin-test tool by wraitii and Itms, fixes #4242, refs #3460. 2016-11-15 13:26:58 +00:00
TypeList.h Replace DataTemplateManager simulation component with a globalscript, refs #4868. 2017-12-31 01:02:21 +00:00