summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-02-21 17:59:40 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-02-21 17:59:40 +0000
commit12c9a7508dfa863087035f6dc2f73866789927f1 (patch)
tree749b96a4738fcc199c8a7c23bf890f01aefb2e06 /ChangeLog
parentd1649dfdf5628fb49d1c2c50085cd318a87a515f (diff)
downloadmanaserv-12c9a7508dfa863087035f6dc2f73866789927f1.tar.gz
manaserv-12c9a7508dfa863087035f6dc2f73866789927f1.tar.bz2
manaserv-12c9a7508dfa863087035f6dc2f73866789927f1.tar.xz
manaserv-12c9a7508dfa863087035f6dc2f73866789927f1.zip
Moved the functions which translate strings into enumerations from the XML library into the item and monstermanager modules and reimplemented them using std::maps.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83bf81b8..e5412850 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,11 @@
* src/defines.h, src/game-server/monstermanager.cpp,
src/game-server/monster.cpp, src/game-server/monster.hpp: Implemented
getting attack distance and attack properties from monsters.xml.
+ * src/util/xml.cpp, src/util/xml.hpp, src/game-server/item.hpp,
+ src/game-server/item.cpp, src/game-server/monstermanager.cpp,
+ src/game-server/itemmanager.cpp: Moved the functions which translate
+ strings into enumerations from the XML library into the item and
+ monstermanager modules and reimplemented them using std::maps.
2008-02-20 Philipp Sehmisch <tmw@crushnet.org>