Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -8/+8 |
| | |||||
* | * Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it. | Samuel Barney | 2015-08-19 | 1 | -0/+16 |
| | | | | * Blocks now have an effect upon plant growth, just like in vanilla. | ||||
* | Improved maps | Tiger Wang | 2015-07-14 | 1 | -7/+19 |
| | |||||
* | Rebased version of Code | Samuel Barney | 2015-06-22 | 1 | -6/+0 |
| | |||||
* | Correct world height validations. | Tommy Santerre | 2015-03-20 | 1 | -2/+2 |
| | | | | | Unify the way we test block above the current one (Height - 1 instead of a_RelY + 1). Allow generation of world of flat height = 255 | ||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Superfluous method override. | Howaner | 2014-05-07 | 1 | -6/+0 |
| | |||||
* | Add lava and water check to block handlers. | Howaner | 2014-05-07 | 1 | -0/+12 |
| | |||||
* | With eXtra line! | Tiger Wang | 2014-04-02 | 1 | -0/+1 |
| | |||||
* | Removed extra brackets | Tiger Wang | 2014-04-02 | 1 | -5/+2 |
| | |||||
* | Realised suggestions | Tiger Wang | 2014-03-31 | 1 | -1/+4 |
| | |||||
* | Fixed a few Y too high/low asserts | Tiger Wang | 2014-03-31 | 1 | -2/+3 |
| | |||||
* | Changed Signiture of OnUpdate | Tycho | 2014-02-02 | 1 | -3/+3 |
| | |||||
* | Changed pointers to references | Tycho | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | Changed signitures of Several BLockHandler Methods | Tycho | 2014-02-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | ||||
* | Lava can spawn fire. | madmaxoft | 2013-12-04 | 1 | -0/+81 |
| | | | | Settable in world.ini, lava can spawn fire to fuel blocks near it. Fix #65. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+56 |