Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-21 | Vector3 in Handlers (#4680) | Mattes D | 1 | -17/+13 | |
Refactored all cBlockHandler and cItemHandler descendants to use Vector3. | |||||
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 | -10/+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 | -2/+2 | |
2015-05-18 | Fixes #2052 | Tiger Wang | 1 | -1/+1 | |
2015-04-14 | Placing a fluid from bucket calls plugin hooks. | Mattes D | 1 | -2/+11 | |
Ref.: #1857. | |||||
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-27 | Fixed crash and some warnings in map handling. | madmaxoft | 1 | -3/+3 | |
Fixes #728. | |||||
2014-02-24 | Fixed MCServer not compiling with C++03 compilers | STRWarrior | 1 | -3/+3 | |
2014-02-23 | Maps: Improvements | andrew | 1 | -1/+1 | |
2014-02-17 | Map item handler; Fixed several bugs | andrew | 1 | -1/+15 | |
2014-02-15 | cMap::UpdateRadius | andrew | 1 | -2/+4 | |
2014-02-14 | EmptyMap item handler | andrew | 1 | -0/+46 | |