summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-25 20:26:46 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-25 20:26:46 +0000
commit7354937c4b452a2c413f0827d6f381e125e6a687 (patch)
tree84792355a26f5b4c38996b16c12df090fa8f8926 /ChangeLog
parent6ba73b56b72bf53d4976fd1423490e682542b6d2 (diff)
downloadmanaserv-7354937c4b452a2c413f0827d6f381e125e6a687.tar.gz
manaserv-7354937c4b452a2c413f0827d6f381e125e6a687.tar.bz2
manaserv-7354937c4b452a2c413f0827d6f381e125e6a687.tar.xz
manaserv-7354937c4b452a2c413f0827d6f381e125e6a687.zip
Added being speed to protocol.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8361212..d2000b55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-07-25 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/game-server/movingobject.hpp: Added missing accessor, compacted
+ object, and used generic integer in signatures.
+ * src/defines.h, src/game-server/state.cpp: Added being speed to
+ protocol.
+ * src/game-server/spawnarea.cpp, src/game-server/accountconnection.cpp:
+ Halved speed of maggots. Reduced speed of characters, so that they do
+ not travel much more than one tile per data round-trip.
+
2007-07-25 Bjørn Lindeijer <bjorn@lindeijer.nl>
* src/chat-server/chathandler.hpp,