Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct world height validations. | Tommy Santerre | 2015-03-20 | 1 | -1/+1 |
| | | | | | 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 | ||||
* | Fixed grass spread, closes #1743 | Tiger Wang | 2015-03-14 | 1 | -3/+3 |
| | | | | | - Removed the salt parameter in cFastRandom functions, it wasn't doing what we thought it was following the move to C++11 | ||||
* | Grass checks for sufficient light before spreading | Alexander Harkness | 2015-03-05 | 1 | -1/+13 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Functions in cPluginManager get references instead of pointers. | Mattes D | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Code improvements | Howaner | 2014-09-30 | 1 | -2/+2 |
| | |||||
* | Fixed 1.8 dirt types | Howaner | 2014-09-30 | 1 | -1/+9 |
| | |||||
* | Removed more unessicary includes | Tycho | 2014-09-26 | 1 | -2/+2 |
| | |||||
* | Moved sound-configs into BlockID.h and fixed/ added loads of sounds | Masy98 | 2014-09-09 | 1 | -6/+0 |
| | |||||
* | Code formatting fixes. | Howaner | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Add lava and water check to block handlers. | Howaner | 2014-05-07 | 1 | -2/+2 |
| | |||||
* | Rename CanChangeDirtToGrass to CanDirtGrowGrass | Howaner | 2014-05-07 | 1 | -2/+2 |
| | |||||
* | Remove old import | Howaner | 2014-04-06 | 1 | -2/+1 |
| | |||||
* | Add CanChangeDirtToGrass function to Block Handlers. | Howaner | 2014-04-06 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into Slabs | Howaner | 2014-04-03 | 1 | -8/+11 |
|\ | | | | | | | | | Conflicts: src/Blocks/BlockDirt.h | ||||
| * | Fixed a few Clang warnings in BlockHandlers. | madmaxoft | 2014-03-30 | 1 | -5/+5 |
| | | |||||
| * | Change SpreadSource prefix to ss | Howaner | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | Add SpreadSource | Howaner | 2014-03-27 | 1 | -1/+4 |
| | | |||||
| * | g_BlockXXX => cBlockInfo::XXX | andrew | 2014-03-01 | 1 | -2/+2 |
| | | |||||
* | | Remove old function | Howaner | 2014-04-03 | 1 | -6/+0 |
| | | |||||
* | | Grass now grows under up-side-down slabs | Howaner | 2014-04-03 | 1 | -3/+12 |
|/ | |||||
* | Changed Signiture of OnUpdate | Tycho | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | Removed cWorld Include | Tycho | 2014-01-26 | 1 | -1/+0 |
| | |||||
* | Fixed assertion during dirt block OnUpdate() | Tiger Wang | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Changed cBlockHandler->OnUpdate() to use cChunk directly. | madmaxoft | 2013-11-30 | 1 | -12/+20 |
| | |||||
* | Grass doesn't spread to podzol or grassless dirt blocks. | madmaxoft | 2013-11-30 | 1 | -2/+3 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+88 |