summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockHopper.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-05Move item placement into item handlers (#5184)Tiger Wang1-35/+2
2020-10-05Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell101-1/+1
2020-09-25Unify block entity pickup conversionTiger Wang1-2/+2
2020-09-20BlockHandler initialisation is a constant expression (#4891)Tiger Wang1-9/+4
2020-04-21Vector3 in Handlers (#4680)Mattes D1-4/+6
2020-04-16Using Super.Mattes D1-2/+2
2020-04-10Add mixins for blocks that rotate based on player yaw at placementAlexander Harkness1-20/+2
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-9/+18
2017-08-01cBlockHandler: take player by refpeterbell101-1/+1
2016-02-05Bulk clearing of whitespaceLogicParrot1-1/+1
2015-12-13Strip meta from hopper on converting to pickupJulian Laubstein1-0/+6
2015-07-14Improved mapsTiger Wang1-2/+6
2015-05-19Fixed a lot of warningstycho1-1/+1
2014-07-17Basic style fixes.madmaxoft1-1/+1
2014-03-25Fixed spelling; Rotater to Rotator.narroo1-2/+2
2014-03-24Added MetaRotate/Mirror Support for a number of classes.narroo1-3/+18
2014-02-04Improved Type safety of eBlockFaceTycho1-1/+1
2014-02-01Changed pointers to referencesTycho1-1/+1
2014-02-01Changed signitures of Several BLockHandler MethodsTycho1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-46/+46
2013-06-12Implemented the Hopper block handlermadmaxoft@gmail.com1-0/+46