Performance fix + SAO factorization
[oweals/minetest.git] / src / pathfinder.cpp
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2017-01-08 Loic BlotMove ServerEnvironment to dedicated cpp/header files
2016-12-24 RogierMove PP() and PP2() macros to basic_macros.h
2016-05-01 Auke Kokfind_path: consider walkable instead of CONTENT_AIR 4037/head
2016-05-01 est31Pathfinder: improve GridNode storage
2016-05-01 est31Pathfinder: use core::aabbox3d instead of own type
2016-05-01 est31Pathfinder: Fix style
2016-05-01 est31Move pathfinder classes to cpp file
2015-08-25 David JonesChange i++ to ++i
2015-05-04 obneqFix pathfinder to produce more useful paths
2014-02-03 sapierRemove noisy error messages, prepend "pathfinder: ...
2013-08-31 sapierFix bug in pathfinder causing endless loop in some...
2013-08-16 PilzAdamUse errorstream instead of std::cout in pathfinder.cpp
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-06-23 prollerMath mapgen fix, ip show on connect, pathfinder segfaul...
2013-04-18 WeblateMerge remote branch 'origin/master'
2013-04-10 sapierfix bug in scriptapi line_of_sight
2013-04-07 WeblateMerge remote branch 'origin/master'
2013-04-06 sapierAdd Dijkstra A* and A* without prefetching pathfind...