summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockHandler.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Minecraft Wiki links to new domain (#5532)Spongecade2023-09-271-2/+2
* Move item placement into item handlers (#5184)Tiger Wang2021-05-051-31/+3
* Do not fake a tool when converting to pickups (#5170)Tiger Wang2021-03-281-1/+1
* Remove DoesDropOnUnsuitableTiger Wang2021-03-151-4/+0
* Merged OnBreak with OnPlayerBreak (#4967)12xx122020-10-081-14/+5
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-4/+6
* Fortune Drops (#4932)KingCol132020-09-281-0/+9
* Remove unused Temporary namespaceTiger Wang2020-09-251-11/+0
* Unify block entity pickup conversionTiger Wang2020-09-251-7/+1
* Limit fortune level, style fixesTiger Wang2020-09-231-1/+1
* Implement fortune for ores, glowstone and sea lanterns (#4897)KingCol132020-09-201-0/+4
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-32/+32
* BlockHandler: no dynamic allocation (#4862)Tiger Wang2020-09-171-3/+3
* OnBroken/OnPlaced are for entity actionsTiger Wang2020-08-041-22/+5
* Vector3 in Handlers (#4680)Mattes D2020-04-211-28/+52
* More Vector3 in cBlockHandler (#4644)Mattes D2020-04-171-3/+16
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-1/+1
* Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D2019-10-281-0/+4
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-27/+67
* Register vanilla blocks in BlockTypeRegistry.Mattes D2019-08-051-0/+7
* Rewrite cClientHandle::HandleRightClick (#4089)9caihezi2018-01-081-1/+2
* cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0092017-11-201-1/+1
* Bed piston fix (#3956)Lane Kolbly2017-08-251-2/+2
* Minor changes (#3909)mathiascode2017-08-241-1/+1
* cBlockHandler: take player by refpeterbell102017-08-011-6/+6
* Check for intersection between placed blocks and entities. (#3850)Lane Kolbly2017-07-281-0/+7
* BigFlower fixes (#3826)peterbell102017-07-071-9/+4
* Added bed entity (#3823)Lukas Pioch2017-07-071-0/+4
* Bulk clearing of whitespaceLogicParrot2016-02-051-21/+21
* blockheight mechanismGargaj2015-12-131-1/+5
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-2/+3
* * Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it.Samuel Barney2015-08-191-0/+3
* Unified the doxy-comment format.Mattes D2015-07-311-19/+18
* Improved mapsTiger Wang2015-07-141-0/+3
* Added neighbor specification in the OnNeighborChanged() block callback.Mattes D2015-07-011-7/+13
* Rebased version of CodeSamuel Barney2015-06-221-3/+0
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-11/+10
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
* Removed more unessicary includesTycho2014-09-261-4/+4
* Improved cBlockHandler::DropBlockTiger Wang2014-09-131-1/+1
* Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy982014-09-091-3/+0
* Merge remote-tracking branch 'origin/master'Tiger Wang2014-07-241-4/+4
|\
| * Removed redundant semicolons and re-added warningarchshift2014-07-241-4/+4
* | Fixed block dropsTiger Wang2014-07-241-1/+2
|/
* Merge branch 'master' into saplingsandleavesTiger Wang2014-07-201-11/+11
|\
| * Basic style fixes.madmaxoft2014-07-171-11/+11
* | Proper comment for DropBlock()Tiger Wang2014-07-201-2/+5
* | Fixed issues relating to saplings and leavesTiger Wang2014-07-171-5/+5
|/
* Rename CanChangeDirtToGrass to CanDirtGrowGrassHowaner2014-05-071-2/+2
* Remove old importHowaner2014-04-061-1/+1
* Add CanChangeDirtToGrass function to Block Handlers.Howaner2014-04-061-0/+3
* Fixed issues with int vs size_t and a few other warningsTycho2014-03-081-0/+2
* Add SendBlockTo to cWorldInterfaceHowaner2014-03-051-1/+1
* Add data backsending, when the Client interacts a Block and the Interact is cancelled.Howaner2014-03-051-1/+4
* cBlockInfo now manages the respective cBlockHandlerandrew2014-03-021-19/+3
* Improved Type safety of eBlockFaceTycho2014-02-041-3/+3
* Changed Signiture of OnUpdateTycho2014-02-021-3/+4
* Changed Signiture of OnDiggingTycho2014-02-011-1/+1
* Changed Signiture of OnDestroyedByPlayerTycho2014-02-011-2/+2
* Changed pointers to referencesTycho2014-02-011-9/+9
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-4/+4
* Refactored GetPlacementBlockTypeMetaTycho2014-01-261-1/+1
* Refactored cBlockHandler::OnUse and dependentsTycho2014-01-261-6/+6
* First attempt at Implementing InterfacesTycho2014-01-251-1/+2
* converted commneted paramater names to the unused macroTycho Bickerstaff2013-12-221-1/+5
* Piston is now warnings cleanTycho Bickerstaff2013-12-211-1/+1
* Merge pull request #387 from mc-server/trapdoorsMattes D2013-11-301-10/+17
|\
| * Properly fixed snow height, fixes #98 and #264Tiger Wang2013-11-301-10/+17
* | Changed cBlockHandler->OnUpdate() to use cChunk directly.madmaxoft2013-11-301-3/+4
|/
* Moved source to srcAlexander Harkness2013-11-241-0/+152