summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-01-07 22:07:36 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-01-07 22:07:36 +0000
commit162beeaffe4791829e4c0227502847b557cede03 (patch)
treee5f352cbe894a3ff5b4f7829c4dce56d4e0bcf38 /ChangeLog
parent1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c (diff)
downloadmana-client-162beeaffe4791829e4c0227502847b557cede03.tar.gz
mana-client-162beeaffe4791829e4c0227502847b557cede03.tar.bz2
mana-client-162beeaffe4791829e4c0227502847b557cede03.tar.xz
mana-client-162beeaffe4791829e4c0227502847b557cede03.zip
Implemented new attribute enumerations of server update. Reformated the items.xml file for easier editing. Added item types and attribute modifiers to equipment- and heal items for troubleshooting the equipment system. Added a set of attribute-enhancing rings for troubleshooting basic attribute modifiers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aca00a69..6cf30bd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2007-01-07 Philipp Sehmisch <tmw@crushnet.org>
+
+ * src/localplayer.h: Implemented new attribute enumerations of
+ last server update.
+ * data/items.xml: Added item types and attribute modifiers to
+ items for troubleshooting the equipment system. Reformated the
+ file for easier editing.
+ * data/graphics/items/armor-ring-agility-rough.png,
+ data/graphics/items/armor-ring-dexterity-rough.png,
+ data/graphics/items/armor-ring-intelligence-rough.png,
+ data/graphics/items/armor-ring-strength-rough.png,
+ data/graphics/items/armor-ring-willpower-rough.png,
+ data/graphics/items/armor-ring-vitality-rough.png:
+ Added basic attribute-enhancing rings for troubleshooting
+ basic attribute modifiers.
+ * tmw.cbp: Updated Code::Blocks project file to include libintl.
+
2007-12-18 Philipp Sehmisch <tmw@crushnet.org>
* src/gui/char_select.cpp, src/gui/char_select.h,