DarkflameServer/dGame/dMission
David Markowitz 28ce8ac54d
remove usage of xmldoc as a ptr (#1538)
resolves a memory leak in BrickDatabase, adds stability to character save doc.

Tested that saving manually via force-save, logout and /crash all saved my position and my removed banana as expected.
The doc was always deleted on character destruction and on any updates, so this is just a semantic change (and now we no longer have new'd tinyxml2::documents on the heap)
2024-04-08 15:13:49 -05:00
..
CMakeLists.txt fix: Dissolve more CMake dependencies (#1387) 2024-03-05 20:13:24 -06:00
Mission.cpp remove usage of xmldoc as a ptr (#1538) 2024-04-08 15:13:49 -05:00
Mission.h remove usage of xmldoc as a ptr (#1538) 2024-04-08 15:13:49 -05:00
MissionPrerequisites.cpp Move CDClientManager to be a namespace (#1431) 2024-02-08 23:40:43 -06:00
MissionPrerequisites.h convert to unix line endings 2022-08-05 22:01:59 -05:00
MissionTask.cpp refactor: Change TryParse implementation (#1442) 2024-02-10 05:05:25 -06:00
MissionTask.h cleanup enums to make them more consistent 2023-01-22 17:38:47 -06:00