Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add correct implementation of crops (#4802) | 0ddlyoko | 2020-11-06 | 1 | -1/+10 |
* | Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) | peterbell10 | 2020-10-05 | 1 | -36/+30 |
* | BlockHandler initialisation is a constant expression (#4891) | Tiger Wang | 2020-09-20 | 1 | -15/+7 |
* | OnBroken/OnPlaced are for entity actions | Tiger Wang | 2020-08-04 | 1 | -1/+1 |
* | More Vector3 in cBlockHandler (#4644) | Mattes D | 2020-04-17 | 1 | -6/+11 |
* | Using Super. | Mattes D | 2020-04-16 | 1 | -2/+2 |
* | Moved growing from cWorld / cChunk to cBlockHandler descendants. | Mattes D | 2019-10-28 | 1 | -17/+44 |
* | Refactored block-to-pickup conversion. (#4417) | Mattes D | 2019-10-16 | 1 | -32/+48 |
* | cBlockInfo static initialisation (#3832) | peterbell10 | 2017-07-03 | 1 | -1/+1 |
* | FastRandom rewrite (#3754) | peterbell10 | 2017-06-13 | 1 | -2/+1 |
* | Added CircleCI for stylechecking. | Mattes D | 2015-09-17 | 1 | -3/+2 |
* | * 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/+132 |