summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Habel <mail@exceptionfault.de>2008-11-05 11:40:43 +0000
committerAndreas Habel <mail@exceptionfault.de>2008-11-05 11:40:43 +0000
commit94bf187c196769b87fbbfa9a9c083f94def82ccf (patch)
treecd18513307b2b230ae73e177f6286d40e6e52f3d /ChangeLog
parentbdf512bbe314e301b55ed52b1628415fa55cebe5 (diff)
downloadmanaserv-94bf187c196769b87fbbfa9a9c083f94def82ccf.tar.gz
manaserv-94bf187c196769b87fbbfa9a9c083f94def82ccf.tar.xz
manaserv-94bf187c196769b87fbbfa9a9c083f94def82ccf.zip
Added version information to item database. Gameserver reports its local version to account server during registration and gets notified if the version is up-to-date or outdated to prevent inconsistencies.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c67715..053caef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-05 Andreas Habel <mail@exceptionfault.de>
+
+ * src/account-server/dalstorage.cpp, src/account-server/dalstorage.hpp,
+ src/account-server/serverhandler.cpp, src/defines.h,
+ src/game-server/accountconnection.cpp, src/game-server/itemmanager.cpp,
+ src/game-server/itemmanager.hpp: Added version information to item database.
+ Gameserver reports its local version to accountserver and gets notified
+ if the verion is up-to-date or outdated to prevent inconsistencies.
+
2008-11-04 David Athay <ko2fan@gmail.com>
* src/chat-server/chathandler.cpp, src/chat-server/chathandler.hpp,