Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-02-05 | Deal with covered switches consistently (#4161) | peterbell10 | 1 | -0/+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() | |||||
2018-01-05 | Item durability loss now depends on the item used. (#4123) | Alexander Harkness | 1 | -5/+14 | |
Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119 | |||||
2017-08-06 | Removed unneeded includes (#3902) | Lukas Pioch | 1 | -2/+0 | |
2016-11-06 | Anticheat fastbreak (#3411) | mohe2015 | 1 | -0/+48 | |
Added block hardness checks when breaking blocks. |