summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockHandler.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarified cBlockHandler::ConvertToPickups() dox.madmaxoft2013-11-051-1/+1
* Removed leftover CanBePlacedOnSideTiger Wang2013-09-151-3/+0
* Removed leftover DoesAllowBlockOnTopTiger Wang2013-09-151-4/+1
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-158/+158
* BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches.madmaxoft@gmail.com2013-03-261-0/+15
* Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking.madmaxoft@gmail.com2013-03-151-4/+5
* Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups.madmaxoft@gmail.com2013-01-271-2/+2
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-10/+24
* New Block property g_BlockIsSolid[]; Fixed ladder, torches and vines placement. (Patch contributed by funmaker)luksor111@gmail.com2012-10-231-1/+1
* Floody fluid simulator now dries up correctly, too.madmaxoft@gmail.com2012-10-141-0/+6
* Moved blockticking into blockhandler classes.madmaxoft@gmail.com2012-10-031-18/+19
* Slight refactoring of BlockHandlers - dropping unneeded virtual functionsmadmaxoft@gmail.com2012-10-011-42/+73
* Unified folder name-casingmadmaxoft@gmail.com2012-09-291-0/+90