summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockRedstoneRepeater.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalized comments.madmaxoft2014-07-171-1/+1
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Added MetaRotate/Mirror Support for a number of classes.narroo2014-03-241-3/+3
|
* Add SendBlockTo to cWorldInterfaceHowaner2014-03-051-1/+2
|
* Add data backsending, when the Client interacts a Block and the Interact is cancelled.Howaner2014-03-051-1/+7
|
* Improved Type safety of eBlockFaceTycho2014-02-041-2/+2
| | | | May Fix #640
* Changed Signiture of OnDestroyedByPlayerTycho2014-02-011-0/+1
|
* Changed pointers to referencesTycho2014-02-011-4/+4
|
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-4/+4
| | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check
* First attempt at Implementing InterfacesTycho2014-01-251-1/+1
|
* Removed internal cEntity::GetRot() usage.madmaxoft2014-01-171-1/+1
|
* Removed obsoleted functionsTiger Wang2014-01-161-1/+1
|
* Removed unneeded CPP filesTiger Wang2013-11-291-11/+22
| | | | Also removed unneeded #include in BlockStems
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+27
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+55