summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-12-30 18:41:04 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-12-30 18:41:04 +0000
commit7f1c499e4e09ab939d6d31188aaaaf785250a1d5 (patch)
tree0d57377da58cf9817b0261130e0812870c0da1f1 /ChangeLog
parentaf8b15193ebaed1de77a8a77ec2a0fed75a0d253 (diff)
downloadmanaserv-7f1c499e4e09ab939d6d31188aaaaf785250a1d5.tar.gz
manaserv-7f1c499e4e09ab939d6d31188aaaaf785250a1d5.tar.bz2
manaserv-7f1c499e4e09ab939d6d31188aaaaf785250a1d5.tar.xz
manaserv-7f1c499e4e09ab939d6d31188aaaaf785250a1d5.zip
Controlled map activation from the account server, so that clients are not kept on the wrong server when warped.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6ab7d16..d8ede462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,10 @@
the original files.
* src/game-server/mapmanager.hpp, src/game-server/mapmanager.cpp: Added
on-the-fly map loading.
+ * src/defines.h, src/game-server/accountconnection.cpp,
+ src/account-server/serverhandler.cpp: Controlled map activation from
+ the account server, so that clients are not kept on the wrong server
+ when warped.
2006-12-29 Guillaume Melquiond <guillaume.melquiond@gmail.com>