summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockDoor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #729 from worktycho/MetaRotateMattes D2014-03-081-1/+1
|\ | | | | Alternitive solution to #503
| * Added some Metadate rotaters using templated MixinTycho2014-02-271-1/+1
| |
* | Add SendBlockTo to cWorldInterfaceHowaner2014-03-051-3/+5
| |
* | Add data backsending, when the Client interacts a Block and the Interact is cancelled.Howaner2014-03-051-0/+21
|/
* Improved Type safety of eBlockFaceTycho2014-02-041-2/+2
| | | | May Fix #640
* Changed pointers to referencesTycho2014-02-011-14/+14
|
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-16/+15
| | | | | | | | | | | | | 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
|
* Fixed missing parenthesis.madmaxoft2013-12-201-4/+4
|
* Moved source to srcAlexander Harkness2013-11-241-0/+90