summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockWallSign.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-28Do not fake a tool when converting to pickups (#5170)Tiger Wang1-1/+1
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-1/+1
2020-09-20BlockHandler initialisation is a constant expression (#4891)Tiger Wang1-31/+22
2020-04-21Vector3 in Handlers (#4680)Mattes D1-15/+21
2020-04-16Using Super.Mattes D1-2/+2
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-10/+31
2018-08-29Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell101-1/+1
2017-11-20cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0091-1/+1
2017-08-06Removed unneeded includes (#3902)Lukas Pioch1-1/+0
2015-07-14Improved mapsTiger Wang1-4/+6
2015-05-19Fixed a lot of warningstycho1-5/+7
2014-12-24Refactored all player block placing to go through hooks.Mattes D1-11/+0
2014-09-09Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy981-6/+0
2014-08-04Fixed signs not staying on other signsTiger Wang1-1/+2
2014-07-18Normalized code style for both sign handlers.madmaxoft1-8/+9
2014-07-18Removed cBlockSignPostHandler descend.Howaner1-2/+28
2014-07-18Added a extra wall sign handler.Howaner1-0/+62