1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 18:49:54 +00:00
openmw-tes3mp/components/openmw-mp/Controllers
David Cernat d163f1b6da [General] Turn WorldKillCount into a Worldstate packet
Rename the old WorldKillCount that was a Player packet into PlayerPlaceholder. Rename the unused CellCreate that was a Worldstate packet into WorldKillCount. On the server, move kill count-related script functions from QuestFunctions to WorldstateFunctions.
2019-10-08 11:09:08 +03:00
..
ActorPacketController.cpp [General] Split up Attack packets into Attack and Cast ones 2019-08-25 09:35:23 +03:00
ActorPacketController.hpp [General] Update PacketControllers to C++11 2017-06-27 22:41:37 +08:00
ObjectPacketController.cpp [General] Rename unused ObjectReset packet into ObjectHit 2019-09-01 08:30:03 +03:00
ObjectPacketController.hpp [General] Fix remaining references to world packets/events 2018-05-17 00:08:37 +03:00
PlayerPacketController.cpp [General] Turn WorldKillCount into a Worldstate packet 2019-10-08 11:09:08 +03:00
PlayerPacketController.hpp [General] Update PacketControllers to C++11 2017-06-27 22:41:37 +08:00
WorldstatePacketController.cpp [General] Turn WorldKillCount into a Worldstate packet 2019-10-08 11:09:08 +03:00
WorldstatePacketController.hpp [General] Add and implement new Worldstate packet type 2018-05-18 06:40:28 +03:00