summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemLilypad.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-02ItemHandler initialisation is a constant expression (#5344)x12xx12x1-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
2020-11-28Lilypads: add missing boundary checkTiger Wang1-2/+9
2020-11-28Fix lilypad displacing block above (#5056)Derek Qu1-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>
2020-05-08Use Vector3 for cLineBlockTracer and cBlockTracer (#4715)mBornand1-4/+4
* cLineBlockTracer uses Vector
2020-04-21Vector3 in Handlers (#4680)Mattes D1-17/+22
Refactored all cBlockHandler and cItemHandler descendants to use Vector3.
2020-04-16Using Super.Mattes D1-3/+4
2018-01-05Item durability loss now depends on the item used. (#4123)Alexander Harkness1-4/+1
Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119
2017-08-03Remove double includes part 2 (#3890)peterbell101-2/+0
2017-05-11Tracer replacement (#3704)Mattes D1-1/+1
* Replaced cTracer usage with cLineBlockTracer. * Exported new cLineBlockTracer utility functions to Lua API.
2015-05-09More style checking.Mattes D1-1/+1
Spaces around some operators are checked.
2015-04-14Placing a fluid from bucket calls plugin hooks.Mattes D1-1/+5
Ref.: #1857.
2014-07-17Normalized comments.madmaxoft1-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.
2014-04-23Small changesTiger Wang1-8/+6
2014-04-04Fixed Clang warnings in itemhandlers.madmaxoft1-11/+12
2014-03-29Curly bracketsTiger Wang1-1/+4
2014-03-28Some fixes to lilypadsTiger Wang1-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