summaryrefslogtreecommitdiffstats
path: root/src/Mobs/PathFinder.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deal with covered switches consistently (#4161)peterbell102018-02-051-7/+1
| | | | | | | * Fixes a number of "<function>: not all control paths return a value" warnings on MSVC. * Introduces the UNREACHABLE global macro and uses it instead of conditionally compiled switch defaults. * Move cNBTParseErrorCategory from FastNBT.h into FastNBT.cpp to prevent bad calls to message()
* Fix issues below y = 0LogicParrot2016-04-181-2/+8
|
* PF - "Special blocks" handlingSafwat Halaby2015-12-241-39/+59
|
* PF - Improved mob jumpingSafwat Halaby2015-12-211-1/+5
|
* Revert "Changed cPath to have a reset method".Safwat Halaby2015-12-211-8/+8
|
* Changed cPath to have a reset method.tycho2015-12-161-8/+8
| | | | | | Also reverts "Changed raw cPath to an unique_ptr, fixes memory leak" This reverts commit 1515d37684b469f212bb9858cca6128d74e591b6.
* Changed raw cPath to an unique_ptr, fixes memory leakLukas Pioch2015-12-151-8/+8
|
* Decoupled cMonster and path recalc logic, re-implemented recalcSafwat Halaby2015-12-131-0/+261