diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-01 11:06:46 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-01 11:06:46 +0000 |
commit | e481ad5466eb2b87036515a2a15166e41828c31f (patch) | |
tree | d2bbd3a165e54f25bfdb6901edada374697c3260 /ChangeLog | |
parent | 006fde3c4ba146c62acc03eb419ef7a32a84623d (diff) | |
download | manaserv-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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, |