1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-28 20:15:32 +00:00
openmw-tes3mp/apps/openmw-mp/Script
David Cernat e6c626f127 [General] Move handling of client globals to ClientScriptGlobal packet
ClientScriptGlobal is a new Worldstate packet that handles short, long and float values for global variables in clientside scripts.

Previously, short values were handled by the ScriptGlobalShort packet, while a partially implemented ScriptGlobalFloat packet also existed, but both of those packets were Object packets because they were added near the end of 2016 when only Player and Object packets existed (with the latter actually being called WorldEvent packets at the time). Both ScriptGlobalShort and ScriptGlobalFloat have now been removed.

The serverside script functions previously used to interact with ScriptGlobalShort have, however, been kept so they can be adjusted to work with local variables in clientside scripts instead in a future commit.
2020-01-04 09:56:37 +02:00
..
API [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
Functions [General] Move handling of client globals to ClientScriptGlobal packet 2020-01-04 09:56:37 +02:00
LangLua [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
LangNative [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
Language.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
Platform.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
Script.cpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
Script.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
ScriptFunction.cpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
ScriptFunction.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
ScriptFunctions.cpp [Server] Turn GetArguments() from ScriptFunctions into Utils function 2019-02-24 01:43:04 +02:00
ScriptFunctions.hpp [General] Move handling of client globals to ClientScriptGlobal packet 2020-01-04 09:56:37 +02:00
SystemInterface.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
Types.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00