summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-09-03 20:57:06 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-09-03 20:57:06 +0000
commit2f0e3106582a3442220b2fbf5580d3d1659efc17 (patch)
tree02ed605b85667039367a4d67060865aa4fa829e3 /ChangeLog
parent7b1bef8072307e6b5f1a37c35e113251a4f91bf4 (diff)
downloadmanaserv-2f0e3106582a3442220b2fbf5580d3d1659efc17.tar.gz
manaserv-2f0e3106582a3442220b2fbf5580d3d1659efc17.tar.bz2
manaserv-2f0e3106582a3442220b2fbf5580d3d1659efc17.tar.xz
manaserv-2f0e3106582a3442220b2fbf5580d3d1659efc17.zip
Fixed desynchronization due to wrong cost of diagonal moves.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 457cacfe..4645e688 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
handling of flags for move messages.
* src/mapcomposite.h, src/state.cpp, src/mapcomposite.cpp: Added map
partitioning to reduce quadratic behavior when checking object ranges.
+ * src/object.cpp: Fixed cost of diagonal moves.
2006-09-02 Bjørn Lindeijer <bjorn@lindeijer.nl>