Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-21 | Vector3 in Handlers (#4680) | Mattes D | 1 | -36/+24 | |
Refactored all cBlockHandler and cItemHandler descendants to use Vector3. | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -3/+3 | |
2018-01-05 | Item durability loss now depends on the item used. (#4123) | Alexander Harkness | 1 | -12/+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 | |
2017-02-15 | Updated sounds and effect IDs (#3422) | mathiascode | 1 | -7/+0 | |
2016-01-31 | Updated old forum links | Mathias | 1 | -1/+1 | |
2015-11-09 | remove slab from inventory when using it on another slab (fixes #2610) | Gargaj | 1 | -3/+27 | |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -1/+1 | |
2015-04-22 | Fix slab placing | wraith11 | 1 | -0/+23 | |
2015-03-28 | Fixed placing bottom half-slabs by clicking a top half-slab. | Mattes D | 1 | -2/+2 | |
Ref.: #1837 | |||||
2014-12-24 | Refactored all player block placing to go through hooks. | Mattes D | 1 | -0/+93 | |
Fixes #1618. |