summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockTorch.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-3/+46
2020-09-20BlockHandler initialisation is a constant expression (#4891)Tiger Wang1-10/+5
2020-04-21Vector3 in Handlers (#4680)Mattes D1-44/+68
2020-04-16Using Super.Mattes D1-2/+2
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-10/+7
2019-08-11Fix building with clang 8.0 (#4346)Bond-0091-1/+1
2017-11-20cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0091-2/+2
2017-08-01cBlockHandler: take player by refpeterbell101-1/+1
2016-02-05Bulk clearing of whitespaceLogicParrot1-2/+2
2015-07-14Improved mapsTiger Wang1-8/+7
2015-07-14Torches can now be placed on top of upside down stairs.Samuel Barney1-0/+16
2015-05-20Added missing fencetypes to torchhandlerJulian Laubstein1-0/+5
2015-05-19Fixed compile and a few more warningstycho1-1/+1
2014-10-25Cleaned up simulatorsTiger Wang1-0/+1
2014-10-03Comment suggestionsTiger Wang1-2/+3
2014-09-30Improved torch handlerTiger Wang1-70/+51
2014-09-30IndentationJulian Laubstein1-3/+3
2014-09-30Set right indentationJulian Laubstein1-3/+3
2014-09-30actual solving of the halfslap+torch problemJulian Laubstein1-1/+3
2014-09-29Style fixes.madmaxoft1-6/+8
2014-09-29Update BlockTorch.hJulian Laubstein1-3/+3
2014-09-29Added torches placeable on upside-down-halfslapsJulian Laubstein1-1/+3
2014-09-09Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy981-6/+0
2014-08-19Code formatting fixes.Howaner1-2/+2
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-2/+2
2014-07-21Style: Normalized spaces after if, for and while.madmaxoft1-3/+4
2014-07-17Basic style fixes.madmaxoft1-1/+1
2014-07-17Normalized comments.madmaxoft1-6/+6
2014-06-28Added more block exceptions to torchesTiger Wang1-0/+4
2014-03-25Fixed spelling; Rotater to Rotator.narroo1-3/+3
2014-03-02ReformattedTycho1-2/+2
2014-03-01g_BlockXXX => cBlockInfo::XXXandrew1-3/+3
2014-03-01Implemented RotationsTycho1-64/+3
2014-02-04Fix gcc not having operator ++ on enumsTycho1-6/+7
2014-02-04Improved Type safety of eBlockFaceTycho1-8/+8
2014-02-02Fixed #620Tiger Wang1-1/+2
2014-02-01Changed Signiture of OnDestroyedByPlayerTycho1-1/+1
2014-02-01Changed pointers to referencesTycho1-5/+5
2014-02-01Changed signitures of Several BLockHandler MethodsTycho1-7/+7
2014-01-11Renamed g_TorchPlaceable...Tiger Wang1-3/+3
2013-12-06Cleaned up torch code and added commentsTiger Wang1-31/+7
2013-12-06Removed another export and inline'd stuffTiger Wang1-5/+5
2013-12-06Removed exporting of a torch functionTiger Wang1-3/+3
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-19Possible compile fixTiger Wang1-2/+0
2013-11-05Implemented suggestionsTiger Wang1-13/+0
2013-09-16Fixed derpy comparisonTiger Wang1-1/+1
2013-09-16Torch fixes [SEE DESC]Tiger Wang1-7/+8
2013-09-15Torches work properlyTiger Wang1-26/+71
2013-09-13Removed torch top placement preventionTiger Wang1-6/+0
2013-09-08Fixed torch placement.madmaxoft1-7/+17
2013-08-13Removed more commentsTiger Wang1-1/+0
2013-08-13Removed commentsTiger Wang1-7/+0
2013-08-11Really removed comments this timeTiger Wang1-7/+0
2013-08-11Removed unneeded case clauseTiger Wang1-15/+12
2013-08-11Tried adding bracketTiger Wang1-1/+1
2013-08-11Further attempt at fixing torch placementsTiger Wang1-9/+9
2013-08-10Attempt at fixing torch placementTiger Wang1-3/+5
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-259/+259
2013-06-04Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlersmadmaxoft@gmail.com1-4/+63
2013-03-26BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches.madmaxoft@gmail.com1-0/+61
2013-03-15Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking.madmaxoft@gmail.com1-3/+8
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-20/+28
2012-10-23New Block property g_BlockIsSolid[]; Fixed ladder, torches and vines placement. (Patch contributed by funmaker)luksor111@gmail.com1-54/+1
2012-10-03Moved blockticking into blockhandler classes.madmaxoft@gmail.com1-19/+19
2012-10-01Slight refactoring of BlockHandlers - dropping unneeded virtual functionsmadmaxoft@gmail.com1-12/+25
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-09-11Merged in a patch for sounds by l0udPLmadmaxoft@gmail.com1-0/+5
2012-09-02Fixed Bug #241:lapayo94@gmail.com1-0/+5
2012-09-01Implemented: http://www.mc-server.org/support/index.php?do=details&task_id=239&project=2&dev=26lapayo94@gmail.com1-6/+28
2012-08-29Added a check if torch is placed on the bottom face, temporarily fix the assert.madmaxoft@gmail.com1-0/+4
2012-08-09Torch placement handling (contributed by l0udPL)madmaxoft@gmail.com1-6/+98
2012-07-16Some code improvementslapayo94@gmail.com1-3/+10
2012-07-16Fixed some small bugs :)lapayo94@gmail.com1-3/+9
2012-07-15A new Block handling system :olapayo94@gmail.com1-0/+25