summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockFire.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-05Move item placement into item handlers (#5184)Tiger Wang1-9/+1
2021-03-28Do not fake a tool when converting to pickups (#5170)Tiger Wang1-1/+1
2020-12-18Added dimension check to nether portal (#5068)cflep1-0/+6
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-1/+1
2020-09-20BlockHandler initialisation is a constant expression (#4891)Tiger Wang1-34/+36
2020-05-15Enable some more clang-tidy linter checks (#4738)peterbell101-2/+0
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-4/+22
2017-11-20cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0091-7/+7
2017-07-07BigFlower fixes (#3826)peterbell101-1/+1
2016-02-05Bulk clearing of whitespaceLogicParrot1-1/+1
2015-07-14Improved mapsTiger Wang1-3/+9
2015-06-28Added a size check for portals.STRWarrior1-0/+14
2015-06-14implemented DoesIgnoreBuildCollision on BlockFire to allow blocks to be placed on topMartin McArthur1-0/+5
2015-05-09More style checking.Mattes D1-3/+3
2015-01-23Fixed defect #43661 in Coverity list.Kirill Kirilenko1-1/+2
2014-09-12Fixed farmland issues.Howaner1-2/+2
2014-09-09Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy981-5/+0
2014-08-19Code formatting fixes.Howaner1-10/+15
2014-08-11Moved the clicked-through block check to the top of the function.Howaner1-5/+0
2014-07-17Normalized comments.madmaxoft1-16/+16
2014-05-28Fix fire break.Howaner1-2/+2
2014-05-04Fixed portal Z direction loop coding failureTiger Wang1-10/+9
2014-03-30Fixed a few Clang warnings in BlockHandlers.madmaxoft1-10/+12
2014-02-01Changed Signiture of OnDiggingTycho1-2/+2
2014-02-01Changed pointers to referencesTycho1-15/+15
2014-02-01Changed signitures of Several BLockHandler MethodsTycho1-28/+28
2013-12-10fixed unused expression warnings in blockFireTycho Bickerstaff1-7/+6
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-02Flipped some variables in PortalsTiger Wang1-2/+2
2013-11-02Split border finder into separate functionTiger Wang1-10/+16
2013-11-02Implement suggestionsTiger Wang1-15/+15
2013-11-02Fixed compile error (portals)Tiger Wang1-2/+182
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-42/+42
2012-10-03Moved blockticking into blockhandler classes.madmaxoft@gmail.com1-4/+4
2012-10-01Slight refactoring of BlockHandlers - dropping unneeded virtual functionsmadmaxoft@gmail.com1-7/+16
2012-09-29Unified folder name-casingmadmaxoft@gmail.com1-0/+0
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-1/+1
2012-09-11Merged in a patch for sounds by l0udPLmadmaxoft@gmail.com1-2/+6
2012-08-19Fixed Bug #236lapayo94@gmail.com1-1/+1
2012-07-16Some code improvementslapayo94@gmail.com1-4/+19
2012-07-15A new Block handling system :olapayo94@gmail.com1-0/+14