aboutsummaryrefslogtreecommitdiff
path: root/src/pathfinder.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reserve vectors before pushing and other code quality changes (#11161)sfan52021-04-051-1/+1
* Remove dead code (#10845)rubenwardy2021-01-221-5/+1
* Reduce ServerEnvironment propagation (#9642)Loïc Blot2020-04-111-59/+43
* Fix pathfinder bugs: returning nil frequently, broken A*, jump through solid ...Wuzzy2020-03-051-245/+336
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-101-8/+8
* Optimize path finalization in pathfinder (#8100)Jozef Behran2019-01-121-0/+1
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-2/+2
* Code modernization: src/n*, src/o* (#6280)Loïc Blot2017-08-191-97/+55
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-201-2/+2
* Pathfinder: Send errors to `warningstream`.Diego Martínez2017-03-271-1/+1
* Environment & IGameDef code refactoring (#4985)Ner'zhul2017-01-091-5/+1
* Move ServerEnvironment to dedicated cpp/header filesLoic Blot2017-01-081-1/+1
* Move PP() and PP2() macros to basic_macros.hRogier2016-12-241-33/+31
* find_path: consider walkable instead of CONTENT_AIRAuke Kok2016-05-011-9/+12
* Pathfinder: improve GridNode storageest312016-05-011-98/+161
* Pathfinder: use core::aabbox3d instead of own typeest312016-05-011-66/+36
* Pathfinder: Fix styleest312016-05-011-180/+199
* Move pathfinder classes to cpp fileest312016-05-011-3/+292
* Change i++ to ++iDavid Jones2015-08-251-4/+4
* Fix pathfinder to produce more useful pathsobneq2015-05-031-18/+7
* 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
* Add Dijkstra A* and A* without prefetching pathfind algorithmssapier2013-04-061-0/+1081