summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockTrapdoor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compile and some warnings in MSVSTiger Wang2014-02-091-1/+1
|
* Merge branch 'master' into playerimprovementsTiger Wang2014-02-091-4/+4
|\ | | | | | | | | Conflicts: MCServer/Plugins/APIDump/APIDesc.lua
| * Improved Type safety of eBlockFaceTycho2014-02-041-4/+4
| | | | | | | | May Fix #640
* | Fixed a bunch of MSVS warningsTiger Wang2014-02-051-2/+2
|/ | | | | * Possibly also fixed some bugs with pathfinding and TNT, though unlikely
* Changed pointers to referencesTycho2014-02-011-5/+5
|
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-5/+5
| | | | | | | | | | | | | 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
|
* Added trapdoor cursor Y detectionTiger Wang2013-12-061-2/+0
|
* Fixed trapdoors not overriding OnUseTiger Wang2013-12-061-1/+1
|
* Implemented trapdoors, fixes #43 and #105Tiger Wang2013-11-291-0/+108
Also updated redstone simulator to support it