1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 12:49:54 +00:00
openmw-tes3mp/components/openmw-mp/Packets/Object
David Cernat 1a4b817b31 [General] Rework ObjectDialogueChoice for multilingual compatibility
Use a different system for sending and applying ObjectDialogueChoice packets.
2020-12-13 08:09:14 +02:00
..
ObjectPacket.cpp [General] Track the client scripts that Object packets originate from 2020-07-27 09:17:22 +02:00
ObjectPacket.hpp [General] Fix declarations hiding class members, part 2 2019-12-04 10:17:33 +02:00
PacketClientScriptLocal.cpp [General] Modernize handling of client script local variables in packets 2020-06-06 13:58:51 +02:00
PacketClientScriptLocal.hpp [General] Rename ScriptLocalShort into ClientScriptLocal 2020-02-05 17:41:48 +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
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
PacketObjectDialogueChoice.cpp [General] Rework ObjectDialogueChoice for multilingual compatibility 2020-12-13 08:09:14 +02:00
PacketObjectDialogueChoice.hpp [General] Implement ObjectDialogueChoice packet 2020-10-26 19:48:40 +02: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
PacketObjectMiscellaneous.cpp [General] Include last gold restock time in ObjectMiscellaneous packets 2020-05-16 19:10:11 +03:00
PacketObjectMiscellaneous.hpp [General] Rename unused ScriptMemberFloat packet to ObjectMiscellaneous 2020-05-15 13:29:30 +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
PacketObjectRestock.cpp [General] Implement ObjectRestock packet 2020-01-23 12:50:34 +02:00
PacketObjectRestock.hpp [General] Implement ObjectRestock packet 2020-01-23 12:50:34 +02: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
PacketObjectSound.cpp [General] Implement OnObjectSound packet 2020-02-29 18:15:41 +02:00
PacketObjectSound.hpp [General] Implement OnObjectSound packet 2020-02-29 18:15:41 +02: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
PacketScriptMemberShort.cpp [General] Modernize handling of client script local variables in packets 2020-06-06 13:58:51 +02: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