Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-28 | Do not fake a tool when converting to pickups (#5170) | Tiger Wang | 1 | -1/+1 | |
* When the cause of destruction was world-induced (CanBeAt check failed) there is no tool. Pass the nullptr directly to ConvertToPickups and let it handle it. * Fixes #4795 - Remove unused a_Digger parameter to ConvertToPickups. | |||||
2021-03-15 | Adding basic Banner functionality (#4806) | 12xx12 | 1 | -7/+18 | |
+ Added item and block for banners Co-authored-by: 12xx12 <12xx12100@gmail.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | |||||
2020-10-05 | Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) | peterbell10 | 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> | |||||
2020-09-25 | Unify block entity pickup conversion | Tiger Wang | 1 | -8/+3 | |
- Removed normal BlockHandler knowledge of block entities during conversion + Added cBlockEntity::ConvertToPickups that handles it | |||||
2020-09-20 | BlockHandler initialisation is a constant expression (#4891) | Tiger Wang | 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> | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -2/+2 | |
2019-10-16 | Refactored block-to-pickup conversion. (#4417) | Mattes D | 1 | -36/+15 | |
2017-09-11 | Replace ItemCallbacks with lambdas (#3993) | peterbell10 | 1 | -13/+9 | |
2017-09-02 | Revert "Replace ItemCallbacks with lambdas (#3948)" | LogicParrot | 1 | -9/+13 | |
This reverts commit 496c337cdfa593654018c171f6a74c28272265b5. | |||||
2017-09-01 | Replace ItemCallbacks with lambdas (#3948) | peterbell10 | 1 | -13/+9 | |
2017-08-01 | cBlockHandler: take player by ref | peterbell10 | 1 | -2/+2 | |
2017-06-13 | FastRandom rewrite (#3754) | peterbell10 | 1 | -3/+3 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -2/+2 | |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -1/+1 | |
2015-07-14 | Improved maps | Tiger Wang | 1 | -2/+6 | |
2014-12-24 | Refactored all player block placing to go through hooks. | Mattes D | 1 | -199/+5 | |
Fixes #1618. | |||||
2014-09-17 | Added first test to show the object can be created | Tycho | 1 | -2/+2 | |
2014-09-12 | Fixed farmland issues. | Howaner | 1 | -6/+6 | |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -2/+2 | |
2014-06-17 | Check block type from cBlockEntity | Howaner | 1 | -8/+8 | |
2014-06-17 | Add DoWithBlockEntityAt() to WorldInterface.h | Howaner | 1 | -37/+52 | |
2014-05-28 | Code improvements | Howaner | 1 | -6/+2 | |
2014-05-28 | Fix skull bugs. | Howaner | 1 | -2/+41 | |
2014-05-25 | Hopefully fixed piston duplication issues | Tiger Wang | 1 | -1/+1 | |
* Fixes #879 * Fixes #714 | |||||
2014-05-21 | Fixed cWither::KilledBy | andrew | 1 | -0/+1 | |
2014-05-20 | Cleaned up cPlayer::UpdateMovementStats; Wither achievements | andrew | 1 | -0/+27 | |
2014-04-01 | Fixed clang warnings in BlockHandlers. | madmaxoft | 1 | -1/+1 | |
2014-03-30 | Fixed a few Clang warnings in BlockHandlers. | madmaxoft | 1 | -2/+2 | |
2014-03-25 | Fixed clang compilation | andrew | 1 | -13/+16 | |
2014-03-25 | Fixed wither summoning | andrew | 1 | -1/+24 | |
2014-03-25 | Protocol: Wither metadata | andrew | 1 | -3/+79 | |
2014-03-24 | Wither invulnerability | andrew | 1 | -0/+14 | |
2014-03-07 | Add Lua Bindings for FlowerPotEntity.h and add documentation. | Howaner | 1 | -2/+3 | |
2014-02-23 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -8/+8 | |
2014-02-23 | Add Heads completely | Howaner | 1 | -0/+69 | |
2014-02-19 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -69/+0 | |
2014-02-18 | Add Heads completely | Howaner | 1 | -0/+69 | |