1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 15:19:55 +00:00
openmw-tes3mp/apps/openmw-mp/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] Add and use getShortDescription() for ESM::Cell 2021-09-17 19:14:55 +02:00
worldstate [General] Move handling of client globals to ClientScriptGlobal packet 2020-01-04 09:56:37 +02:00
ActorProcessor.cpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
ActorProcessor.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ObjectProcessor.cpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
ObjectProcessor.hpp [Server] Rename WorldProcessor into ObjectProcessor 2018-05-15 22:07:06 +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 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
WorldstateProcessor.cpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
WorldstateProcessor.hpp [General] Add and implement new Worldstate packet type 2018-05-18 06:40:28 +03:00