summaryrefslogtreecommitdiffstats
path: root/src/Blocks/WorldInterface.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic style fixes.madmaxoft2014-07-171-1/+1
|
* Redstone simulator is alerted to lever unpoweringTiger Wang2014-07-021-0/+3
| | | | | * Fixed the "fix" that broke the fix for #535, thereby fixing said issue * Fixed #535
* Add DoWithBlockEntityAt() to WorldInterface.hHowaner2014-06-171-0/+9
|
* Fixed non-virtual destructors warnings.madmaxoft2014-03-281-1/+2
|
* Beds now work properly fixes #707Tiger Wang2014-03-091-1/+7
| | | | | | | | Also fixes FS392 Conflicts: src/Blocks/WorldInterface.h src/ClientHandle.cpp
* Fix commentHowaner2014-03-061-1/+1
|
* Add SendBlockTo to cWorldInterfaceHowaner2014-03-051-0/+3
|
* Changed Signiture of OnDestroyedByPlayerTycho2014-02-011-0/+3
|
* Changed pointers to referencesTycho2014-02-011-1/+1
|
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-0/+2
| | | | | | | | | | | | | 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-3/+15
|
* First attempt at Implementing InterfacesTycho2014-01-251-0/+13