Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-03-20 | Correct world height validations. | Tommy Santerre | 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 | |||||
2014-12-24 | Refactored all player block placing to go through hooks. | Mattes D | 1 | -12/+0 | |
Fixes #1618. | |||||
2014-09-26 | Removed more unessicary includes | Tycho | 1 | -1/+1 | |
2014-09-13 | Improved cBlockHandler::DropBlock | Tiger Wang | 1 | -3/+3 | |
2014-09-09 | Moved sound-configs into BlockID.h and fixed/ added loads of sounds | Masy98 | 1 | -6/+0 | |
2014-08-19 | Code formatting fixes. | Howaner | 1 | -3/+3 | |
2014-07-24 | Fixed block drops | Tiger Wang | 1 | -3/+3 | |
* Fixes #1242 (the issue addressed within) | |||||
2014-07-17 | Fixed issues relating to saplings and leaves | Tiger Wang | 1 | -3/+3 | |
- Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201 | |||||
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -2/+2 | |
2014-04-03 | Change CanBeAt() from big flower | Howaner | 1 | -5/+1 | |
2014-03-29 | Add "a_RelY < cChunkDef::Height" to BlockBigFlower | Howaner | 1 | -0/+1 | |
2014-03-28 | Add tallgrass drop to big flowers. | Howaner | 1 | -3/+40 | |
Add tallgrass drop, when a players break a tallgrass with the shear. | |||||
2014-03-28 | door -> flower | Howaner | 1 | -1/+1 | |
2014-03-28 | Add tall flower handler. | Howaner | 1 | -0/+97 | |