index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pathfinder.cpp
Age
Commit message (
Expand
)
Author
2022-11-09
Fix typos and en_US/en_GB inconsistency in various files (#12902)
Abdou-31
2021-04-05
Reserve vectors before pushing and other code quality changes (#11161)
sfan5
2021-01-22
Remove dead code (#10845)
rubenwardy
2020-04-11
Reduce ServerEnvironment propagation (#9642)
Loïc Blot
2020-03-05
Fix pathfinder bugs: returning nil frequently, broken A*, jump through solid ...
Wuzzy
2019-08-10
Merge pull request #8776 from osjc/FixGetNode
Jozef Behran
2019-01-12
Optimize path finalization in pathfinder (#8100)
Jozef Behran
2018-02-10
Node definition manager refactor (#7016)
Dániel Juhász
2017-08-19
Code modernization: src/n*, src/o* (#6280)
Loïc Blot
2017-04-20
Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)
Loïc Blot
2017-03-27
Pathfinder: Send errors to `warningstream`.
Diego Martínez
2017-01-09
Environment & IGameDef code refactoring (#4985)
Ner'zhul
2017-01-08
Move ServerEnvironment to dedicated cpp/header files
Loic Blot
2016-12-24
Move PP() and PP2() macros to basic_macros.h
Rogier
2016-05-01
find_path: consider walkable instead of CONTENT_AIR
Auke Kok
2016-05-01
Pathfinder: improve GridNode storage
est31
2016-05-01
Pathfinder: use core::aabbox3d instead of own type
est31
2016-05-01
Pathfinder: Fix style
est31
2016-05-01
Move pathfinder classes to cpp file
est31
2015-08-25
Change i++ to ++i
David Jones
2015-05-03
Fix pathfinder to produce more useful paths
obneq
2014-02-03
Remove noisy error messages, prepend "pathfinder: " to pathfinder messages
sapier
2013-08-31
Fix bug in pathfinder causing endless loop in some situations
sapier
2013-08-16
Use errorstream instead of std::cout in pathfinder.cpp
PilzAdam
2013-08-14
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
2013-06-23
Math mapgen fix, ip show on connect, pathfinder segfault fix
proller
2013-04-10
fix bug in scriptapi line_of_sight
sapier
2013-04-06
Add Dijkstra A* and A* without prefetching pathfind algorithms
sapier