summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemShovel.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Using Super.Mattes D2020-04-161-6/+9
|
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-17/+9
|
* Deal with covered switches consistently (#4161)peterbell102018-02-051-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 Harkness2018-01-051-1/+15
| | | | | | | Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119
* Removed unneeded includes (#3902)Lukas Pioch2017-08-061-1/+1
|
* Added 1.12 blocks (#3760)Bond-0092017-06-301-0/+1
|
* Added some blocks and items (#3503)mathiascode2017-02-141-1/+1
|
* Added missing "override" specifier.Mattes D2016-11-131-1/+1
|
* Anticheat fastbreak (#3411)mohe20152016-11-061-0/+31
| | | Added block hardness checks when breaking blocks.
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* Code formatting fixes.Howaner2014-08-191-1/+0
|
* Merge branch 'master' into Inventory2Howaner2014-07-261-1/+6
| | | | | Conflicts: src/BlockInfo.cpp
* Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
|
* Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count()Howaner2014-05-061-6/+6
|
* Add anvil window and slot area.Howaner2014-05-051-0/+14
|
* Improved Type safety of eBlockFaceTycho2014-02-041-1/+1
| | | | May Fix #640
* Changed Signiture of OnUpdateTycho2014-02-021-2/+5
|
* Moved source to srcAlexander Harkness2013-11-241-0/+41