summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockSlab.h (unfollow)
Commit message (Expand)AuthorFilesLines
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