1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-28 21:15:34 +00:00
openmw-tes3mp/components/openmw-mp/Packets/Object
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
..
ObjectPacket.cpp [General] Compress strings used in Object packets 2019-12-07 08:47:35 +02:00
ObjectPacket.hpp [General] Fix declarations hiding class members, part 2 2019-12-04 10:17:33 +02:00
PacketConsoleCommand.cpp [General] Compress strings used in Object packets 2019-12-07 08:47:35 +02:00
PacketConsoleCommand.hpp [General] Fix declarations hiding class members, part 2 2019-12-04 10:17:33 +02:00
PacketContainer.cpp [General] Fix declarations hiding class members, part 2 2019-12-04 10:17:33 +02:00
PacketContainer.hpp [General] Fix declarations hiding class members, part 2 2019-12-04 10:17:33 +02:00
PacketDoorDestination.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketDoorDestination.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketDoorState.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketDoorState.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketMusicPlay.cpp [General] Use separate variables for video & music filenames in packets 2018-07-07 14:40:35 +03:00
PacketMusicPlay.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectActivate.cpp [General] Fix declarations hiding class members, part 2 2019-12-04 10:17:33 +02:00
PacketObjectActivate.hpp [General] Fix declarations hiding class members, part 2 2019-12-04 10:17:33 +02:00
PacketObjectAnimPlay.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectAnimPlay.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectAttach.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectAttach.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectCollision.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectCollision.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectDelete.cpp [General] Rename WorldPackets into ObjectPackets for clarity 2018-05-12 19:40:00 +03:00
PacketObjectDelete.hpp [General] Rename WorldPackets into ObjectPackets for clarity 2018-05-12 19:40:00 +03:00
PacketObjectHit.cpp [General] Implement OnObjectHit packet, part 3 2019-12-19 13:53:18 +02:00
PacketObjectHit.hpp [General] Implement OnObjectHit packet, part 1 2019-12-08 16:14:01 +02:00
PacketObjectLock.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectLock.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectMove.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectMove.hpp [General] Fix incorrect capitalization in ObjectMove directives 2018-07-05 06:07:10 +03:00
PacketObjectPlace.cpp [General] Sync soul refIds for items and add related script functions 2018-07-26 22:37:04 +03:00
PacketObjectPlace.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectRotate.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectRotate.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectScale.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectScale.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectSpawn.cpp [General] Include effect and spell ID for summons in ObjectSpawn packets 2019-12-01 13:31:11 +02:00
PacketObjectSpawn.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectState.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectState.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectTrap.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketObjectTrap.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketScriptLocalFloat.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketScriptLocalFloat.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketScriptLocalShort.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketScriptLocalShort.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketScriptMemberFloat.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketScriptMemberFloat.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketScriptMemberShort.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketScriptMemberShort.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketVideoPlay.cpp [General] Compress strings used in Object packets 2019-12-07 08:47:35 +02:00
PacketVideoPlay.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00