summaryrefslogtreecommitdiffstats
path: root/src/Mobs/PathFinder.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-18Fix issues below y = 0LogicParrot1-2/+8
2015-12-24PF - "Special blocks" handlingSafwat Halaby1-39/+59
2015-12-21PF - Improved mob jumpingSafwat Halaby1-1/+5
2015-12-21Revert "Changed cPath to have a reset method".Safwat Halaby1-8/+8
2015-12-16Changed cPath to have a reset method.tycho1-8/+8
Also reverts "Changed raw cPath to an unique_ptr, fixes memory leak" This reverts commit 1515d37684b469f212bb9858cca6128d74e591b6.
2015-12-15Changed raw cPath to an unique_ptr, fixes memory leakLukas Pioch1-8/+8
2015-12-13Decoupled cMonster and path recalc logic, re-implemented recalcSafwat Halaby1-0/+261