1
0
forked from 0ad/0ad
0ad/source/lobby/scripting
elexis 9023f4bebb Support creating lobby GUI messages with arbitrary arguments instead of forcing every message type into the same struct type, refs #4877 / 76bc9b579a / D339.
Creates the GUI messages directly as JS::Values and removes the
intermediary rigid struct.
Implementation similar to ScriptInterface::CreateObject from D2080.

Differential Revision: https://code.wildfiregames.com/D2264
Tested on: clang 8.0.1, Jenkins

This was SVN commit r22856.
2019-09-06 05:14:20 +00:00
..
JSInterface_Lobby.cpp Support creating lobby GUI messages with arbitrary arguments instead of forcing every message type into the same struct type, refs #4877 / 76bc9b579a / D339. 2019-09-06 05:14:20 +00:00
JSInterface_Lobby.h Drop lobby presence GUI messages altogether for better performance and less code complexity. 2019-09-06 02:53:22 +00:00