Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed Iron Door | Nicholas W | 2015-08-01 | 1 | -1/+6 |
| | |||||
* | Improved maps | Tiger Wang | 2015-07-14 | 1 | -1/+1 |
| | |||||
* | Added open/close and sound effects for all door types | b33duck | 2015-05-21 | 1 | -3/+17 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -3/+3 |
| | | | | Spaces around some operators are checked. | ||||
* | Refactored all player block placing to go through hooks. | Mattes D | 2014-12-24 | 1 | -28/+12 |
| | | | | Fixes #1618. | ||||
* | BasicStyle: Added missing braces to control statements. | Mattes D | 2014-12-05 | 1 | -2/+8 |
| | |||||
* | Removed more unessicary includes | Tycho | 2014-09-26 | 1 | -1/+0 |
| | |||||
* | Fixed farmland issues. | Howaner | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | Removed old sound-configuration for doors | Masy98 | 2014-09-09 | 1 | -9/+0 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | |||||
* | Add UNUSED() Tags | Howaner | 2014-06-17 | 1 | -0/+6 |
| | |||||
* | Add door sound | Howaner | 2014-06-17 | 1 | -0/+1 |
| | |||||
* | Better SetOpen() and IsOpen() function from the doors. | Howaner | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Fixed Minor typos. | narroo | 2014-03-26 | 1 | -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....) | narroo | 2014-03-25 | 1 | -2/+8 |
| | |||||
* | Added MetaRotate/Mirror Support for a number of classes. | narroo | 2014-03-24 | 1 | -0/+75 |
| | |||||
* | Merge pull request #729 from worktycho/MetaRotate | Mattes D | 2014-03-08 | 1 | -1/+1 |
|\ | | | | | Alternitive solution to #503 | ||||
| * | Added some Metadate rotaters using templated Mixin | Tycho | 2014-02-27 | 1 | -1/+1 |
| | | |||||
* | | Add SendBlockTo to cWorldInterface | Howaner | 2014-03-05 | 1 | -3/+5 |
| | | |||||
* | | Add data backsending, when the Client interacts a Block and the Interact is cancelled. | Howaner | 2014-03-05 | 1 | -0/+21 |
|/ | |||||
* | Improved Type safety of eBlockFace | Tycho | 2014-02-04 | 1 | -2/+2 |
| | | | | May Fix #640 | ||||
* | Changed pointers to references | Tycho | 2014-02-01 | 1 | -14/+14 |
| | |||||
* | Changed signitures of Several BLockHandler Methods | Tycho | 2014-02-01 | 1 | -16/+15 |
| | | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | ||||
* | First attempt at Implementing Interfaces | Tycho | 2014-01-25 | 1 | -1/+1 |
| | |||||
* | Fixed missing parenthesis. | madmaxoft | 2013-12-20 | 1 | -4/+4 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+90 |