summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-17 16:17:30 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-17 16:17:30 +0000
commitb9b210bfe10ea361c01aa497ea9e3746a4ce2570 (patch)
treebb9ec7082a91ac6ade74cb1e177b9c7882912a3e /ChangeLog
parent6534a504ade2bbaa937abb82ac9630be276c1115 (diff)
downloadmanaserv-b9b210bfe10ea361c01aa497ea9e3746a4ce2570.tar.gz
manaserv-b9b210bfe10ea361c01aa497ea9e3746a4ce2570.tar.bz2
manaserv-b9b210bfe10ea361c01aa497ea9e3746a4ce2570.tar.xz
manaserv-b9b210bfe10ea361c01aa497ea9e3746a4ce2570.zip
Simplified TokenCollector and fixed a few bugs. Moved its implementation outside the header file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22c66ab3..d8248203 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
* src/game-server/gamehandler.cpp, src/game-server/gamehandler.hpp,
src/game-server/accountconnection.cpp: Handled multiple connections by
allowing clients to take over characters.
+ * src/utils/tokencollector.cpp, src/utils/tokencollector.hpp,
+ src/Makefile.am: Simplified TokenCollector and fixed a few bugs. Moved
+ its implementation outside the header file.
2007-08-16 Guillaume Melquiond <guillaume.melquiond@gmail.com>