Translated using Weblate (Chinese (Simplified))
[oweals/minetest.git] / src / pathfinder.cpp
2020-04-11 Loïc BlotReduce ServerEnvironment propagation (#9642)
2020-03-05 WuzzyFix pathfinder bugs: returning nil frequently, broken...
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2019-01-12 Jozef BehranOptimize path finalization in pathfinder (#8100)
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2017-08-19 Loïc BlotCode modernization: src/n*, src/o* (#6280)
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-03-27 Diego MartínezPathfinder: Send errors to `warningstream`.
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...