summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockCactus.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move item placement into item handlers (#5184)Tiger Wang2021-05-051-38/+4
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-1/+1
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-18/+7
* Cactus cannot be placed on a forbidden blocks (#4767)morsmordere2020-06-261-0/+34
* Vector3 in Handlers (#4680)Mattes D2020-04-211-13/+10
* Using Super.Mattes D2020-04-161-3/+3
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-0/+1
* Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D2019-10-281-26/+85
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-7/+17
* Break the cactus block when it grows next to a block. (#3851)Bond-0092017-07-181-2/+6
* * Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it.Samuel Barney2015-08-191-4/+21
* Improved mapsTiger Wang2015-07-141-3/+6
* Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy982014-09-091-6/+0
* g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-1/+1
* Changed Signiture of OnUpdateTycho2014-02-021-1/+1
* Changed pointers to referencesTycho2014-02-011-1/+1
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-1/+1
* Fixed cacus breaking when next to any non-air block.STRWarrior2013-12-221-1/+1
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-1/+1
* Changed cBlockHandler->OnUpdate() to use cChunk directly.madmaxoft2013-11-301-2/+2
* Moved source to srcAlexander Harkness2013-11-241-0/+82