summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Path.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed UniquePTR from PathFinderSafwatHalaby2015-05-191-17/+7
* Pathfinder - approximated paths when original destination unreachableSafwatHalaby2015-05-171-24/+74
* PathFinder uses UniquePtr for cell map.SafwatHalaby2015-05-161-7/+2
* Revert "PathFinder - smart pointers"worktycho2015-05-151-2/+7
* uniquePTRSafwatHalaby2015-05-151-7/+2
* PF - Less calcs per tickwiseoldman952015-05-101-1/+1
* Spaces in cPathwiseoldman952015-05-081-0/+1
* Merge pull request #1949 from SafwatHalaby/burnworktycho2015-05-071-25/+0
|\
| * (duplicate) AI - Livestock escape fixed, water jumping fixedwiseoldman952015-05-061-25/+0
* | Actually empty the open listworktycho2015-05-061-1/+1
|/
* PF - Swimming bugfixwiseoldman952015-05-061-3/+3
* PF - Fixed mobs not reaching leaning playerwiseoldman952015-05-061-1/+7
* Entity improvementsTiger Wang2015-05-041-40/+61
* PathFinder - Crash fix, chunks in parameters are now referenceswiseoldman952015-05-031-6/+4
* PathFinding - Chunk querying optimization and improve cPath::IsSolidwiseoldman952015-05-021-41/+26
* A* Pathfinding and better monster AIwiseoldman952015-05-011-0/+379