0ad/source/simulation2/scripting
elexis 26d4c1550e
Fix subscription time of script component wrapper
Script component wrapper attempted to subscribe to messages before the
script component has been registered.
This defect existed since 7c2e9027c2 but was never noticed since there
is no script component wrapper which subscribes to messages. (Only the
script component it wrapps does.)

(cherry picked from commit f932b8b9cc)
Signed-off-by: Itms <itms@wildfiregames.com>
2025-01-05 22:57:14 +01:00
..
EngineScriptConversions.cpp Adapt 0 A.D. to SpiderMonkey ESR 102 2024-12-09 10:43:35 +01:00
JSInterface_Simulation.cpp Replace usage of OSString().c_str() by OSString 2024-10-28 16:35:49 +01:00
JSInterface_Simulation.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
MessageTypeConversions.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
ScriptComponent.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
ScriptComponent.h Fix subscription time of script component wrapper 2025-01-05 22:57:14 +01:00