summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-02 20:43:32 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-02 20:43:32 +0000
commitea10becc871c93b013c4aad59cad936856d3f94b (patch)
tree3c1d544b8f12b6581c917de2092d243787cf8e32 /ChangeLog
parente0ec0277143055e84ca0a5ebdf7e7a255f07c09a (diff)
downloadmanaserv-ea10becc871c93b013c4aad59cad936856d3f94b.tar.gz
manaserv-ea10becc871c93b013c4aad59cad936856d3f94b.tar.bz2
manaserv-ea10becc871c93b013c4aad59cad936856d3f94b.tar.xz
manaserv-ea10becc871c93b013c4aad59cad936856d3f94b.zip
Added support for persistent inventory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 106f84d2..865f138f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2007-07-02 Guillaume Melquiond <guillaume.melquiong@gmail.com>
+2007-07-02 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* src/account-server/storage.cpp, src/account-server/storage.hpp: Moved
trivial accessors to header file. Removed C-like prototypes and harmful
@@ -6,12 +6,14 @@
* src/account-server/dalstorage.cpp, src/account-server/dalstorage.hpp:
Factored duplicate query code. Removed C-like prototypes and harmful
exception specifications.
+ * src/account-server/dalstorage.cpp: Added support for loading
+ inventory from database. Fixed mysqlism for multi-insertion.
2007-07-02 Eugenio Favalli <elvenprogrammer@gmail.com>
* accountserver.cbp, gameserver.cbp: Updated project files.
-2007-07-01 Guillaume Melquiond <guillaume.melquiong@gmail.com>
+2007-07-01 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* src/abstractcharacterdata.cpp, src/abstractcharacterdata.hpp,
src/serialize/characterdata.hpp, src/account-server/serverhandler.cpp,
@@ -67,7 +69,7 @@
* src/game-server/spawnarea.cpp: Monsters are no longer spawned on
unwalkable tiles.
-2007-06-28 Guillaume Melquiond <guillaume.melquiong@gmail.com>
+2007-06-28 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* src/game-server/spawnarea.cpp: Delegated creature insertion to the
State class so that it does not disturb object updating.
@@ -81,7 +83,7 @@
* accountserver.cbp, gameserver.cbp: Fixed include directories and
updated project files.
-2007-06-16 Guillaume Melquiond <guillaume.melquiong@gmail.com>
+2007-06-16 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* src/utils/mathutils.cpp: Fixed miscompilation of rsqrt due to type
aliasing and sped up sqrt.