summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-09-09 22:59:22 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-09-09 22:59:22 +0000
commit81c7e13077dde99ea360f2ab8432aa48444f3b88 (patch)
treeeb9afd47e2e5dd2b8c6a3de1278fa77765d8b85b /ChangeLog
parentd342307c408c687405bae557c1fff7ac0e9891b9 (diff)
downloadmana-client-81c7e13077dde99ea360f2ab8432aa48444f3b88.tar.gz
mana-client-81c7e13077dde99ea360f2ab8432aa48444f3b88.tar.bz2
mana-client-81c7e13077dde99ea360f2ab8432aa48444f3b88.tar.xz
mana-client-81c7e13077dde99ea360f2ab8432aa48444f3b88.zip
Fitted being trajectories to synchronization messages.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bb5199f..2b395e55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* src/map.cpp: Removed being collisions. Fixed wrong heuristic cost
of the pathfinder.
+ * src/localplayer.h, src/being.cpp, src/net/beinghandler.cpp,
+ src/being.h: Fitted being trajectories to synchronization messages.
2006-09-02 Bjørn Lindeijer <bjorn@lindeijer.nl>