summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockSlab.h (unfollow)
Commit message (Collapse)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
May Fix #640
2014-02-01Changed pointers to referencesTycho1-2/+2
2014-02-01Changed signitures of Several BLockHandler MethodsTycho1-2/+2
Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-08-24Added comments and fixed a bugTiger Wang1-39/+37
Bug was placing slabs between slabs not making a double slab.
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
Fixes FS#298
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
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-10-03Moved blockticking into blockhandler classes.madmaxoft@gmail.com1-8/+8
Also slightly refactored the variable / argument names (BlockID is deprecated, use BlockType instead) git-svn-id: http://mc-server.googlecode.com/svn/trunk@921 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-10-01Slight refactoring of BlockHandlers - dropping unneeded virtual functionsmadmaxoft@gmail.com1-18/+20
( http://forum.mc-server.org/showthread.php?tid=434&pid=4734#pid4734 ) git-svn-id: http://mc-server.googlecode.com/svn/trunk@917 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-29Unified folder name-casingmadmaxoft@gmail.com1-0/+0
git-svn-id: http://mc-server.googlecode.com/svn/trunk@902 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-1/+1
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-11Merged in a patch for sounds by l0udPLmadmaxoft@gmail.com1-1/+10
http://forum.mc-server.org/showthread.php?tid=434&pid=4564#pid4564 git-svn-id: http://mc-server.googlecode.com/svn/trunk@858 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-07-16Some code improvementslapayo94@gmail.com1-4/+13
git-svn-id: http://mc-server.googlecode.com/svn/trunk@677 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-07-15A new Block handling system :olapayo94@gmail.com1-0/+33
It was really a lot of work :D Took me the complete weekend :D Would really like to here your opinion on this =) The aim of this is to put all the actions for one block in one place so it is not spread around the source. (ToPickup, Action in cWorld, Action in cChunk, Action here, action there :D) git-svn-id: http://mc-server.googlecode.com/svn/trunk@671 0a769ca7-a7f5-676a-18bf-c427514a06d6