]> git.pond.sub.org Git - empserver/commit
Use the new path finder for sea & air, drop bestownedpath()
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 22 Feb 2011 06:18:41 +0000 (07:18 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 12 Apr 2011 19:51:31 +0000 (21:51 +0200)
commit04363a92db7e80942c03f9dee6edca88cc3536eb
tree36e2ffb4cb89b67bd8255c9dedc747af9326e320
parentbbd6e9182f9b7fd1aeefa71be2f087dee32c2a26
Use the new path finder for sea & air, drop bestownedpath()

bestownedpath() is a rather simple-minded breadth-first search.  It's
slower than the new path finder, and maintaining it in addition to the
new path finder makes no sense.
include/path.h
include/prototypes.h
src/lib/common/bestpath.c [deleted file]
src/lib/common/path.c
src/lib/common/pathfind.c