Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Namechange to Cuberite | Mattes D | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | Fixed a position bug in the pathfinder | Tiger Wang | 2015-08-22 | 1 | -25/+4 |
| | |||||
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -2/+11 |
| | |||||
* | Vector hasher is now a separate class | Tiger Wang | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | Changed appropriate containers to unordered_map | Tiger Wang | 2015-06-06 | 1 | -16/+1 |
| | | | | | | Thanks to @worktycho for guidance! * Potential speed improvements | ||||
* | Merge branch 'master' into PreventNewWarnings | tycho | 2015-05-24 | 1 | -6/+11 |
|\ | |||||
| * | Pathfinder - Bounding boxes and some tweaks | SafwatHalaby | 2015-05-23 | 1 | -6/+11 |
| | | |||||
* | | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into PreventNewWarnings | tycho | 2015-05-23 | 1 | -8/+23 |
|\| | |||||
| * | Path recalculation improvements | SafwatHalaby | 2015-05-20 | 1 | -6/+4 |
| | | |||||
| * | newlines | SafwatHalaby | 2015-05-19 | 1 | -0/+9 |
| | | |||||
| * | Removed UniquePTR from PathFinder | SafwatHalaby | 2015-05-19 | 1 | -2/+10 |
| | | |||||
* | | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -1/+1 |
|/ | | | | Ad fix a load of warnings | ||||
* | Pathfinder - approximated paths when original destination unreachable | SafwatHalaby | 2015-05-17 | 1 | -3/+18 |
| | |||||
* | PathFinder uses UniquePtr for cell map. | SafwatHalaby | 2015-05-16 | 1 | -1/+1 |
| | |||||
* | Revert "PathFinder - smart pointers" | worktycho | 2015-05-15 | 1 | -1/+1 |
| | |||||
* | uniquePTR | SafwatHalaby | 2015-05-15 | 1 | -1/+1 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -1/+1 |
| | | | | Spaces around some operators are checked. | ||||
* | Spaces in cPath | wiseoldman95 | 2015-05-08 | 1 | -0/+1 |
| | |||||
* | Entity improvements | Tiger Wang | 2015-05-04 | 1 | -20/+22 |
| | | | | | | | | •Pathfinder improvements •Fixes #1217 •Fixes #1933 Merge remote-tracking branch 'SafwatHalaby/water2' into fixes | ||||
* | PathFinder - Crash fix, chunks in parameters are now references | wiseoldman95 | 2015-05-03 | 1 | -2/+2 |
| | |||||
* | PathFinding - Chunk querying optimization and improve cPath::IsSolid | wiseoldman95 | 2015-05-02 | 1 | -20/+7 |
| | |||||
* | A* Pathfinding and better monster AI | wiseoldman95 | 2015-05-01 | 1 | -0/+161 |