1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 20:49:56 +00:00
openmw-tes3mp/apps/openmw/mwmp/processors
David Cernat 7393e3def6 [General] Add and use getShortDescription() for ESM::Cell
ESM::Cell's getDescription() method was modified by aa5161f99e despite being used heavily by TES3MP. All instances of it in the TES3MP code have now been changed into the newly added getShortDescription() that is identical to the previous getDescription().
2021-09-17 19:14:55 +02:00
..
actor [General] Add and use getShortDescription() for ESM::Cell 2021-09-17 19:14:55 +02:00
object [General] Add and use getShortDescription() for ESM::Cell 2021-09-17 19:14:55 +02:00
player [General] Implement PlayerCooldowns packet 2021-07-10 22:15:19 +02:00
system [General] Create SystemPacket category and move Handshake packet to it 2019-11-09 05:12:00 +02:00
worldstate [Client] Fix warnings related to declarations 2021-06-04 01:22:13 +02: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] Implement PlayerCooldowns packet 2021-07-10 22:15:19 +02: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