summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockFarmland.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-20cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0091-1/+1
2017-08-24Minor changes (#3909)mathiascode1-1/+1
2017-02-14Added some blocks and items (#3503)mathiascode1-0/+2
2017-02-05Fixed bindings for cBlockArea:Read and Write. (#3568)Mattes D1-1/+1
2015-12-19Added HTTPS links wherever they are supported.Alexander Harkness1-6/+2
2015-08-19* Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it.Samuel Barney1-0/+11
2015-08-18Some warning fixesJulian Laubstein1-1/+1
2015-07-01Added neighbor specification in the OnNeighborChanged() block callback.Mattes D1-1/+12
2015-03-20Correct world height validations.Tommy Santerre1-1/+1
2014-09-12Fixed farmland issues.Howaner1-44/+55
2014-08-19Code formatting fixes.Howaner1-4/+1
2014-07-17Normalized comments.madmaxoft1-1/+1
2014-07-14Fixed some meta resetting bugsTiger Wang1-4/+7
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-2/+2
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-2/+2
2014-02-03Fixed issues with farmlandTiger Wang1-0/+2
2014-02-02Changed Signiture of OnUpdateTycho1-1/+1
2013-11-30Changed cBlockHandler->OnUpdate() to use cChunk directly.madmaxoft1-10/+13
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-04Optimized cBlockFarmlandHandler in wet weather.madmaxoft1-27/+26
2013-10-04Added comparison for desert biomes.Samuel Barney1-1/+2
2013-10-04Rain now waters farmland.Samuel Barney1-0/+8
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-99/+99
2012-10-07All blockticking is now done in cBlockHandlersmadmaxoft@gmail.com1-0/+99