0ad/source/simulation2/scripting
phosit df18e22277
Remove Script::CreateArray
It's better to construct a js-array from a `JS::RootedValueVector`.
Because it is more strongly typed and the index doesn't has to be
specified when appending an element.
Some usages are replaced with `JS::RootedValueArray`.

Fixes: #8702
2026-02-08 19:27:50 +01:00
..
EngineScriptConversions.cpp Fix formation reshuffling after entity rename 2026-02-04 11:05:07 +01:00
JSInterface_Simulation.cpp Remove Script::CreateArray 2026-02-08 19:27:50 +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 Fix includes in source/simulation2 2025-08-07 20:00:49 +02:00
ScriptComponent.cpp Fix includes in source/simulation2 2025-08-07 20:00:49 +02:00
ScriptComponent.h Remove the name of some unused arguments 2025-06-18 12:49:59 +02:00