summaryrefslogtreecommitdiffstats
path: root/src/Blocks/WorldInterface.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-12Spawn exp if you break a mob spawner.Howaner1-0/+3
2014-09-08TimeOfDay does not need to be an Int64Tycho1-2/+2
2014-07-17Basic style fixes.madmaxoft1-1/+1
2014-07-02Redstone simulator is alerted to lever unpoweringTiger Wang1-0/+3
* Fixed the "fix" that broke the fix for #535, thereby fixing said issue * Fixed #535
2014-06-17Add DoWithBlockEntityAt() to WorldInterface.hHowaner1-0/+9
2014-06-14Cauldrons check the heightmapTiger Wang1-4/+4
2014-06-05SuggestionsTiger Wang1-1/+3
2014-05-29Cauldrons fillTiger Wang1-0/+3
2014-03-28Fixed non-virtual destructors warnings.madmaxoft1-1/+2
2014-03-09Beds now work properly fixes #707Tiger Wang1-1/+7
Also fixes FS392 Conflicts: src/Blocks/WorldInterface.h src/ClientHandle.cpp
2014-03-06Fix commentHowaner1-1/+1
2014-03-05Add SendBlockTo to cWorldInterfaceHowaner1-0/+3
2014-02-01Changed Signiture of OnDestroyedByPlayerTycho1-0/+3
2014-02-01Changed pointers to referencesTycho1-1/+1
2014-02-01Changed signitures of Several BLockHandler MethodsTycho1-0/+2
Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check
2014-01-26Refactored cBlockHandler::OnUse and dependentsTycho1-3/+15
2014-01-25First attempt at Implementing InterfacesTycho1-0/+13