diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-01-07 22:07:36 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-01-07 22:07:36 +0000 |
commit | 162beeaffe4791829e4c0227502847b557cede03 (patch) | |
tree | e5f352cbe894a3ff5b4f7829c4dce56d4e0bcf38 /ChangeLog | |
parent | 1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c (diff) | |
download | mana-162beeaffe4791829e4c0227502847b557cede03.tar.gz mana-162beeaffe4791829e4c0227502847b557cede03.tar.bz2 mana-162beeaffe4791829e4c0227502847b557cede03.tar.xz mana-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-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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, |