1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-27 04:09:41 +00:00
openmw-tes3mp/components/openmw-mp/Packets/Object
David Cernat bc093c8596 [General] Implement OnObjectHit packet, part 2
ObjectHit is now also sent when local actors succeed or fail in hitting other actors with melee attacks, with the packet including the success state of their attack.

It is also sent when creatures hit a non-actor object.
2019-12-13 14:00:51 +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
PacketObjectDelete.hpp
PacketObjectHit.cpp [General] Implement OnObjectHit packet, part 2 2019-12-13 14:00:51 +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
PacketScriptGlobalFloat.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketScriptGlobalFloat.hpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketScriptGlobalShort.cpp [General] Rename Event into ObjectList & WorldObject into BaseObject 2018-05-13 00:42:24 +03:00
PacketScriptGlobalShort.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