summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-02-20 23:45:51 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-02-20 23:45:51 +0000
commit7cb624d0e6a2844360f28fdb8390f866aa3393c7 (patch)
tree1444fa899a8266072472cc1045ffb503bcab5ee1 /ChangeLog
parent6f4c416887d2a006a13dbd4e54932d46b59b0b17 (diff)
downloadmana-client-7cb624d0e6a2844360f28fdb8390f866aa3393c7.tar.gz
mana-client-7cb624d0e6a2844360f28fdb8390f866aa3393c7.tar.bz2
mana-client-7cb624d0e6a2844360f28fdb8390f866aa3393c7.tar.xz
mana-client-7cb624d0e6a2844360f28fdb8390f866aa3393c7.zip
Added support for customdata directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9aa31f40..4801d5d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.