1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-25 19:53:52 +00:00
openmw-tes3mp/apps/openmw/mwmp/processors
David Cernat 3acfbad55d [General] Implement ClientScriptSettings packet, part 1
For starters, the new packet can set which client scripts have all of their variables synchronized between players. The previous hardcoded list of IDs for synchronized scripts has been removed.
2019-09-09 10:28:35 +03:00
..
actor [General] Split up Attack packets into Attack and Cast ones 2019-08-25 09:35:23 +03:00
object [General] Rename unused ObjectReset packet into ObjectHit 2019-09-01 08:30:03 +03:00
player [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
worldstate [General] Implement ClientScriptSettings packet, part 1 2019-09-09 10:28:35 +03:00
ActorProcessor.cpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
ActorProcessor.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
BaseClientPacketProcessor.cpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
BaseClientPacketProcessor.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
ObjectProcessor.cpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
ObjectProcessor.hpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
PlayerProcessor.cpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PlayerProcessor.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
ProcessorInitializer.cpp [General] Implement ClientScriptSettings packet, part 1 2019-09-09 10:28:35 +03:00
ProcessorInitializer.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
WorldstateProcessor.cpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
WorldstateProcessor.hpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00