summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-07 19:21:10 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-07 19:21:10 +0000
commita4c7586b310a8be8ffd5c8acad88b5236695c1da (patch)
tree87af31a35a0b20326109725de88e60a8f25a5bbd /ChangeLog
parentd213cdea38ae5dda3c1cbdc6c85a2c5fe04e9399 (diff)
downloadmanaserv-a4c7586b310a8be8ffd5c8acad88b5236695c1da.tar.gz
manaserv-a4c7586b310a8be8ffd5c8acad88b5236695c1da.tar.bz2
manaserv-a4c7586b310a8be8ffd5c8acad88b5236695c1da.tar.xz
manaserv-a4c7586b310a8be8ffd5c8acad88b5236695c1da.zip
Fixed teleportation hack caused by caching of pathfinder results.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71b1c5bb..d34784e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,9 @@
src/game-server/accountconnection.cpp, src/game-server/gamehandler.cpp:
Changed singleton managers from classes to namespace interfaces.
Removed global pointers. Moved private members to implementation files.
+ * src/game-server/state.cpp, src/game-server/being.cpp,
+ src/game-server/movingobject.cpp, src/game-server/movingobject.hpp:
+ Fixed teleportation hack caused by caching of pathfinder results.
2007-07-03 Guillaume Melquiond <guillaume.melquiond@gmail.com>