summaryrefslogtreecommitdiffstats
path: root/src/Blocks/ChunkInterface.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated cChunk::SetMeta, fixed grass growth, reduced markDirty/setMeta usageLogicParrot2016-04-161-1/+1
* Bulk clearing of whitespaceLogicParrot2016-02-051-8/+8
* Reorganised the redstone simulatorTiger Wang2015-12-181-2/+0
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+3
* Removed more unessicary includesTycho2014-09-261-1/+2
* Merge branch 'master' into redstoneTestsTycho2014-09-171-1/+1
|\
| * Fixed farmland issues.Howaner2014-09-121-2/+2
* | Added first test to show the object can be createdTycho2014-09-171-50/+13
|/
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-2/+2
* Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
* Basic style fixes.madmaxoft2014-07-171-1/+1
* Forgotten changes to cChunkInterface.madmaxoft2014-03-011-2/+2
* Removed cBlockHandler forward declaration from cChunkInterface.madmaxoft2014-03-011-9/+22
* Changed Signiture of OnDestroyedByPlayerTycho2014-02-011-0/+5
* Changed pointers to referencesTycho2014-02-011-3/+3
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-0/+4
* Refactored cBlockHandler::OnUse and dependentsTycho2014-01-261-7/+51
* First attempt at Implementing InterfacesTycho2014-01-251-0/+26