Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vector3 in Handlers (#4680) | Mattes D | 2020-04-21 | 1 | -3/+3 |
| | | | Refactored all cBlockHandler and cItemHandler descendants to use Vector3. | ||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -2/+2 |
| | |||||
* | Moved growing from cWorld / cChunk to cBlockHandler descendants. | Mattes D | 2019-10-28 | 1 | -0/+25 |
| | |||||
* | Refactored block-to-pickup conversion. (#4417) | Mattes D | 2019-10-16 | 1 | -39/+30 |
| | |||||
* | cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050) | Bond-009 | 2017-11-20 | 1 | -1/+1 |
| | |||||
* | BigFlower fixes (#3826) | peterbell10 | 2017-07-07 | 1 | -1/+1 |
| | | | | | | | * BigFlowers fixes * Correct upper part meta * Documented parameters to DoesIgnoreBuildCollision | ||||
* | FastRandom rewrite (#3754) | peterbell10 | 2017-06-13 | 1 | -5/+4 |
| | |||||
* | Improved maps | Tiger Wang | 2015-07-14 | 1 | -4/+6 |
| | |||||
* | NULL -> nullptr | Tiger Wang | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | Moved tall grass pickups handle. | Howaner | 2014-10-21 | 1 | -0/+37 |
| | |||||
* | Corrected drops from dead bush, tall grass and cobweb. | Howaner | 2014-10-07 | 1 | -16/+7 |
| | |||||
* | Moved sound-configs into BlockID.h and fixed/ added loads of sounds | Masy98 | 2014-09-09 | 1 | -6/+0 |
| | |||||
* | Fix item durability. | Howaner | 2014-07-23 | 1 | -1/+2 |
| | | | Fixes #1181 | ||||
* | Add tallgrass drop to big flowers. | Howaner | 2014-03-28 | 1 | -5/+19 |
| | | | Add tallgrass drop, when a players break a tallgrass with the shear. | ||||
* | Changed pointers to references | Tycho | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | Changed signitures of Several BLockHandler Methods | Tycho | 2014-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+51 |