summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockCocoaPod.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-23Cocoa pods have three growing stagesMat1-2/+2
2019-10-28Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D1-12/+41
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-3/+12
2018-02-05Deal with covered switches consistently (#4161)peterbell101-4/+1
* Fixes a number of "<function>: not all control paths return a value" warnings on MSVC. * Introduces the UNREACHABLE global macro and uses it instead of conditionally compiled switch defaults. * Move cNBTParseErrorCategory from FastNBT.h into FastNBT.cpp to prevent bad calls to message()
2017-06-13FastRandom rewrite (#3754)peterbell101-3/+1
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-1/+1
2015-07-14Improved mapsTiger Wang1-5/+5
2015-06-02Fixed warnings in MSVC.Mattes D1-0/+4
It complained about undefined return values or using uninitialized variables.
2015-05-19Fixed a lot of warningstycho1-1/+3
2014-12-14"& 0x0f" isn't neededHowaner1-2/+2
2014-12-13FixesHowaner1-2/+2
2014-12-01Added cocoa pod.Howaner1-0/+96