Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deal with covered switches consistently (#4161) | peterbell10 | 2018-02-05 | 1 | -7/+1 |
| | | | | | | | * Fixes a number of "<function>: not all control paths return a value" warnings on MSVC. * Introduces the UNREACHABLE global macro and uses it instead of conditionally compiled switch defaults. * Move cNBTParseErrorCategory from FastNBT.h into FastNBT.cpp to prevent bad calls to message() | ||||
* | Fix issues below y = 0 | LogicParrot | 2016-04-18 | 1 | -2/+8 |
| | |||||
* | PF - "Special blocks" handling | Safwat Halaby | 2015-12-24 | 1 | -39/+59 |
| | |||||
* | PF - Improved mob jumping | Safwat Halaby | 2015-12-21 | 1 | -1/+5 |
| | |||||
* | Revert "Changed cPath to have a reset method". | Safwat Halaby | 2015-12-21 | 1 | -8/+8 |
| | |||||
* | Changed cPath to have a reset method. | tycho | 2015-12-16 | 1 | -8/+8 |
| | | | | | | Also reverts "Changed raw cPath to an unique_ptr, fixes memory leak" This reverts commit 1515d37684b469f212bb9858cca6128d74e591b6. | ||||
* | Changed raw cPath to an unique_ptr, fixes memory leak | Lukas Pioch | 2015-12-15 | 1 | -8/+8 |
| | |||||
* | Decoupled cMonster and path recalc logic, re-implemented recalc | Safwat Halaby | 2015-12-13 | 1 | -0/+261 |