summaryrefslogtreecommitdiffstats
path: root/src/Blocks/ChunkInterface.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-2/+2
| | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h
* Temporarily commented out override directives.Samuel Barney2014-08-211-2/+2
|
* 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
| | | | Wasn't needed. Also reformatted the code.
* 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