diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-02-20 23:45:51 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-02-20 23:45:51 +0000 |
commit | 7cb624d0e6a2844360f28fdb8390f866aa3393c7 (patch) | |
tree | 1444fa899a8266072472cc1045ffb503bcab5ee1 /ChangeLog | |
parent | 6f4c416887d2a006a13dbd4e54932d46b59b0b17 (diff) | |
download | mana-7cb624d0e6a2844360f28fdb8390f866aa3393c7.tar.gz mana-7cb624d0e6a2844360f28fdb8390f866aa3393c7.tar.bz2 mana-7cb624d0e6a2844360f28fdb8390f866aa3393c7.tar.xz mana-7cb624d0e6a2844360f28fdb8390f866aa3393c7.zip |
Added support for customdata directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,4 +1,15 @@ -2007-02-20 Bjørn Lindeijer <bjorn@lindeijer.nl> +2007-02-21 Philipp Sehmisch <tmw@crushnet.org> + + * src/gui/char-server.cpp, src/gui/updatewindow.cpp, src/gui/main.cpp, + src/gui/main.h: Added a new state "LOADDATA_STATE" that loads the XML + databases. + * src/resourcemanager.cpp, src/resourcemanager.h, src/main.cpp, customdata/: + Added a customdata dir that allows to add custom user data easily. Just + create a zip file with the same structure like the update archives and drop + it in the customdata folder and the files in it override the default data + and the updates. + +2007-02-20 Bjørn Lindeijer <bjorn@lindeijer.nl> * src/log.cpp: Applied patch by trapdoor to fix the usage of a deprecated function on MacOS X 10.4 and later. |