summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockTrapdoor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-2/+4
|
* Add enum for Sound and Particle EffectsDave Tucker2015-11-241-1/+2
| | | | | | Fixes #2603 Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-1/+1
|
* Improved mapsTiger Wang2015-07-141-3/+15
|
* Fixed warnings in MSVC.Mattes D2015-06-021-0/+7
| | | | It complained about undefined return values or using uninitialized variables.
* Fixed compile and a few more warningstycho2015-05-191-1/+3
|
* More style checking.Mattes D2015-05-091-1/+1
| | | | Spaces around some operators are checked.
* Code improvementsHowaner2014-09-301-0/+1
|
* Fixed iron trapdoorsHowaner2014-09-301-0/+5
|
* Removed old sound-configuration for TrapdoorsMasy982014-09-091-5/+0
|
* Code formatting fixes.Howaner2014-08-191-4/+5
|
* 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-0/+5
|
* Merge pull request #746 from Howaner/SlabsMattes D2014-03-031-1/+3
|\ | | | | Add Trapdoor Functions to cWorld and fix Trapdoor Redstone Bugs
| * Add Trapdoor Functions to cWorld and fix Trapdoor Redstone BugsHowaner2014-03-021-1/+3
| |
* | g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-1/+1
|/
* 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