summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockMobHead.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not fake a tool when converting to pickups (#5170)Tiger Wang2021-03-281-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.
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-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 conversionTiger Wang2020-09-251-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 Wang2020-09-201-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 D2020-04-161-2/+2
|
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-36/+15
|
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-13/+9
|
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-9/+13
| | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5.
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-13/+9
|
* cBlockHandler: take player by refpeterbell102017-08-011-2/+2
|
* FastRandom rewrite (#3754)peterbell102017-06-131-3/+3
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-2/+2
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-1/+1
|
* Improved mapsTiger Wang2015-07-141-2/+6
|
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-199/+5
| | | | Fixes #1618.
* Merge branch 'master' into redstoneTestsTycho2014-09-171-6/+6
|\ | | | | | | | | Conflicts: src/Blocks/ChunkInterface.h
| * Fixed farmland issues.Howaner2014-09-121-6/+6
| |
* | Added first test to show the object can be createdTycho2014-09-171-2/+2
|/
* Basic style fixes.madmaxoft2014-07-171-2/+2
|
* Merge branch 'master' into GlobalFixesHowaner2014-06-171-1/+1
|\
| * Hopefully fixed piston duplication issuesTiger Wang2014-05-251-1/+1
| | | | | | | | | | * Fixes #879 * Fixes #714
* | Check block type from cBlockEntityHowaner2014-06-171-8/+8
| |
* | Add DoWithBlockEntityAt() to WorldInterface.hHowaner2014-06-171-37/+52
| |
* | Code improvementsHowaner2014-05-281-6/+2
| |
* | Fix skull bugs.Howaner2014-05-281-2/+41
|/
* Fixed cWither::KilledByandrew2014-05-211-0/+1
|
* Cleaned up cPlayer::UpdateMovementStats; Wither achievementsandrew2014-05-201-0/+27
|
* Merge pull request #831 from mc-server/WitherMattes D2014-04-021-3/+105
|\ | | | | Wither
| * Fixed clang compilationandrew2014-03-251-13/+16
| |
| * Fixed wither summoningandrew2014-03-251-1/+24
| |
| * Protocol: Wither metadataandrew2014-03-251-3/+79
| |
* | Fixed clang warnings in BlockHandlers.madmaxoft2014-04-011-1/+1
| |
* | Fixed a few Clang warnings in BlockHandlers.madmaxoft2014-03-301-2/+2
|/
* Wither invulnerabilityandrew2014-03-241-0/+14
|
* Add Lua Bindings for FlowerPotEntity.h and add documentation.Howaner2014-03-071-2/+3
|
* Rename SkullEntity to MobHeadEntityHowaner2014-02-191-0/+69