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 | ||||
* | Refactored all player block placing to go through hooks. | Mattes D | 2014-12-24 | 1 | -12/+0 |
| | | | | Fixes #1618. | ||||
* | Removed more unessicary includes | Tycho | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | Improved cBlockHandler::DropBlock | Tiger Wang | 2014-09-13 | 1 | -3/+3 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | Fixed block drops | Tiger Wang | 2014-07-24 | 1 | -3/+3 |
| | | | | * Fixes #1242 (the issue addressed within) | ||||
* | Merge branch 'master' into saplingsandleaves | Tiger Wang | 2014-07-20 | 1 | -2/+2 |
|\ | | | | | | | | | | | Conflicts: src/Bindings/DeprecatedBindings.cpp src/Blocks/BlockSapling.h | ||||
| * | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | | |||||
* | | Fixed issues relating to saplings and leaves | Tiger Wang | 2014-07-17 | 1 | -3/+3 |
|/ | | | | | | - Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201 | ||||
* | Change CanBeAt() from big flower | Howaner | 2014-04-03 | 1 | -5/+1 |
| | |||||
* | Add "a_RelY < cChunkDef::Height" to BlockBigFlower | Howaner | 2014-03-29 | 1 | -0/+1 |
| | |||||
* | Add tallgrass drop to big flowers. | Howaner | 2014-03-28 | 1 | -3/+40 |
| | | | Add tallgrass drop, when a players break a tallgrass with the shear. | ||||
* | door -> flower | Howaner | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | Add tall flower handler. | Howaner | 2014-03-28 | 1 | -0/+97 |