summaryrefslogtreecommitdiffstats
path: root/src/Blocks/ChunkInterface.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged OnBreak with OnPlayerBreak (#4967)12xx122020-10-081-2/+2
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-2/+1
* Remove unneeded MarkDirty, SendToClients parameters of SetMetaTiger Wang2020-08-281-2/+2
* OnBroken/OnPlaced are for entity actionsTiger Wang2020-08-041-6/+15
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-0/+1
* Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D2019-10-281-18/+6
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-10/+24
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-1/+1
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-7/+0
* cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0092017-11-201-17/+7
* Updated cChunk::SetMeta, fixed grass growth, reduced markDirty/setMeta usageLogicParrot2016-04-161-5/+2
* Reorganised the redstone simulatorTiger Wang2015-12-181-10/+0
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-2/+2
* Fixed minor style issues.madmaxoft2014-09-271-1/+1
* Removed more unessicary includesTycho2014-09-261-0/+1
* Fixed styleTycho2014-09-251-0/+66
* Merge branch 'master' into redstoneTestsTycho2014-09-171-2/+2
|\
* | Added first test to show the object can be createdTycho2014-09-171-0/+66
|/
* cBlockInfo now manages the respective cBlockHandlerandrew2014-03-021-1/+1
* Added missing filesTycho2014-02-021-0/+12