summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockDoor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-12Fixed farmland issues.Howaner1-1/+1
2014-09-09Removed old sound-configuration for doorsMasy981-9/+0
2014-07-17Basic style fixes.madmaxoft1-2/+2
2014-06-17Add UNUSED() TagsHowaner1-0/+6
2014-06-17Add door soundHowaner1-0/+1
2014-05-30Better SetOpen() and IsOpen() function from the doors.Howaner1-1/+1
2014-03-26Fixed Minor typos.narroo1-2/+5
2014-03-25Added a comment about the behavior of doors under mirros. Simply put, the current implementation of MetaMirror causes glitchy behavior. The door class itself needs to be edited. (I've got an idea on that....)narroo1-2/+8
2014-03-24Added MetaRotate/Mirror Support for a number of classes.narroo1-0/+75
2014-03-05Add SendBlockTo to cWorldInterfaceHowaner1-3/+5
2014-03-05Add data backsending, when the Client interacts a Block and the Interact is cancelled.Howaner1-0/+21
2014-02-27Added some Metadate rotaters using templated MixinTycho1-1/+1
2014-02-04Improved Type safety of eBlockFaceTycho1-2/+2
2014-02-01Changed pointers to referencesTycho1-14/+14
2014-02-01Changed signitures of Several BLockHandler MethodsTycho1-16/+15
2014-01-25First attempt at Implementing InterfacesTycho1-1/+1
2013-12-20Fixed missing parenthesis.madmaxoft1-4/+4
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-09-09Removed the cDoors class.madmaxoft1-4/+3
2013-08-25Fixed iron door opening by handTiger Wang1-1/+4
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-1/+1
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-88/+88
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-25/+17
2012-12-19Added dispensers (they can't dispense items yet)luksor111@gmail.com1-13/+4
2012-12-19Implemented double doorsluksor111@gmail.com1-10/+18
2012-10-03Moved blockticking into blockhandler classes.madmaxoft@gmail.com1-19/+19
2012-10-01Slight refactoring of BlockHandlers - dropping unneeded virtual functionsmadmaxoft@gmail.com1-15/+38
2012-09-29Unified folder name-casingmadmaxoft@gmail.com1-0/+0
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-4/+4
2012-09-11Merged in a patch for sounds by l0udPLmadmaxoft@gmail.com1-1/+10
2012-08-19Fixed Bug #236lapayo94@gmail.com1-1/+6
2012-07-16Some code improvementslapayo94@gmail.com1-1/+1
2012-07-15A new Block handling system :olapayo94@gmail.com1-0/+60