aboutsummaryrefslogtreecommitdiff
path: root/src/pathfinder.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix pathfinder to produce more useful pathsobneq2015-05-031-18/+7
| | | | | - Fix unintended negation of condition - Remove line_of_sight 'optimization'
* Remove noisy error messages, prepend "pathfinder: " to pathfinder messagessapier2014-02-031-5/+5
|
* Fix bug in pathfinder causing endless loop in some situationssapier2013-08-311-0/+2
|
* Use errorstream instead of std::cout in pathfinder.cppPilzAdam2013-08-161-6/+6
|
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+3
|
* Math mapgen fix, ip show on connect, pathfinder segfault fixproller2013-06-231-1/+1
|
* fix bug in scriptapi line_of_sightsapier2013-04-101-4/+2
| | | | fix warnings for pathfinder debug traces
* Add Dijkstra A* and A* without prefetching pathfind algorithmssapier2013-04-061-0/+1081