summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-27 15:00:59 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-27 15:00:59 +0000
commit23da8710e86683f4f9e09045b7790f0f3a983101 (patch)
treedfd1d7bdd74d720267caab78b63e2a4704663b8b /ChangeLog
parent9b2efb931324906556b1a8f77a2a409cfdc9a861 (diff)
downloadmanaserv-23da8710e86683f4f9e09045b7790f0f3a983101.tar.gz
manaserv-23da8710e86683f4f9e09045b7790f0f3a983101.tar.bz2
manaserv-23da8710e86683f4f9e09045b7790f0f3a983101.tar.xz
manaserv-23da8710e86683f4f9e09045b7790f0f3a983101.zip
Changed state handler so that entering and leaving beings are only reported when they are in range.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae69e5f7..d86f1228 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* src/object.cpp: Fixed assertion failure on being movements.
* src/accounthandler.cpp: Matched server-side speed with client-side
speed. Removed position hack.
+ * src/state.cpp: Changed state handler so that entering and leaving
+ beings are only reported when they are in range.
2006-08-26 Rogier Polak <rogier_polak@users.sourceforge.net>