1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 20:49:56 +00:00
openmw-tes3mp/components/openmw-mp/Packets/Actor
David Cernat fcd31bf4a6 [General] Fix problems with the synchronization of ranged attacks
Projectile hits now send Attack packets with RANGED attacks, and their success or failure is now synchronized.

Strike enchantments no longer require a valid victim to be synchronized.

Additional debug messages have been added for attacks.
2018-09-11 11:56:45 +03:00
..
ActorPacket.cpp [General] Rename all instances of refNumIndex into refNum 2018-07-13 04:12:03 +03:00
ActorPacket.hpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorAI.cpp [General] Rename all instances of refNumIndex into refNum 2018-07-13 04:12:03 +03:00
PacketActorAI.hpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorAnimFlags.cpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorAnimFlags.hpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorAnimPlay.cpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorAnimPlay.hpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorAttack.cpp [General] Fix problems with the synchronization of ranged attacks 2018-09-11 11:56:45 +03:00
PacketActorAttack.hpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorAuthority.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketActorAuthority.hpp [General] Add ActorPacketController & make controller var names clearer 2017-04-09 08:51:28 +03:00
PacketActorCellChange.cpp [General] Allow followers to follow non-authority players through cells 2018-07-13 21:27:29 +03:00
PacketActorCellChange.hpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorDeath.cpp [General] Rename all instances of refNumIndex into refNum 2018-07-13 04:12:03 +03:00
PacketActorDeath.hpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorEquipment.cpp [General] Rework PlayerEquipment packets so they are of minimal size 2018-04-20 22:46:16 +03:00
PacketActorEquipment.hpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorInteraction.cpp [General] Add placeholders for new packet types 2018-01-29 22:32:51 +02:00
PacketActorInteraction.hpp [General] Add placeholders for new packet types 2018-01-29 22:32:51 +02:00
PacketActorList.cpp [General] Rename all instances of refNumIndex into refNum 2018-07-13 04:12:03 +03:00
PacketActorList.hpp [General] Add ActorPacketController & make controller var names clearer 2017-04-09 08:51:28 +03:00
PacketActorPosition.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketActorPosition.hpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorSpeech.cpp [General] Find actor speech captions instead of sending them in packets 2017-10-30 11:06:09 +02:00
PacketActorSpeech.hpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorStatsDynamic.cpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorStatsDynamic.hpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorTest.cpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorTest.hpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00