summaryrefslogtreecommitdiffstats
path: root/src/Blocks/ChunkInterface.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-03Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D1-0/+7
2019-10-28Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D1-6/+17
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-4/+15
2017-11-20cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0091-4/+3
2016-04-16Updated cChunk::SetMeta, fixed grass growth, reduced markDirty/setMeta usageLogicParrot1-1/+1
2016-02-05Bulk clearing of whitespaceLogicParrot1-8/+8
2015-12-18Reorganised the redstone simulatorTiger Wang1-2/+0
2015-12-13allow use failures to propagate from the entity/block to the playerGargaj1-1/+3
2014-09-26Removed more unessicary includesTycho1-1/+2
2014-09-17Added first test to show the object can be createdTycho1-50/+13
2014-09-12Fixed farmland issues.Howaner1-2/+2
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-2/+2
2014-07-19Fixed style: spaces after commas.madmaxoft1-1/+1
2014-07-17Basic style fixes.madmaxoft1-1/+1
2014-03-01Forgotten changes to cChunkInterface.madmaxoft1-2/+2
2014-03-01Removed cBlockHandler forward declaration from cChunkInterface.madmaxoft1-9/+22
2014-02-01Changed Signiture of OnDestroyedByPlayerTycho1-0/+5
2014-02-01Changed pointers to referencesTycho1-3/+3
2014-02-01Changed signitures of Several BLockHandler MethodsTycho1-0/+4
2014-01-26Refactored cBlockHandler::OnUse and dependentsTycho1-7/+51
2014-01-25First attempt at Implementing InterfacesTycho1-0/+26