diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-11-12 15:40:23 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-11-12 15:40:23 +0000 |
commit | 3262d5319c5f2cc830b3b783880df4b1b5d95710 (patch) | |
tree | 4573e5097a54d35ff6937bd001a06ffe3f9146ae /ChangeLog | |
parent | 3eca8915fd14dcebe88647a198bfce5d789a6efb (diff) | |
download | mana-3262d5319c5f2cc830b3b783880df4b1b5d95710.tar.gz mana-3262d5319c5f2cc830b3b783880df4b1b5d95710.tar.bz2 mana-3262d5319c5f2cc830b3b783880df4b1b5d95710.tar.xz mana-3262d5319c5f2cc830b3b783880df4b1b5d95710.zip |
Made pathfinding algorithm cope better with beings blocking the road. This is
done by allowing walking over other beings, but at an additional cost so that
it is preferable to walk around them.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-11-12 Bjørn Lindeijer <bjorn@lindeijer.nl> + + * src/map.cpp, src/map.h: Made pathfinding algorithm cope better with + beings blocking the road. This is done by allowing walking over other + beings, but at an additional cost so that it is preferable to walk + around them. + 2006-11-09 Eugenio Favalli <elvenprogrammer@gmail.com> * src/main.cpp, src/net/network.cpp, src/net/network.h, |