diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-07-12 19:47:25 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-07-12 19:47:25 +0000 |
commit | ce69890ac991fcac5c8ffb29591d68ab203d811a (patch) | |
tree | ed04511b6273121080de87b78088044c5062f9f8 /ChangeLog | |
parent | 21c0c9d07b897235b422c004394325dd07daa304 (diff) | |
download | manaserv-ce69890ac991fcac5c8ffb29591d68ab203d811a.tar.gz manaserv-ce69890ac991fcac5c8ffb29591d68ab203d811a.tar.bz2 manaserv-ce69890ac991fcac5c8ffb29591d68ab203d811a.tar.xz manaserv-ce69890ac991fcac5c8ffb29591d68ab203d811a.zip |
Added support for visible equipment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,4 +1,13 @@ -2007-07-08 Guillaume Melquiond <guillaume.melquiond@gmail.com> +2007-07-12 Guillaume Melquiond <guillaume.melquiond@gmail.com> + + * src/game-server/item.hpp, src/game-server/inventory.cpp, + src/game-server/inventory.hpp: Fixed naming of equipment slot. + * src/game-server/object.hpp: Added update flag for looks. + * src/game-server/itemmanager.cpp: Added field loaded for sprite_id. + * src/defines.h, src/game-server/state.cpp: Added support for visible + equipment. + +2007-07-08 Guillaume Melquiond <guillaume.melquiond@gmail.com> * src/game-server/being.cpp: Lowered messages to debug level. * src/game-server/deathlistener.hpp: Made members non-abstract, so that |