Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deal with covered switches consistently (#4161) | peterbell10 | 2018-02-05 | 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() | ||||
* | Item durability loss now depends on the item used. (#4123) | Alexander Harkness | 2018-01-05 | 1 | -10/+3 |
| | | | | | | | Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119 | ||||
* | Removed unneeded includes (#3902) | Lukas Pioch | 2017-08-06 | 1 | -2/+0 |
| | |||||
* | Added missing "override" specifier. | Mattes D | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | Anticheat fastbreak (#3411) | mohe2015 | 2016-11-06 | 1 | -0/+28 |
| | | | Added block hardness checks when breaking blocks. | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -1/+4 |
| | |||||
* | Hotfixed compilation problems. | madmaxoft | 2014-07-27 | 1 | -1/+1 |
| | |||||
* | Rename function. | Howaner | 2014-07-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into Inventory2 | Howaner | 2014-07-26 | 1 | -1/+5 |
|\ | | | | | | | | | Conflicts: src/BlockInfo.cpp | ||||
| * | Fixed block drops | Tiger Wang | 2014-07-24 | 1 | -1/+0 |
| | | | | | | | | * Fixes #1242 (the issue addressed within) | ||||
* | | Fix item durability. | Howaner | 2014-07-23 | 1 | -2/+15 |
|/ | | | Fixes #1181 | ||||
* | Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count() | Howaner | 2014-05-06 | 1 | -6/+6 |
| | |||||
* | Add anvil window and slot area. | Howaner | 2014-05-05 | 1 | -0/+13 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+30 |