summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockFence.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged OnBreak with OnPlayerBreak (#4967)12xx122020-10-081-2/+3
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-1/+1
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-16/+11
* Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D2020-08-011-1/+1
* Vector3 in Handlers (#4680)Mattes D2020-04-211-8/+40
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-5/+13
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-1/+1
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-2/+2
* Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly2017-09-191-1/+1
* Fixed build for older clang versions (#3935)Bond-0092017-08-211-1/+1
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-1/+61
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+0
* Check for intersection between placed blocks and entities. (#3850)Lane Kolbly2017-07-281-0/+80