Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-02 | Restored support for setting monster ID offset on monsters tag | Thorbjørn Lindeijer | 1 | -0/+8 | |
Apparently this was supported before, but support for that was lost in bd1fdd87eed48ba3ffcc413936d6a6a60a429a97. Fixes #46 | |||||
2024-01-29 | Apply C++11 fixits | Thorbjørn Lindeijer | 1 | -1/+0 | |
modernize-loop-convert modernize-deprecated-headers | |||||
2024-01-26 | Added fallback for XML data files and support absolute paths | Thorbjørn Lindeijer | 1 | -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-24 | Fixed potential crash on exit | Thorbjørn Lindeijer | 1 | -2/+2 | |
2013-05-22 | paths.xml content is now read from settings.xml | Przemysław Grzywacz | 1 | -2/+15 | |
2013-05-07 | items.xml can be used from settings.xml | Przemysław Grzywacz | 1 | -1/+9 | |
2013-05-04 | Client-side settings are now available from settings.xml | Przemysław Grzywacz | 1 | -0/+191 | |