1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-24 09:23:51 +00:00
openmw-tes3mp/apps/openmw/mwmp/processors
David Cernat 9f2408473f [Client] Update setting of time via WorldTime packets
The setting of time-related values was previously handled directly in OpenMW's World class. It is now handled in OpenMW's DateTimeManager class instead when the variable names passed to World's setGlobalInt() and setGlobalFloat() are time-related.
2020-06-15 09:51:53 +03:00
..
actor [General] Include death animations in ActorDeath packets 2019-12-05 13:27:55 +02:00
object [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
player [General] Set any settings from the Game category with the GAME_SETTINGS packet 2020-02-28 00:40:00 +01:00
system [General] Create SystemPacket category and move Handshake packet to it 2019-11-09 05:12:00 +02:00
worldstate [Client] Update setting of time via WorldTime packets 2020-06-15 09:51:53 +03:00
ActorProcessor.cpp [Client] Fix warnings related to destructors for processors 2019-10-26 16:43:08 +03:00
ActorProcessor.hpp [Client] Fix warnings related to destructors for processors 2019-10-26 16:43:08 +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 [Client] Fix warnings related to destructors for processors 2019-10-26 16:43:08 +03:00
ObjectProcessor.hpp [Client] Fix warnings related to destructors for processors 2019-10-26 16:43:08 +03:00
PlayerProcessor.cpp [Client] Fix warnings related to destructors for processors 2019-10-26 16:43:08 +03:00
PlayerProcessor.hpp [Client] Fix warnings related to destructors for processors 2019-10-26 16:43:08 +03:00
ProcessorInitializer.cpp [General] Rename unused ScriptMemberFloat packet to ObjectMiscellaneous 2020-05-15 13:29:30 +03:00
ProcessorInitializer.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
SystemProcessor.cpp [General] Create SystemPacket category and move Handshake packet to it 2019-11-09 05:12:00 +02:00
SystemProcessor.hpp [General] Create SystemPacket category and move Handshake packet to it 2019-11-09 05:12:00 +02:00
WorldstateProcessor.cpp [Client] Fix warnings related to destructors for processors 2019-10-26 16:43:08 +03:00
WorldstateProcessor.hpp [Client] Fix warnings related to destructors for processors 2019-10-26 16:43:08 +03:00