summaryrefslogtreecommitdiff
path: root/src/resources/settingsmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-14Fix quests window destruction and add QuestDB::initThorbjørn Lindeijer1-0/+4
2025-07-04Added logging priorities and use SDLs logging facilitiesThorbjørn Lindeijer1-5/+5
2025-06-17Add quest database support and parsing utilitiesThorbjørn Lindeijer1-0/+6
2025-04-02Use a consistent naming style for enum class valuesThorbjørn Lindeijer1-1/+1
2025-03-07Support triggering attacks and play use ability animationsThorbjørn Lindeijer1-3/+2
2025-03-07Renamed ability set to ability categoryThorbjørn Lindeijer1-2/+2
2025-03-07Renamed specials to abilitiesThorbjørn Lindeijer1-15/+6
2025-02-26Plugged various memory leaksThorbjørn Lindeijer1-1/+0
2025-02-25Added support for option, opt1, opt2, opt3 status effect fieldsThorbjørn Lindeijer1-10/+12
2025-01-20Made client config statically typedThorbjørn Lindeijer1-1/+1
2025-01-20Cleaned up path handling a bitThorbjørn Lindeijer1-3/+3
2025-01-20Wrapped xmlNodePtr access with a Node classThorbjørn Lindeijer1-30/+27
2024-09-27Replaced for_each_xml_child_node macro with helper classThorbjørn Lindeijer1-2/+2
2024-03-04Fixed character displayThorbjørn Lindeijer1-1/+15
2024-03-02Changed server type to "enum class"Thorbjørn Lindeijer1-1/+1
2024-02-02Restored support for setting monster ID offset on monsters tagThorbjørn Lindeijer1-0/+8
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer1-1/+0
2024-01-26Added fallback for XML data files and support absolute pathsThorbjørn Lindeijer1-14/+34
2024-01-24Fixed potential crash on exitThorbjørn Lindeijer1-2/+2
2013-05-22paths.xml content is now read from settings.xmlPrzemysław Grzywacz1-2/+15
2013-05-07items.xml can be used from settings.xmlPrzemysław Grzywacz1-1/+9
2013-05-04Client-side settings are now available from settings.xmlPrzemysław Grzywacz1-0/+191