summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-01 11:06:46 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-01 11:06:46 +0000
commite481ad5466eb2b87036515a2a15166e41828c31f (patch)
treed2bbd3a165e54f25bfdb6901edada374697c3260 /ChangeLog
parent006fde3c4ba146c62acc03eb419ef7a32a84623d (diff)
downloadmanaserv-e481ad5466eb2b87036515a2a15166e41828c31f.tar.gz
manaserv-e481ad5466eb2b87036515a2a15166e41828c31f.tar.bz2
manaserv-e481ad5466eb2b87036515a2a15166e41828c31f.tar.xz
manaserv-e481ad5466eb2b87036515a2a15166e41828c31f.zip
Added notification on changes of look.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80ceee8a..6150b991 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-08-01 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/game-server/itemmanager.cpp: Ensured equipment items cannot
+ stack.
+ * src/game-server/inventory.hpp, src/game-server/inventory.cpp:
+ Improved equipment change so that no empty slot is used, unless really
+ needed. Ensured equip and unequip do not modify inventory when they
+ fail in non-delayed mode. Simplified and robustified code. Added
+ notification on changes of looks.
+
2007-07-31 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* src/defines.h, src/game-server/inventory.hpp,