Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) | peterbell10 | 2020-10-05 | 1 | -29/+15 |
| | | | | | | | | | | | | | | | * 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> | ||||
* | Unify block entity pickup conversion | Tiger Wang | 2020-09-25 | 1 | -2/+2 |
| | | | | | - Removed normal BlockHandler knowledge of block entities during conversion + Added cBlockEntity::ConvertToPickups that handles it | ||||
* | BlockHandler initialisation is a constant expression (#4891) | Tiger Wang | 2020-09-20 | 1 | -36/+22 |
| | | | | | | | | | | | | | * 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 | -9/+15 |
| | | | Refactored all cBlockHandler and cItemHandler descendants to use Vector3. | ||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -7/+7 |
| | |||||
* | Fix rotation metas on blocks | Alexander Harkness | 2020-04-11 | 1 | -4/+10 |
| | |||||
* | fixing rotation - rel. #4625 | GefaketHD | 2020-04-11 | 1 | -14/+8 |
| | |||||
* | Replace all single-digit hex constants with two-digit version | Alexander Harkness | 2020-04-10 | 1 | -12/+12 |
| | |||||
* | Reduce line length on templates | Alexander Harkness | 2020-04-10 | 1 | -2/+19 |
| | |||||
* | Add additional spacing between template/function definitions | Alexander Harkness | 2020-04-10 | 1 | -0/+9 |
| | |||||
* | Add doxy-comments to new functions | Alexander Harkness | 2020-04-10 | 1 | -2/+4 |
| | |||||
* | Fix comment text | Alexander Harkness | 2020-04-10 | 1 | -8/+4 |
| | |||||
* | Add mixins for blocks that rotate based on player yaw at placement | Alexander Harkness | 2020-04-10 | 1 | -0/+134 |
| | | | | Also add observer block handler. | ||||
* | Refactored block-to-pickup conversion. (#4417) | Mattes D | 2019-10-16 | 1 | -0/+166 |