summaryrefslogtreecommitdiffstats
path: root/src/Blocks/ChunkInterface.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check
* Refactored cBlockHandler::OnUse and dependentsTycho2014-01-261-7/+51
|
* First attempt at Implementing InterfacesTycho2014-01-251-0/+26