]> git.pond.sub.org Git - empserver/history - src/lib/common/pathfind.c
client: Unbreak standalone build
[empserver] / src / lib / common / pathfind.c
2021-02-06 Markus Armbrusterpathfind: Delete write-only variable in path_find_visua...
2021-01-23 Markus ArmbrusterUpdate copyright notice
2021-01-23 Markus Armbrustercommon/pathfind: A more portable DPRINTF()
2021-01-05 Markus ArmbrusterUpdate copyright notice
2018-04-29 Markus ArmbrusterUpdate copyright notice
2017-08-12 Markus ArmbrusterSpell ID and UID consistently all-caps
2017-08-07 Markus ArmbrusterFix up a few identifier references in comments
2017-08-07 Markus ArmbrusterUpdate copyright notice
2017-08-07 Markus ArmbrusterMerge branch 'readline'
2017-08-06 Markus ArmbrusterInclude "file.h" where it's needed
2017-07-02 Markus ArmbrusterUpdate copyright notice
2015-12-05 Markus ArmbrusterFix and clean up some comments
2015-12-05 Markus ArmbrusterChange comment style to use @foo rather than FOO
2015-02-28 Markus ArmbrusterUpdate copyright notice
2014-02-16 Markus Armbrusterpathfind: Fix up comment for commit 92e64d7
2014-02-16 Markus Armbrusterpath: New DIR_BACK()
2014-01-02 Markus ArmbrusterUpdate copyright notice
2013-01-12 Markus ArmbrusterUpdate copyright notice
2012-06-10 Markus ArmbrusterUpdate copyright notice
2011-04-14 Markus ArmbrusterClean up write-only variable in path_find_to()
2011-04-12 Markus ArmbrusterUse the new path finder for sea & air, drop bestownedpath()
2011-04-12 Markus ArmbrusterNew path_find_visualize(), to aid debugging
2011-04-12 Markus ArmbrusterAdd performance statistics to path finder
2011-04-12 Markus ArmbrusterOptimize Dijkstra's inner loop for hex maps
2011-04-12 Markus ArmbrusterUse the new path finder for land paths, drop old A*
2011-04-12 Markus ArmbrusterNew path finder