summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockFence.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-08Merged OnBreak with OnPlayerBreak (#4967)12xx121-2/+3
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-16/+11
2020-08-01Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D1-1/+1
2020-04-21Vector3 in Handlers (#4680)Mattes D1-8/+40
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-5/+13
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-1/+1
2018-08-29Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell101-2/+2
2017-09-19Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly1-1/+1
2017-08-21Fixed build for older clang versions (#3935)Bond-0091-1/+1
2017-08-21Fully implemented leashes (#3798)Pablo Beltrán1-1/+61
2017-08-03Remove double includes part 2 (#3890)peterbell101-1/+0
2017-07-28Check for intersection between placed blocks and entities. (#3850)Lane Kolbly1-0/+80