summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockHandler.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-11/+10
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
* Removed more unessicary includesTycho2014-09-261-4/+4
* Improved cBlockHandler::DropBlockTiger Wang2014-09-131-1/+1
* Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy982014-09-091-3/+0
* Merge remote-tracking branch 'origin/master'Tiger Wang2014-07-241-4/+4
|\
| * Removed redundant semicolons and re-added warningarchshift2014-07-241-4/+4
* | Fixed block dropsTiger Wang2014-07-241-1/+2
|/
* Merge branch 'master' into saplingsandleavesTiger Wang2014-07-201-11/+11
|\
| * Basic style fixes.madmaxoft2014-07-171-11/+11
* | Proper comment for DropBlock()Tiger Wang2014-07-201-2/+5
* | Fixed issues relating to saplings and leavesTiger Wang2014-07-171-5/+5
|/
* Rename CanChangeDirtToGrass to CanDirtGrowGrassHowaner2014-05-071-2/+2
* Remove old importHowaner2014-04-061-1/+1
* Add CanChangeDirtToGrass function to Block Handlers.Howaner2014-04-061-0/+3
* Fixed issues with int vs size_t and a few other warningsTycho2014-03-081-0/+2
* Add SendBlockTo to cWorldInterfaceHowaner2014-03-051-1/+1
* Add data backsending, when the Client interacts a Block and the Interact is cancelled.Howaner2014-03-051-1/+4
* cBlockInfo now manages the respective cBlockHandlerandrew2014-03-021-19/+3
* Improved Type safety of eBlockFaceTycho2014-02-041-3/+3
* Changed Signiture of OnUpdateTycho2014-02-021-3/+4
* Changed Signiture of OnDiggingTycho2014-02-011-1/+1
* Changed Signiture of OnDestroyedByPlayerTycho2014-02-011-2/+2
* Changed pointers to referencesTycho2014-02-011-9/+9
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-4/+4
* Refactored GetPlacementBlockTypeMetaTycho2014-01-261-1/+1
* Refactored cBlockHandler::OnUse and dependentsTycho2014-01-261-6/+6
* First attempt at Implementing InterfacesTycho2014-01-251-1/+2
* converted commneted paramater names to the unused macroTycho Bickerstaff2013-12-221-1/+5
* Piston is now warnings cleanTycho Bickerstaff2013-12-211-1/+1
* Merge pull request #387 from mc-server/trapdoorsMattes D2013-11-301-10/+17
|\
| * Properly fixed snow height, fixes #98 and #264Tiger Wang2013-11-301-10/+17
* | Changed cBlockHandler->OnUpdate() to use cChunk directly.madmaxoft2013-11-301-3/+4
|/
* Moved source to srcAlexander Harkness2013-11-241-0/+152