Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-12-24 | PF - "Special blocks" handling | Safwat Halaby | 1 | -25/+39 | |
2015-12-21 | PF - Improved mob jumping | Safwat Halaby | 1 | -2/+7 | |
2015-12-21 | Revert "Changed cPath to have a reset method". | Safwat Halaby | 1 | -32/+1 | |
2015-12-16 | Changed cPath to have a reset method. | tycho | 1 | -1/+32 | |
Also reverts "Changed raw cPath to an unique_ptr, fixes memory leak" This reverts commit 1515d37684b469f212bb9858cca6128d74e591b6. | |||||
2015-12-15 | Delete copy and move constructors from cPath | tycho | 1 | -0/+7 | |
cPath is not safe to copy or move due to pointers into the std::map m_Map. | |||||
2015-12-13 | Decoupled cMonster and path recalc logic, re-implemented recalc | Safwat Halaby | 1 | -6/+27 | |
2015-09-25 | Compile.sh namechange to cuberite | Safwat Halaby | 1 | -1/+1 | |
2015-09-25 | Namechange to Cuberite | Mattes D | 1 | -1/+1 | |
2015-08-22 | Fixed a position bug in the pathfinder | Tiger Wang | 1 | -25/+4 | |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 1 | -2/+11 | |
2015-06-07 | Vector hasher is now a separate class | Tiger Wang | 1 | -1/+1 | |
2015-06-06 | Changed appropriate containers to unordered_map | Tiger Wang | 1 | -16/+1 | |
Thanks to @worktycho for guidance! * Potential speed improvements | |||||
2015-05-24 | Made -Weverything an error. | tycho | 1 | -4/+4 | |
2015-05-23 | Pathfinder - Bounding boxes and some tweaks | SafwatHalaby | 1 | -6/+11 | |
2015-05-20 | Path recalculation improvements | SafwatHalaby | 1 | -6/+4 | |
2015-05-19 | newlines | SafwatHalaby | 1 | -0/+9 | |
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -1/+1 | |
Ad fix a load of warnings | |||||
2015-05-19 | Removed UniquePTR from PathFinder | SafwatHalaby | 1 | -2/+10 | |
2015-05-17 | Pathfinder - approximated paths when original destination unreachable | SafwatHalaby | 1 | -3/+18 | |
2015-05-16 | PathFinder uses UniquePtr for cell map. | SafwatHalaby | 1 | -1/+1 | |
2015-05-15 | Revert "PathFinder - smart pointers" | worktycho | 1 | -1/+1 | |
2015-05-15 | uniquePTR | SafwatHalaby | 1 | -1/+1 | |
2015-05-09 | More style checking. | Mattes D | 1 | -1/+1 | |
Spaces around some operators are checked. | |||||
2015-05-08 | Spaces in cPath | wiseoldman95 | 1 | -0/+1 | |
2015-05-04 | Entity improvements | Tiger Wang | 1 | -20/+22 | |
•Pathfinder improvements •Fixes #1217 •Fixes #1933 Merge remote-tracking branch 'SafwatHalaby/water2' into fixes | |||||
2015-05-03 | PathFinder - Crash fix, chunks in parameters are now references | wiseoldman95 | 1 | -2/+2 | |
2015-05-02 | PathFinding - Chunk querying optimization and improve cPath::IsSolid | wiseoldman95 | 1 | -20/+7 | |
2015-05-01 | A* Pathfinding and better monster AI | wiseoldman95 | 1 | -0/+161 | |