summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockFarmland.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Minecraft Wiki links to new domain (#5532)Spongecade2023-09-271-1/+1
* Fix trampling for older clients and mobs (#5414)DarkoGNU2022-06-281-2/+4
* Implement relative SendPlayerMoveLook. Use it in TurnToDirt (#5413)DarkoGNU2022-04-261-9/+15
* Implement farmland trampling (#5401)DarkoGNU2022-04-211-2/+65
* Valid Height is now checked by vector.x12xx12x2022-04-201-1/+1
* Do not fake a tool when converting to pickups (#5170)Tiger Wang2021-03-281-1/+1
* Convert most calls to blocking GetHeight/GetBiomeAt to direct chunk accessesTiger Wang2021-01-111-2/+3
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-1/+1
* Unify block entity pickup conversionTiger Wang2020-09-251-1/+1
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-12/+7
* Fix incorrect relative coords usage in farmland handler (#4690)peterbell102020-04-241-2/+2
* More Vector3 in cBlockHandler (#4644)Mattes D2020-04-171-13/+23
* Using Super.Mattes D2020-04-161-2/+2
* Fix certain item drops (#4536)Mat2020-03-231-2/+11
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-13/+19
* cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0092017-11-201-1/+1
* Minor changes (#3909)mathiascode2017-08-241-1/+1
* Added some blocks and items (#3503)mathiascode2017-02-141-0/+2
* Fixed bindings for cBlockArea:Read and Write. (#3568)Mattes D2017-02-051-1/+1
* Added HTTPS links wherever they are supported.Alexander Harkness2015-12-191-6/+2
* * Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it.Samuel Barney2015-08-191-0/+11
* Some warning fixesJulian Laubstein2015-08-181-1/+1
* Added neighbor specification in the OnNeighborChanged() block callback.Mattes D2015-07-011-1/+12
* Correct world height validations.Tommy Santerre2015-03-201-1/+1
* Fixed farmland issues.Howaner2014-09-121-44/+55
* Code formatting fixes.Howaner2014-08-191-4/+1
* Normalized comments.madmaxoft2014-07-171-1/+1
* Fixed some meta resetting bugsTiger Wang2014-07-141-4/+7
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-2/+2
* Fixed issues with farmlandTiger Wang2014-02-031-0/+2
* Changed Signiture of OnUpdateTycho2014-02-021-1/+1
* Changed cBlockHandler->OnUpdate() to use cChunk directly.madmaxoft2013-11-301-10/+13
* Moved source to srcAlexander Harkness2013-11-241-0/+107