1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 01:15:31 +00:00
openmw-tes3mp/apps/openmw/mwmp/processors/object
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
..
BaseObjectProcessor.hpp [General] Add and use getShortDescription() for ESM::Cell 2021-09-17 19:14:55 +02:00
ProcessorClientScriptLocal.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorConsoleCommand.hpp [Client] Only require cellStore for ConsoleCommand packets with objects 2020-07-13 13:04:02 +02:00
ProcessorContainer.hpp [General] Add and use getShortDescription() for ESM::Cell 2021-09-17 19:14:55 +02:00
ProcessorDoorDestination.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorDoorState.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorMusicPlay.hpp [Client] Mark derived processor classes as final 2019-10-24 22:16:17 +03:00
ProcessorObjectActivate.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectAnimPlay.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectAttach.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectDelete.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectDialogueChoice.hpp [General] Implement ObjectDialogueChoice packet 2020-10-26 19:48:40 +02:00
ProcessorObjectHit.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectLock.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectMiscellaneous.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectMove.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectPlace.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectRestock.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectRotate.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectScale.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectSound.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectSpawn.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectState.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorObjectTrap.hpp [Client] Fix initialization of ptrCellStore in object processors 2020-06-06 23:11:16 +03:00
ProcessorScriptMemberShort.hpp [Client] Mark derived processor classes as final 2019-10-24 22:16:17 +03:00
ProcessorVideoPlay.hpp [Client] Mark derived processor classes as final 2019-10-24 22:16:17 +03:00