summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockStems.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Minecraft Wiki links to new domain (#5532)Spongecade2023-09-271-4/+4
* Move item placement into item handlers (#5184)Tiger Wang2021-05-051-2/+2
* Do not fake a tool when converting to pickups (#5170)Tiger Wang2021-03-281-1/+1
* Add correct implementation of crops (#4802)0ddlyoko2020-11-061-60/+109
* 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-17/+7
* Vector3 in Handlers (#4680)Mattes D2020-04-211-2/+2
* Using Super.Mattes D2020-04-161-2/+2
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-1/+1
* Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D2019-10-281-25/+121
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-7/+17
* Removed unneeded includes (#3902)Lukas Pioch2017-08-061-1/+0
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
* * Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it.Samuel Barney2015-08-191-12/+21
* Improved mapsTiger Wang2015-07-141-3/+6
* Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy982014-09-091-6/+0
* Fixed a few Clang warnings in BlockHandlers.madmaxoft2014-03-301-1/+2
* 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 melon and pumpkin growing.madmaxoft2013-12-201-1/+1
* Merge pull request #387 from mc-server/trapdoorsMattes D2013-11-301-1/+0
|\
| * Removed unneeded CPP filesTiger Wang2013-11-291-1/+0
* | Changed cBlockHandler->OnUpdate() to use cChunk directly.madmaxoft2013-11-301-4/+6
|/
* Moved source to srcAlexander Harkness2013-11-241-0/+58