aboutsummaryrefslogtreecommitdiff
path: root/src/pathfinder.cpp
AgeCommit message (Expand)Author
2016-05-01find_path: consider walkable instead of CONTENT_AIRAuke Kok
2016-05-01Pathfinder: improve GridNode storageest31
2016-05-01Pathfinder: use core::aabbox3d instead of own typeest31
2016-05-01Pathfinder: Fix styleest31
2016-05-01Move pathfinder classes to cpp fileest31
2015-08-25Change i++ to ++iDavid Jones
2015-05-03Fix pathfinder to produce more useful pathsobneq
2014-02-03Remove noisy error messages, prepend "pathfinder: " to pathfinder messagessapier
2013-08-31Fix bug in pathfinder causing endless loop in some situationssapier
2013-08-16Use errorstream instead of std::cout in pathfinder.cppPilzAdam
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-06-23Math mapgen fix, ip show on connect, pathfinder segfault fixproller
2013-04-10fix bug in scriptapi line_of_sightsapier
2013-04-06Add Dijkstra A* and A* without prefetching pathfind algorithmssapier