1
0
forked from 0ad/0ad
0ad/source/lobby
wraitii 0f60bf3a97 Split off Object-related functions from ScriptInterface
Follows 34b1920e7b.

This splits off the object-related functions, such as
[Set/Get/Has]Property, CreateObject, CreateArray, FreezeObject.

It also puts the definitions in the header itself, which might end up
with faster code here & there, though perhaps slower compilation time
(somewhat doubtful since we already included most things anyways).

Differential Revision: https://code.wildfiregames.com/D3956
This was SVN commit r25430.
2021-05-13 17:23:52 +00:00
..
glooxwrapper Don't hardcode the "0ad" resource into lobby XMPP & hosting 2021-05-09 12:51:32 +00:00
scripting Split JS conversions from ScriptInterface. 2021-05-13 09:43:33 +00:00
Globals.cpp Fix building with --without-lobby. Fixes #2249. 2013-11-08 15:28:44 +00:00
IXmppClient.h Split off Object-related functions from ScriptInterface 2021-05-13 17:23:52 +00:00
StanzaExtensions.cpp Get the public IP from the lobby if not using STUN. 2021-02-08 15:47:34 +00:00
StanzaExtensions.h Hide ip and port from users until they want to join, add optional password 2021-01-20 18:31:39 +00:00
XmppClient.cpp Split off Object-related functions from ScriptInterface 2021-05-13 17:23:52 +00:00
XmppClient.h Split off Object-related functions from ScriptInterface 2021-05-13 17:23:52 +00:00