summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockTripwireHook.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-9/+26
2018-02-05Deal with covered switches consistently (#4161)peterbell101-4/+1
* Fixes a number of "<function>: not all control paths return a value" warnings on MSVC. * Introduces the UNREACHABLE global macro and uses it instead of conditionally compiled switch defaults. * Move cNBTParseErrorCategory from FastNBT.h into FastNBT.cpp to prevent bad calls to message()
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
It complained about undefined return values or using uninitialized variables.
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
* Fixes #944