summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Path.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unified the doxy-comment format.Mattes D2015-07-311-2/+11
|
* Vector hasher is now a separate classTiger Wang2015-06-071-1/+1
|
* Changed appropriate containers to unordered_mapTiger Wang2015-06-061-16/+1
| | | | | | Thanks to @worktycho for guidance! * Potential speed improvements
* Merge branch 'master' into PreventNewWarningstycho2015-05-241-6/+11
|\
| * Pathfinder - Bounding boxes and some tweaksSafwatHalaby2015-05-231-6/+11
| |
* | Made -Weverything an error.tycho2015-05-241-4/+4
| |
* | Merge branch 'master' into PreventNewWarningstycho2015-05-231-8/+23
|\|
| * Path recalculation improvementsSafwatHalaby2015-05-201-6/+4
| |
| * newlinesSafwatHalaby2015-05-191-0/+9
| |
| * Removed UniquePTR from PathFinderSafwatHalaby2015-05-191-2/+10
| |
* | Make -Werror disabling file onlytycho2015-05-191-1/+1
|/ | | | Ad fix a load of warnings
* Pathfinder - approximated paths when original destination unreachableSafwatHalaby2015-05-171-3/+18
|
* PathFinder uses UniquePtr for cell map.SafwatHalaby2015-05-161-1/+1
|
* Revert "PathFinder - smart pointers"worktycho2015-05-151-1/+1
|
* uniquePTRSafwatHalaby2015-05-151-1/+1
|
* More style checking.Mattes D2015-05-091-1/+1
| | | | Spaces around some operators are checked.
* Spaces in cPathwiseoldman952015-05-081-0/+1
|
* Entity improvementsTiger Wang2015-05-041-20/+22
| | | | | | | | •Pathfinder improvements •Fixes #1217 •Fixes #1933 Merge remote-tracking branch 'SafwatHalaby/water2' into fixes
* PathFinder - Crash fix, chunks in parameters are now referenceswiseoldman952015-05-031-2/+2
|
* PathFinding - Chunk querying optimization and improve cPath::IsSolidwiseoldman952015-05-021-20/+7
|
* A* Pathfinding and better monster AIwiseoldman952015-05-011-0/+161