1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 10:09:41 +00:00
openmw-tes3mp/apps/openmw/mwscript
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
..
docs Implement TestCells (feature #5219) 2019-12-22 11:13:42 +04:00
aiextensions.cpp Add OpenMW commits up to 1 Dec 2019 2019-12-01 23:52:42 +02:00
aiextensions.hpp
animationextensions.cpp Add OpenMW commits up to 9 Mar 2019 2019-08-21 19:04:04 +03:00
animationextensions.hpp
cellextensions.cpp Implement TestCells (feature #5219) 2019-12-22 11:13:42 +04:00
cellextensions.hpp
compilercontext.cpp
compilercontext.hpp
consoleextensions.cpp
consoleextensions.hpp
containerextensions.cpp Add OpenMW commits up to 6 June 2019 2019-08-22 11:42:02 +03:00
containerextensions.hpp
controlextensions.cpp [General] Synchronize TCL state for players 2019-12-01 18:13:24 +02:00
controlextensions.hpp
dialogueextensions.cpp Add OpenMW commits up to 1 Dec 2019 2019-12-01 23:52:42 +02:00
dialogueextensions.hpp
extensions.cpp
extensions.hpp
globalscripts.cpp Add OpenMW commits up to 9 Mar 2019 2019-08-21 19:04:04 +03:00
globalscripts.hpp
guiextensions.cpp [Client] Once again allow beds to be used even if waiting is disallowed 2019-12-03 23:55:55 +02:00
guiextensions.hpp
interpretercontext.cpp [General] Move handling of client globals to ClientScriptGlobal packet 2020-01-04 09:56:37 +02:00
interpretercontext.hpp Add OpenMW commits up to 9 Mar 2019 2019-08-21 19:04:04 +03:00
locals.cpp
locals.hpp
miscextensions.cpp Add OpenMW commits up to 1 Dec 2019 2019-12-01 23:52:42 +02:00
miscextensions.hpp
ref.cpp
ref.hpp
scriptmanagerimp.cpp
scriptmanagerimp.hpp
skyextensions.cpp
skyextensions.hpp
soundextensions.cpp Add OpenMW commits up to 9 Mar 2019 2019-08-21 19:04:04 +03:00
soundextensions.hpp
statsextensions.cpp [Client] Fix code conflict with OpenMW in OpRemoveSpell correctly 2019-12-02 00:27:33 +02:00
statsextensions.hpp
transformationextensions.cpp Add OpenMW commits up to 6 June 2019 2019-08-22 11:42:02 +03:00
transformationextensions.hpp
userextensions.cpp
userextensions.hpp