0ad/source/lobby
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
..
scripting Fix some includes all over the place 2025-08-13 19:38:21 +02:00
Globals.cpp Update headers in lobby 2025-06-25 14:00:44 +02:00
IXmppClient.h Remove ScriptTypes and ScriptExtraHeaders headers 2025-09-14 13:17:18 +02:00
StanzaExtensions.cpp Update headers in lobby 2025-06-25 14:00:44 +02:00
StanzaExtensions.h Update headers in lobby 2025-06-25 14:00:44 +02:00
XmppClient.cpp Remove Script::CreateArray 2026-02-08 19:27:50 +01:00
XmppClient.h Query XMPP client for connection state 2026-01-01 11:42:23 +01:00