1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-25 03:09:40 +00:00
openmw-tes3mp/components/openmw-mp/Packets/Actor
David Cernat 00c13ae96c [General] Implement ActorAI packet, part 4
The server can now make actors activate players and objects, at least in theory. In practice, OpenMW''s AiActivate package needs to be worked so it allows specific objects as targets instead of just refIds.
2018-07-10 07:07:37 +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] Implement ActorAI packet, part 4 2018-07-10 07:07:37 +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 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