summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-14 10:43:58 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-14 10:43:58 +0000
commit4b48bc6fefd4f580d3b8db8893f78706e64bf880 (patch)
treec6a36b566f9837bf1faf260f673f11b0ac2df783 /ChangeLog
parent01e3326de8fc03cf9f61fd1b288cd4f16915484c (diff)
downloadmanaserv-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f7c65da..11d36560 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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