Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-10-05 | Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) | peterbell10 | 1 | -1/+1 | |
* Fix cmake not adding Werror on clang, and _lots_ of warnings * WIP: Build fixes * Cannot make intermediate blockhandler instance * Tiger's changes * Fix BitIndex check * Handle invalid NextState values in cMultiVersionProtocol Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | |||||
2020-09-25 | Unify block entity pickup conversion | Tiger Wang | 1 | -1/+1 | |
- Removed normal BlockHandler knowledge of block entities during conversion + Added cBlockEntity::ConvertToPickups that handles it | |||||
2020-09-20 | BlockHandler initialisation is a constant expression (#4891) | Tiger Wang | 1 | -10/+6 | |
* 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 | -3/+3 | |
Refactored all cBlockHandler and cItemHandler descendants to use Vector3. | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -4/+13 | |
2019-10-16 | Refactored block-to-pickup conversion. (#4417) | Mattes D | 1 | -42/+19 | |
2017-11-20 | cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050) | Bond-009 | 1 | -1/+1 | |
2017-07-07 | BigFlower fixes (#3826) | peterbell10 | 1 | -1/+1 | |
* BigFlowers fixes * Correct upper part meta * Documented parameters to DoesIgnoreBuildCollision | |||||
2017-06-13 | FastRandom rewrite (#3754) | peterbell10 | 1 | -6/+5 | |
2017-04-06 | Replace double grass and large fern with placed block | Lukas Pioch | 1 | -0/+5 | |
2017-03-19 | Deadbushes drop sticks | Bond-009 | 1 | -0/+46 | |
2015-07-14 | Improved maps | Tiger Wang | 1 | -1/+6 | |
2014-10-07 | Corrected drops from dead bush, tall grass and cobweb. | Howaner | 1 | -7/+17 | |
2014-02-01 | Changed pointers to references | Tycho | 1 | -1/+1 | |
2014-02-01 | Changed signitures of Several BLockHandler Methods | Tycho | 1 | -1/+1 | |
Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | |||||
2014-01-26 | Removed cWorld Include | Tycho | 1 | -1/+0 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-09-13 | Removed place on top and side preventions | Tiger Wang | 1 | -12/+0 | |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -47/+47 | |
2013-06-09 | Converted spaces to tabs | faketruth | 1 | -21/+21 | |
Dead bush does not drop pickups when invalidly placed git-svn-id: http://mc-server.googlecode.com/svn/trunk@1570 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-09 | Added dead bush block handler so a dead bush pickup is dropped when the sand underneath it is removed. | faketruth | 1 | -0/+47 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1569 0a769ca7-a7f5-676a-18bf-c427514a06d6 |