summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-18 20:38:53 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-18 20:38:53 +0000
commit677e019013c8500c6dd6198d370178fc982a7a22 (patch)
treefa5030104d2dc989a6f69b0a1e424eecc597738d /ChangeLog
parent7a4efbb335f5dae02f4ae033d47622acac865149 (diff)
downloadmana-client-677e019013c8500c6dd6198d370178fc982a7a22.tar.gz
mana-client-677e019013c8500c6dd6198d370178fc982a7a22.tar.bz2
mana-client-677e019013c8500c6dd6198d370178fc982a7a22.tar.xz
mana-client-677e019013c8500c6dd6198d370178fc982a7a22.zip
Added automatic generation of description strings for item effects.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e99e7a56..79ce3ed6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,9 @@
attacktype field.
* src/resources/iteminfo.h, src/resources/itemdb.cpp: Removed unused
slot field.
+ * src/resources/itemdb.cpp: Added automatic generation of description
+ strings for item effects.
+ * po/POTFILES.in: Marked effect strings as translatable.
2007-10-15 Bjørn Lindeijer <bjorn@lindeijer.nl>