Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using Super. | Mattes D | 2020-04-16 | 1 | -6/+8 |
| | |||||
* | Add additional blocks which are not breakable by hand | Alexander Harkness | 2020-04-10 | 1 | -0/+1 |
| | |||||
* | Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) | Mattes D | 2020-04-03 | 1 | -1/+1 |
| | | | | | | | | | The BlockID.h file was removed from Globals.h and renamed to BlockType.h (main change) The BlockInfo.h file was removed from Globals.h (main change) The ENUM_BLOCK_ID and ENUM_ITEM_ID enum names were replaced with ENUM_BLOCK_TYPE and ENUM_ITEM_TYPE (cosmetics) The various enums, such as eDimension, eDamageType and eExplosionSource were moved from BlockType.h to Defines.h, together with the helper functions for converting between them and strings (StringToDimension et al.) (minor) Many inline functions were moved from headers to their respective cpp files, so that BlockType.h could be included only into the cpp file, rather than the header. That broke our tests a bit, since they pick bits and pieces out of the main code and provide stubs for the rest; they had to be re-stubbed and re-verified. eMonsterType values are no longer tied to E_ITEM_SPAWN_EGG_META_* values | ||||
* | 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 | -4/+14 |
| | | | | | | | 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/+2 |
| | |||||
* | Added 1.12 blocks (#3760) | Bond-009 | 2017-06-30 | 1 | -1/+18 |
| | |||||
* | Fixed which blocks can be harvested with what type of pickaxe (#3586) | Bond-009 | 2017-02-26 | 1 | -0/+16 |
| | |||||
* | Added some blocks and items (#3503) | mathiascode | 2017-02-14 | 1 | -1/+10 |
| | |||||
* | Added missing "override" specifier. | Mattes D | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | Anticheat fastbreak (#3411) | mohe2015 | 2016-11-06 | 1 | -0/+23 |
| | | | Added block hardness checks when breaking blocks. | ||||
* | Fix issue #3312 | Alexander Harkness | 2016-08-12 | 1 | -0/+1 |
| | | | Nether brick fences now drop their item. | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -4/+4 |
| | |||||
* | Improved maps | Tiger Wang | 2015-07-14 | 1 | -2/+2 |
| | |||||
* | Fixed Red Sandstone and Prismarine drops | Masy98 | 2014-10-01 | 1 | -17/+22 |
| | |||||
* | Spawn exp if you break a mob spawner. | Howaner | 2014-09-12 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into Inventory2 | Howaner | 2014-07-26 | 1 | -1/+2 |
| | | | | | Conflicts: src/BlockInfo.cpp | ||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into Slabs | Howaner | 2014-05-07 | 1 | -0/+13 |
|\ | |||||
| * | 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 |
| | | |||||
* | | Add CanChangeDirtToGrass function to Block Handlers. | Howaner | 2014-04-06 | 1 | -0/+1 |
|/ | |||||
* | cBlockInfo-related changes from #723 | andrew | 2014-03-08 | 1 | -11/+11 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+92 |