summaryrefslogtreecommitdiff
path: root/src/resources/settingsmanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-03-04Fixed character displayThorbjørn Lindeijer1-1/+15
This change fixes hair style to take into account "race", which makes the faces visible again. Hair colors should also be fixed now, with partial support for itemcolors.xml added. The Mana client now also supports per-character gender, and it now hides the hair style and color buttons on character creation, when there are none to choose from. Closes #43
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
Apparently this was supported before, but support for that was lost in bd1fdd87eed48ba3ffcc413936d6a6a60a429a97. Fixes #46
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer1-1/+0
modernize-loop-convert modernize-deprecated-headers
2024-01-26Added fallback for XML data files and support absolute pathsThorbjørn Lindeijer1-14/+34
For compatibility with TMW, which has not yet adopted a central "settings.xml" that includes all the other files. Also, a "name" attribute with an absolute path is now supported in addition to the relative "file" attribute, since that is what ManaPlus supported. This resolves most of issue #43.
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