summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockTrapdoor.h (follow)
Commit message (Expand)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
* 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
* Fixed compile and a few more warningstycho2015-05-191-1/+3
* More style checking.Mattes D2015-05-091-1/+1
* 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 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
|\
| * Improved Type safety of eBlockFaceTycho2014-02-041-4/+4
* | Fixed a bunch of MSVS warningsTiger Wang2014-02-051-2/+2
|/
* Changed pointers to referencesTycho2014-02-011-5/+5
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-5/+5
* 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