summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemMap.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-02ItemHandler initialisation is a constant expression (#5344)x12xx12x1-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-12Added override specifiers to overridden functions.Mattes D1-1/+1
Needed for clang-11 compatibility.
2020-04-16Using Super.Mattes D1-4/+5
2018-01-05Item durability loss now depends on the item used. (#4123)Alexander Harkness1-6/+0
Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119
2017-08-06Removed unneeded includes (#3902)Lukas Pioch1-1/+0
2016-02-05Bulk clearing of whitespaceLogicParrot1-1/+1
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-1/+1
2015-07-14Improved mapsTiger Wang1-1/+0
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-04-04Fixed Clang warnings in itemhandlers.madmaxoft1-1/+1
2014-02-23Maps: Improvementsandrew1-1/+1
2014-02-18Map decorators; Map clientsandrew1-2/+2
2014-02-17Map item handler; Fixed several bugsandrew1-0/+43