Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) | peterbell10 | 2020-10-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * Fix cmake not adding Werror on clang, and _lots_ of warnings * WIP: Build fixes * Cannot make intermediate blockhandler instance * Tiger's changes * Fix BitIndex check * Handle invalid NextState values in cMultiVersionProtocol Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | ||||
* | BlockHandler initialisation is a constant expression (#4891) | Tiger Wang | 2020-09-20 | 1 | -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 D | 2020-04-21 | 1 | -3/+11 |
| | | | Refactored all cBlockHandler and cItemHandler descendants to use Vector3. | ||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -2/+2 |
| | |||||
* | Refactored block-to-pickup conversion. (#4417) | Mattes D | 2019-10-16 | 1 | -8/+5 |
| | |||||
* | Pressure plates can be placed on fences and hoppers (#3796) | Bond-009 | 2017-06-22 | 1 | -2/+21 |
| | |||||
* | Improved maps | Tiger Wang | 2015-07-14 | 1 | -0/+17 |
| | |||||
* | Fixed some block checks | Tiger Wang | 2014-10-25 | 1 | -2/+1 |
| | | | | * Fixes #1330 | ||||
* | Code formatting fixes. | Howaner | 2014-08-19 | 1 | -2/+2 |
| | |||||
* | Add parenthesis | Howaner | 2014-06-17 | 1 | -2/+2 |
| | |||||
* | Add end lines to BlockPressurePlate.h | Howaner | 2014-06-17 | 1 | -1/+5 |
| | |||||
* | Add pressure plate handler | Howaner | 2014-06-17 | 1 | -0/+34 |