summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockDoor.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added open/close and sound effects for all door typesb33duck2015-05-211-3/+17
* More style checking.Mattes D2015-05-091-3/+3
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-28/+12
* BasicStyle: Added missing braces to control statements.Mattes D2014-12-051-2/+8
* Removed more unessicary includesTycho2014-09-261-1/+0
* Fixed farmland issues.Howaner2014-09-121-1/+1
* Removed old sound-configuration for doorsMasy982014-09-091-9/+0
* Basic style fixes.madmaxoft2014-07-171-2/+2
* Add UNUSED() TagsHowaner2014-06-171-0/+6
* Add door soundHowaner2014-06-171-0/+1
* Better SetOpen() and IsOpen() function from the doors.Howaner2014-05-301-1/+1
* Fixed Minor typos.narroo2014-03-261-2/+5
* Added a comment about the behavior of doors under mirros. Simply put, the current implementation of MetaMirror causes glitchy behavior. The door class itself needs to be edited. (I've got an idea on that....)narroo2014-03-251-2/+8
* Added MetaRotate/Mirror Support for a number of classes.narroo2014-03-241-0/+75
* Merge pull request #729 from worktycho/MetaRotateMattes D2014-03-081-1/+1
|\
| * 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
* Changed pointers to referencesTycho2014-02-011-14/+14
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-16/+15
* 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