Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-12-02 | ItemHandler initialisation is a constant expression (#5344) | x12xx12x | 1 | -6/+3 | |
* Transition to non-pointer item handler * That is my destructor - I decide when I leave this world * I declare your destruction private and you final | |||||
2021-04-12 | Added override specifiers to overridden functions. | Mattes D | 1 | -1/+1 | |
Needed for clang-11 compatibility. | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -4/+5 | |
2018-01-05 | Item durability loss now depends on the item used. (#4123) | Alexander Harkness | 1 | -6/+0 | |
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 | -1/+0 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -1/+1 | |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -1/+1 | |
2015-07-14 | Improved maps | Tiger Wang | 1 | -1/+0 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-04-04 | Fixed Clang warnings in itemhandlers. | madmaxoft | 1 | -1/+1 | |
2014-02-23 | Maps: Improvements | andrew | 1 | -1/+1 | |
2014-02-18 | Map decorators; Map clients | andrew | 1 | -2/+2 | |
2014-02-17 | Map item handler; Fixed several bugs | andrew | 1 | -0/+43 | |