1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-04 02:45:33 +00:00
openmw-tes3mp/apps/openmw-mp/processors
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
..
actor [General] Split up Attack packets into Attack and Cast ones 2019-08-25 09:35:23 +03:00
object [General] Move handling of client globals to ClientScriptGlobal packet 2020-01-04 09:56:37 +02:00
player [Server] Remove unneeded assignments for playerController in processors 2019-11-29 12:54:18 +02:00
worldstate [General] Move handling of client globals to ClientScriptGlobal packet 2020-01-04 09:56:37 +02:00
ActorProcessor.cpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
ActorProcessor.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ObjectProcessor.cpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
ObjectProcessor.hpp [Server] Rename WorldProcessor into ObjectProcessor 2018-05-15 22:07:06 +03:00
PlayerProcessor.cpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PlayerProcessor.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
ProcessorInitializer.cpp [General] Move handling of client globals to ClientScriptGlobal packet 2020-01-04 09:56:37 +02:00
ProcessorInitializer.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
WorldstateProcessor.cpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
WorldstateProcessor.hpp [General] Add and implement new Worldstate packet type 2018-05-18 06:40:28 +03:00