summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockPressurePlate.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-9/+4
| | | | | | | | | | | | | * BlockHandler initialisation is a constant expression If we can't make it all namespaces, this is the next best I guess. + Tag handlers constexpr, const as needed + Inherit constructors * Privatise handler functions * More constexpr Co-authored-by: Alexander Harkness <me@bearbin.net>
* Vector3 in Handlers (#4680)Mattes D2020-04-211-3/+11
| | | Refactored all cBlockHandler and cItemHandler descendants to use Vector3.
* Using Super.Mattes D2020-04-161-2/+2
|
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-8/+5
|
* Pressure plates can be placed on fences and hoppers (#3796)Bond-0092017-06-221-2/+21
|
* Improved mapsTiger Wang2015-07-141-0/+17
|
* Fixed some block checksTiger Wang2014-10-251-2/+1
| | | | * Fixes #1330
* Code formatting fixes.Howaner2014-08-191-2/+2
|
* Add parenthesisHowaner2014-06-171-2/+2
|
* Add end lines to BlockPressurePlate.hHowaner2014-06-171-1/+5
|
* Add pressure plate handlerHowaner2014-06-171-0/+34