Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-20 | BlockHandler initialisation is a constant expression (#4891) | Tiger Wang | 1 | -12/+8 | |
* BlockHandler initialisation is a constant expression If we can't make it all namespaces, this is the next best I guess. + Tag handlers constexpr, const as needed + Inherit constructors * Privatise handler functions * More constexpr Co-authored-by: Alexander Harkness <me@bearbin.net> | |||||
2020-04-21 | Vector3 in Handlers (#4680) | Mattes D | 1 | -15/+25 | |
Refactored all cBlockHandler and cItemHandler descendants to use Vector3. | |||||
2020-04-17 | More Vector3 in cBlockHandler (#4644) | Mattes D | 1 | -5/+13 | |
* cBlockHandler.OnUpdate uses Vector3 params. Also slightly changed how block ticking works. | |||||
2019-10-16 | Refactored block-to-pickup conversion. (#4417) | Mattes D | 1 | -1/+10 | |
2017-08-06 | Removed unneeded includes (#3902) | Lukas Pioch | 1 | -1/+0 | |
2017-08-01 | cBlockHandler: take player by ref | peterbell10 | 1 | -1/+1 | |
2017-06-13 | FastRandom rewrite (#3754) | peterbell10 | 1 | -2/+1 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -1/+1 | |
2015-07-16 | Spawn baby mobs | hallucino | 1 | -1/+1 | |
2015-07-14 | Improved maps | Tiger Wang | 1 | -23/+26 | |
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-09-17 | Added first test to show the object can be created | Tycho | 1 | -1/+1 | |
2014-08-19 | Code formatting fixes. | Howaner | 1 | -4/+4 | |
2014-07-22 | Suggestion and failed merge fix | Tiger Wang | 1 | -1/+1 | |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 1 | -2/+2 | |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -1/+1 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -2/+2 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-05-29 | Very minor code changes | Tiger Wang | 1 | -1/+1 | |
2014-05-10 | Fixed compile problem. | STRWarrior | 1 | -1/+1 | |
2014-05-10 | A portal block now chooses a number between 2000 and 0 | STRWarrior | 1 | -1/+1 | |
2014-05-10 | Each time a portal block receives a tick it has a 1 in 500 chance of spawning a zombie pigman. | STRWarrior | 1 | -0/+14 | |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 1 | -1/+1 | |
May Fix #640 | |||||
2014-02-01 | Changed pointers to references | Tycho | 1 | -2/+2 | |
2014-02-01 | Changed signitures of Several BLockHandler Methods | Tycho | 1 | -2/+2 | |
Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | |||||
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 1 | -2/+2 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-02 | Readded BlockPortal.h (portals) | Tiger Wang | 1 | -0/+108 | |