Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-08-01 | cBlockHandler: take player by ref | peterbell10 | 1 | -5/+5 | |
2017-07-07 | BigFlower fixes (#3826) | peterbell10 | 1 | -3/+28 | |
* BigFlowers fixes * Correct upper part meta * Documented parameters to DoesIgnoreBuildCollision | |||||
2017-06-19 | Generated tall flowers have flower type meta in both blocks | peterbell10 | 1 | -1/+4 | |
2017-06-14 | Double tall grass drops seeds when broken by water (#3763) | dbhicks | 1 | -6/+15 | |
2017-06-13 | FastRandom rewrite (#3754) | peterbell10 | 1 | -2/+1 | |
2017-04-06 | Replace double grass and large fern with placed block | Lukas Pioch | 1 | -1/+23 | |
2017-01-28 | Changed big flowers so they don't need air above them. | Altenius | 1 | -1/+11 | |
2017-01-28 | Changed big flowers so they can only be placed on dirt | Altenius | 1 | -1/+4 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -3/+3 | |
2015-07-14 | Improved maps | Tiger Wang | 1 | -5/+6 | |
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 | |