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> | ||||
* | Unify block entity pickup conversion | Tiger Wang | 2020-09-25 | 1 | -8/+3 |
| | | | | | - 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 | -8/+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> | ||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -2/+2 |
| | |||||
* | Refactored block-to-pickup conversion. (#4417) | Mattes D | 2019-10-16 | 1 | -36/+15 |
| | |||||
* | Replace ItemCallbacks with lambdas (#3993) | peterbell10 | 2017-09-11 | 1 | -13/+9 |
| | |||||
* | Revert "Replace ItemCallbacks with lambdas (#3948)" | LogicParrot | 2017-09-02 | 1 | -9/+13 |
| | | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5. | ||||
* | Replace ItemCallbacks with lambdas (#3948) | peterbell10 | 2017-09-01 | 1 | -13/+9 |
| | |||||
* | cBlockHandler: take player by ref | peterbell10 | 2017-08-01 | 1 | -2/+2 |
| | |||||
* | FastRandom rewrite (#3754) | peterbell10 | 2017-06-13 | 1 | -3/+3 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -2/+2 |
| | |||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -1/+1 |
| | |||||
* | Improved maps | Tiger Wang | 2015-07-14 | 1 | -2/+6 |
| | |||||
* | Refactored all player block placing to go through hooks. | Mattes D | 2014-12-24 | 1 | -199/+5 |
| | | | | Fixes #1618. | ||||
* | Merge branch 'master' into redstoneTests | Tycho | 2014-09-17 | 1 | -6/+6 |
|\ | | | | | | | | | Conflicts: src/Blocks/ChunkInterface.h | ||||
| * | Fixed farmland issues. | Howaner | 2014-09-12 | 1 | -6/+6 |
| | | |||||
* | | Added first test to show the object can be created | Tycho | 2014-09-17 | 1 | -2/+2 |
|/ | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into GlobalFixes | Howaner | 2014-06-17 | 1 | -1/+1 |
|\ | |||||
| * | Hopefully fixed piston duplication issues | Tiger Wang | 2014-05-25 | 1 | -1/+1 |
| | | | | | | | | | | * Fixes #879 * Fixes #714 | ||||
* | | Check block type from cBlockEntity | Howaner | 2014-06-17 | 1 | -8/+8 |
| | | |||||
* | | Add DoWithBlockEntityAt() to WorldInterface.h | Howaner | 2014-06-17 | 1 | -37/+52 |
| | | |||||
* | | Code improvements | Howaner | 2014-05-28 | 1 | -6/+2 |
| | | |||||
* | | Fix skull bugs. | Howaner | 2014-05-28 | 1 | -2/+41 |
|/ | |||||
* | Fixed cWither::KilledBy | andrew | 2014-05-21 | 1 | -0/+1 |
| | |||||
* | Cleaned up cPlayer::UpdateMovementStats; Wither achievements | andrew | 2014-05-20 | 1 | -0/+27 |
| | |||||
* | Merge pull request #831 from mc-server/Wither | Mattes D | 2014-04-02 | 1 | -3/+105 |
|\ | | | | | Wither | ||||
| * | Fixed clang compilation | andrew | 2014-03-25 | 1 | -13/+16 |
| | | |||||
| * | Fixed wither summoning | andrew | 2014-03-25 | 1 | -1/+24 |
| | | |||||
| * | Protocol: Wither metadata | andrew | 2014-03-25 | 1 | -3/+79 |
| | | |||||
* | | Fixed clang warnings in BlockHandlers. | madmaxoft | 2014-04-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed a few Clang warnings in BlockHandlers. | madmaxoft | 2014-03-30 | 1 | -2/+2 |
|/ | |||||
* | Wither invulnerability | andrew | 2014-03-24 | 1 | -0/+14 |
| | |||||
* | Add Lua Bindings for FlowerPotEntity.h and add documentation. | Howaner | 2014-03-07 | 1 | -2/+3 |
| | |||||
* | Rename SkullEntity to MobHeadEntity | Howaner | 2014-02-19 | 1 | -0/+69 |