summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockFurnace.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-28Do not fake a tool when converting to pickups (#5170)Tiger Wang1-1/+1
2020-10-05Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell101-1/+1
2020-09-25Unify block entity pickup conversionTiger Wang1-10/+2
2020-09-20BlockHandler initialisation is a constant expression (#4891)Tiger Wang1-9/+4
2020-04-16Using Super.Mattes D1-2/+2
2020-04-11Fix rotation metas on blocksAlexander Harkness1-2/+2
2020-04-10Add mixins for blocks that rotate based on player yaw at placementAlexander Harkness1-21/+2
2020-03-24Furnace and brewing stand drops (#4534)Mat1-3/+18
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-8/+14
2017-08-06Removed unneeded includes (#3902)Lukas Pioch1-1/+0
2017-08-01cBlockHandler: take player by refpeterbell101-2/+2
2016-02-05Bulk clearing of whitespaceLogicParrot1-3/+3
2015-07-14Improved mapsTiger Wang1-2/+6
2014-07-17Basic style fixes.madmaxoft1-2/+2
2014-05-25Hopefully fixed piston duplication issuesTiger Wang1-2/+2
2014-03-25Fixed spelling; Rotater to Rotator.narroo1-3/+3
2014-03-24Added MetaRotate/Mirror Support for a number of classes.narroo1-4/+4
2014-02-04Improved Type safety of eBlockFaceTycho1-1/+1
2014-02-01Changed pointers to referencesTycho1-1/+1
2014-02-01Changed signitures of Several BLockHandler MethodsTycho1-1/+1
2014-01-17Removed internal cEntity::GetRot() usage.madmaxoft1-1/+1
2014-01-16Removed obsoleted functionsTiger Wang1-1/+1
2013-12-07Added basic ender chestsTiger Wang1-1/+0
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-1/+1
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-47/+47
2013-03-09Pickups are now being saved into Anvil.madmaxoft@gmail.com1-0/+3
2013-02-16Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols.madmaxoft@gmail.com1-1/+1
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-5/+11
2012-10-03Moved blockticking into blockhandler classes.madmaxoft@gmail.com1-5/+5
2012-10-01Slight refactoring of BlockHandlers - dropping unneeded virtual functionsmadmaxoft@gmail.com1-7/+18
2012-09-29Unified folder name-casingmadmaxoft@gmail.com1-0/+0
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-3/+3
2012-07-16Some code improvementslapayo94@gmail.com1-2/+2
2012-07-15A new Block handling system :olapayo94@gmail.com1-0/+27