summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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,