Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Precompile unordered_map/set | Tiger Wang | 2020-07-19 | 1 | -1/+0 |
| | | | | | | + Add inclusions to Globals.h * Sort Globals.h - Remove sys/stat.h from Globals.h | ||||
* | FastRandom rewrite (#3754) | peterbell10 | 2017-06-13 | 1 | -1/+0 |
| | |||||
* | Deleted cPath::BlockTypeIsFence | LogicParrot | 2015-12-27 | 1 | -1/+0 |
| | |||||
* | PF - "Special blocks" handling | Safwat Halaby | 2015-12-24 | 1 | -25/+39 |
| | |||||
* | PF - Improved mob jumping | Safwat Halaby | 2015-12-21 | 1 | -2/+7 |
| | |||||
* | Revert "Changed cPath to have a reset method". | Safwat Halaby | 2015-12-21 | 1 | -32/+1 |
| | |||||
* | Changed cPath to have a reset method. | tycho | 2015-12-16 | 1 | -1/+32 |
| | | | | | | Also reverts "Changed raw cPath to an unique_ptr, fixes memory leak" This reverts commit 1515d37684b469f212bb9858cca6128d74e591b6. | ||||
* | Delete copy and move constructors from cPath | tycho | 2015-12-15 | 1 | -0/+7 |
| | | | | cPath is not safe to copy or move due to pointers into the std::map m_Map. | ||||
* | Decoupled cMonster and path recalc logic, re-implemented recalc | Safwat Halaby | 2015-12-13 | 1 | -6/+27 |
| | |||||
* | 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 |