0ad/source/ps/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
..
JSInterface_ConfigDB.cpp Fix some includes all over the place 2025-08-13 19:38:21 +02:00
JSInterface_ConfigDB.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
JSInterface_Console.cpp Fix some includes all over the place 2025-08-13 19:38:21 +02:00
JSInterface_Console.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
JSInterface_Debug.cpp Fix some includes all over the place 2025-08-13 19:38:21 +02:00
JSInterface_Debug.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
JSInterface_Game.cpp Fix some includes all over the place 2025-08-13 19:38:21 +02:00
JSInterface_Game.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
JSInterface_Hotkey.cpp Fix includes in source/ps 2025-08-03 15:57:56 +02:00
JSInterface_Hotkey.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
JSInterface_Main.cpp Readd JS API function Engine.Exit() 2026-01-29 20:03:56 +01:00
JSInterface_Main.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
JSInterface_Mod.cpp Add an engine "compatible" version 2025-10-26 09:16:46 +01:00
JSInterface_Mod.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
JSInterface_ModIo.cpp Remove Script::CreateArray 2026-02-08 19:27:50 +01:00
JSInterface_ModIo.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
JSInterface_SavedGame.cpp Don't use g_GUI in TurnManager 2026-01-23 21:05:14 +01:00
JSInterface_SavedGame.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
JSInterface_UserReport.cpp Fix some includes all over the place 2025-08-13 19:38:21 +02:00
JSInterface_UserReport.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
JSInterface_VFS.cpp Remove Script::CreateArray 2026-02-08 19:27:50 +01:00
JSInterface_VFS.h Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
JSInterface_VisualReplay.cpp Fix some includes all over the place 2025-08-13 19:38:21 +02:00
JSInterface_VisualReplay.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00