summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemLilypad.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ItemHandler initialisation is a constant expression (#5344)x12xx12x2021-12-021-4/+4
| | | | | * 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
* Lilypads: add missing boundary checkTiger Wang2020-11-281-2/+9
|
* Fix lilypad displacing block above (#5056)Derek Qu2020-11-281-39/+61
| | | | | | | | | | * Fix lilypad displacing block above Side fixes: * Fix lilypad displacing half slabs * Fix lilypad being placed on flowing water and non-water blocks in general Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
* Use Vector3 for cLineBlockTracer and cBlockTracer (#4715)mBornand2020-05-081-4/+4
| | | * cLineBlockTracer uses Vector
* Vector3 in Handlers (#4680)Mattes D2020-04-211-17/+22
| | | Refactored all cBlockHandler and cItemHandler descendants to use Vector3.
* Using Super.Mattes D2020-04-161-3/+4
|
* Item durability loss now depends on the item used. (#4123)Alexander Harkness2018-01-051-4/+1
| | | | | | | Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119
* Remove double includes part 2 (#3890)peterbell102017-08-031-2/+0
|
* Tracer replacement (#3704)Mattes D2017-05-111-1/+1
| | | | | | * Replaced cTracer usage with cLineBlockTracer. * Exported new cLineBlockTracer utility functions to Lua API.
* More style checking.Mattes D2015-05-091-1/+1
| | | | Spaces around some operators are checked.
* Placing a fluid from bucket calls plugin hooks.Mattes D2015-04-141-1/+5
| | | | Ref.: #1857.
* Normalized comments.madmaxoft2014-07-171-2/+2
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Small changesTiger Wang2014-04-231-8/+6
|
* Fixed Clang warnings in itemhandlers.madmaxoft2014-04-041-11/+12
|
* Curly bracketsTiger Wang2014-03-291-1/+4
|
* Some fixes to lilypadsTiger Wang2014-03-281-0/+106
* Fixed placement on lava * Fixed placement on side of blocks * Fixed placement through blocks + Added washing-away of pads + Added ice as a block that fully occupies its voxel