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 | -5/+6 |
| | | | | | | | Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119 | ||||
* | Fix shears (and vines) | Bond-009 | 2017-06-21 | 1 | -25/+6 |
| | | | | | | | * Shears now lose durability when breaking any block * Leaves don't drop 2 leaves anymore when broken by shears * Removed the chance to drop saplings or apples when leaves are broken by shears * Vines can't be attached to ender chests, pistons and redstone repeaters | ||||
* | Deadbushes drop sticks | Bond-009 | 2017-03-19 | 1 | -0/+1 |
| | |||||
* | Added missing "override" specifier. | Mattes D | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | Anticheat fastbreak (#3411) | mohe2015 | 2016-11-06 | 1 | -0/+22 |
| | | | Added block hardness checks when breaking blocks. | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -4/+4 |
| | |||||
* | Moved tall grass pickups handle. | Howaner | 2014-10-21 | 1 | -9/+0 |
| | |||||
* | Corrected drops from dead bush, tall grass and cobweb. | Howaner | 2014-10-07 | 1 | -11/+31 |
| | |||||
* | Rename function. | Howaner | 2014-07-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into Inventory2 | Howaner | 2014-07-26 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: src/BlockInfo.cpp | ||||
* | | Fix item durability. | Howaner | 2014-07-23 | 1 | -1/+24 |
|/ | | | Fixes #1181 | ||||
* | Add new leaves to all classes. | Howaner | 2014-03-16 | 1 | -2/+3 |
| | |||||
* | Improved Type safety of eBlockFace | Tycho | 2014-02-04 | 1 | -1/+1 |
| | | | | May Fix #640 | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+62 |