1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 22:19:54 +00:00
openmw-tes3mp/apps/openmw
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
..
mwbase Add OpenMW commits up to 2 Jan 2020 2020-01-02 22:09:54 +02:00
mwclass Add OpenMW commits up to 2 Jan 2020 2020-01-02 22:09:54 +02:00
mwdialogue Add OpenMW commits up to 18 Sep 2019 2019-09-18 23:46:08 +03:00
mwgui Add OpenMW commits up to 20 Dec 2019 2019-12-20 15:43:50 +02:00
mwinput [Client] Once again allow beds to be used even if waiting is disallowed 2019-12-03 23:55:55 +02:00
mwmechanics Add OpenMW commits up to 2 Jan 2020 2020-01-02 22:09:54 +02:00
mwmp [General] Move handling of client globals to ClientScriptGlobal packet 2020-01-04 09:56:37 +02:00
mwphysics Add OpenMW commits up to 18 Aug 2019 2019-08-22 22:44:00 +03:00
mwrender Add OpenMW commits up to 2 Jan 2020 2020-01-02 22:09:54 +02:00
mwscript [General] Move handling of client globals to ClientScriptGlobal packet 2020-01-04 09:56:37 +02:00
mwsound Avoid virtual call in SoundManager dtor 2019-11-17 18:50:11 +01:00
mwstate Remove redundant includes 2019-02-23 08:02:12 +04:00
mwworld Add OpenMW commits up to 2 Jan 2020 2020-01-02 22:09:54 +02:00
android_main.cpp android: Switch to C++ 2019-04-28 18:21:31 -04:00
CMakeLists.txt [General] Move handling of client globals to ClientScriptGlobal packet 2020-01-04 09:56:37 +02:00
doc.hpp Fixed more spelling mistakes 2016-12-15 13:09:40 +01:00
engine.cpp [Client] Ensure mwmp::Main is initialized before GUIController cleanup 2019-12-04 08:39:33 +02:00
engine.hpp Make fallback map static to simplify constructors 2019-03-29 15:30:49 +04:00
main.cpp Add OpenMW commits up to 6 June 2019 2019-08-22 11:42:02 +03:00