summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockSlab.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-01cWorld::SendBlockTo take player by refpeterbell101-1/+1
2017-02-14Added some blocks and items (#3503)mathiascode1-1/+12
2016-02-05Bulk clearing of whitespaceLogicParrot1-5/+5
2016-01-03Fixed typoMathias1-1/+1
2015-12-13blockheight mechanismGargaj1-0/+9
2015-07-14Improved mapsTiger Wang1-16/+68
2015-06-22Rebased version of CodeSamuel Barney1-6/+0
2015-05-24Made -Weverything an error.tycho1-2/+2
2014-10-19Added mechanics placeable on halfslabsJulian Laubstein1-0/+1
2014-09-26Removed more unessicary includesTycho1-0/+1
2014-09-10Added stone slab in BlockSlab.hMasy981-1/+3
2014-09-09Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy981-23/+0
2014-08-10Changed comment.Howaner1-3/+1
2014-08-08Added comment.Howaner1-0/+3
2014-08-08Send the old slab to the client when the interact cancelled.Howaner1-0/+11
2014-07-17Basic style fixes.madmaxoft1-1/+1
2014-06-23Fixed the slab vertical mirroring.madmaxoft1-9/+6
2014-06-16Fix doubleslab meta.Howaner1-0/+1
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-1/+1
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-1/+1
2014-05-07Rename CanChangeDirtToGrass to CanDirtGrowGrassHowaner1-1/+1
2014-04-06Add CanChangeDirtToGrass function to Block Handlers.Howaner1-0/+6
2014-04-01Fixed clang warnings in BlockHandlers.madmaxoft1-0/+1
2014-03-31Simplified and fixed slabs, fixes #835Tiger Wang1-33/+10
2014-03-26Fixed Minor typos.narroo1-1/+1
2014-03-24Added MetaRotate/Mirror Support for a number of classes.narroo1-2/+9
2014-02-28Use switch in GetStepSoundHowaner1-7/+5
2014-02-28Fix Double Slabs, fix Slab Meta and add more things to burnableHowaner1-12/+23
2014-02-04Improved Type safety of eBlockFaceTycho1-1/+1
2014-02-01Changed pointers to referencesTycho1-2/+2
2014-02-01Changed signitures of Several BLockHandler MethodsTycho1-2/+2
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-08-24Added comments and fixed a bugTiger Wang1-39/+37
2013-08-23Double slabs work *choke choke*Tiger Wang1-10/+48
2013-08-21Changed comments to be more accurateTiger Wang1-4/+4
2013-08-21Fixed longstanding issue with slabsTiger Wang1-1/+12
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-70/+70
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-14/+31
2012-10-03Moved blockticking into blockhandler classes.madmaxoft@gmail.com1-8/+8
2012-10-01Slight refactoring of BlockHandlers - dropping unneeded virtual functionsmadmaxoft@gmail.com1-18/+20
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-1/+10
2012-07-16Some code improvementslapayo94@gmail.com1-4/+13
2012-07-15A new Block handling system :olapayo94@gmail.com1-0/+33