summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-28 23:31:00 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-28 23:31:00 +0000
commitfd2cecb5c45cd6f69b193c97b7c78121f6b5b30f (patch)
tree0e6bad9d810da54c0fcde8fd1afe46bd85babd2b /ChangeLog
parente166458f5425316f4f48aadd7007917ab876be17 (diff)
downloadmanaserv-fd2cecb5c45cd6f69b193c97b7c78121f6b5b30f.tar.gz
manaserv-fd2cecb5c45cd6f69b193c97b7c78121f6b5b30f.tar.bz2
manaserv-fd2cecb5c45cd6f69b193c97b7c78121f6b5b30f.tar.xz
manaserv-fd2cecb5c45cd6f69b193c97b7c78121f6b5b30f.zip
Revert to the old pathfinding system without collision with beings, as the new one is too cpu intensive.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02f3e31c..23e2411c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-29 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/game-server/mapreader.cpp, src/game-server/map.cpp,
+ src/game-server/map.hpp, src/game-server/mapcomposite.cpp: Revert to
+ the old pathfinding system without collision with beings, as the new
+ one is too cpu intensive.
+
2007-07-28 Guillaume Melquiond <guillaume.melquiond@gmail.com>
* src/account-server/storage.hpp, src/account-server/dalstorage.cpp,