summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockTripwireHook.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-05Move item placement into item handlers (#5184)Tiger Wang1-50/+2
2021-02-20Mark UNREACHABLE with intrinsicsTiger Wang1-1/+0
2020-10-05Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell101-1/+1
2020-09-20BlockHandler initialisation is a constant expression (#4891)Tiger Wang1-24/+15
2020-07-25Correct placement for tripwire hooksTiger Wang1-22/+29
2020-04-21Vector3 in Handlers (#4680)Mattes D1-13/+16
2020-04-16Using Super.Mattes D1-2/+2
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-9/+26
2018-02-05Deal with covered switches consistently (#4161)peterbell101-4/+1
2017-08-01cBlockHandler: take player by refpeterbell101-1/+1
2015-07-14Improved mapsTiger Wang1-4/+6
2015-06-02Fixed warnings in MSVC.Mattes D1-0/+8
2015-05-19Fixed compile and a few more warningstycho1-1/+7
2014-09-09Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy981-5/+0
2014-08-19Code formatting fixes.Howaner1-5/+5
2014-06-28Implemented tripwire(s) (hooks)Tiger Wang1-0/+82