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