1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 02:15:33 +00:00
openmw-tes3mp/components/openmw-mp/Packets/Actor
David Cernat c075496748 [General] Replace deathReason in death packets with a killer variable
Add serverside script functions for determining the killers of both players and actors.

Use unsigned ints for script functions returning an object or actor's refNumIndex or mpNum.

Remove updateDeadState() from LocalPlayer and make its code part of updateStatsDynamic() for simplicity.
2018-07-05 22:24:51 +03:00
..
ActorPacket.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
ActorPacket.hpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorAI.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08: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 clang-tidy warning 2018-07-03 02:50:21 +08: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] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketActorCellChange.hpp [General] Simplify ActorPackets 2017-06-03 03:42:10 +08:00
PacketActorDeath.cpp [General] Replace deathReason in death packets with a killer variable 2018-07-05 22:24:51 +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] Make coding style consistent 2017-06-08 23:34:56 +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