diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-14 10:43:58 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-14 10:43:58 +0000 |
commit | 4b48bc6fefd4f580d3b8db8893f78706e64bf880 (patch) | |
tree | c6a36b566f9837bf1faf260f673f11b0ac2df783 /ChangeLog | |
parent | 01e3326de8fc03cf9f61fd1b288cd4f16915484c (diff) | |
download | manaserv-4b48bc6fefd4f580d3b8db8893f78706e64bf880.tar.gz manaserv-4b48bc6fefd4f580d3b8db8893f78706e64bf880.tar.bz2 manaserv-4b48bc6fefd4f580d3b8db8893f78706e64bf880.tar.xz manaserv-4b48bc6fefd4f580d3b8db8893f78706e64bf880.zip |
Handled money as part of the inventory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2007-08-14 Guillaume Melquiond <guillaume.melquiond@gmail.com> + + * src/serialize/characterdata.hpp, src/common/inventorydata.hpp, + src/account-server/accounthandler.hpp, src/game-server/character.cpp, + src/account-server/dalstorage.cpp, src/game-server/character.hpp, + src/account-server/characterdata.cpp, + src/account-server/accounthandler.cpp, + src/account-server/characterdata.hpp: Handled money as part of the + inventory. + * src/game-server/inventory.hpp, src/game-server/inventory.cpp, + src/game-server/buysell.cpp: Added money accessor to the inventory + manager. + 2007-08-13 Eugenio Favalli <elvenprogrammer@gmail.com> * accountserver.cbp, gameserver.cbp: Updated project files and added |