summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-16Allow mobs to walk through dead_bush (#3623)willi123yao1-0/+1
2017-02-15Updated sounds and effect IDs (#3422)mathiascode1-191/+0
2017-02-14Added some blocks and items (#3503)mathiascode1-1/+121
2016-11-06Anticheat fastbreak (#3411)mohe20151-0/+199
2016-10-12Spectators added (#2852)bibo381-0/+9
2016-04-16Updated cChunk::SetMeta, fixed grass growth, reduced markDirty/setMeta usageLogicParrot1-1/+0
2015-12-13blockheight mechanismGargaj1-0/+21
2015-11-07Implemented the slime block dropping behaviour.bibo381-0/+1
2015-07-14Improved mapsTiger Wang1-13/+13
2015-07-03Farmland is now listed as an opaque block.Samuel Barney1-2/+1
2015-06-22Rebased version of CodeSamuel Barney1-1/+1
2015-05-24Made -Weverything an error.tycho1-1/+1
2014-12-13FixesHowaner1-2/+0
2014-12-01Added cocoa pod.Howaner1-0/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-10-01Added missing 1.8 blocks, E_METAs and soundsMasy981-1/+10
2014-09-30Improved torch handlerTiger Wang1-0/+1
2014-09-30Fixed iron trapdoorsHowaner1-0/+1
2014-09-27Fixed minor style issues.madmaxoft1-1/+1
2014-09-17Added first test to show the object can be createdTycho1-42/+0
2014-09-12Fixed block place sounds.Howaner1-13/+13
2014-09-11Added barrier blockMasy981-1/+5
2014-09-10Fixed typoMasy981-1/+1
2014-09-10Added new blocks to the BlockInfoMasy981-0/+63
2014-09-09Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy981-0/+167
2014-08-07Fixed nether wart digging.Howaner1-0/+1
2014-07-29Added soulsand to the terraformed list.STRWarrior1-0/+1
2014-07-29Added cBlockInfo::CanBeTerraformed and made finishers use itSTRWarrior1-0/+21
2014-07-23Fix item durability.Howaner1-0/+1
2014-07-20Bug and crash fixesTiger Wang1-0/+1
2014-07-18Monster fixesTiger Wang1-4/+0
2014-07-17Fixed issues relating to saplings and leavesTiger Wang1-46/+0
2014-07-15Removed Stairs and carpet from the "isSolid" list to prevent mobs falling through them.Masy981-1/+0
2014-07-15Removed Stairs and carpet from the "isSolid" list to prevent mobs falling through them.Masy981-12/+0
2014-07-15Added Brick fence to m_TransparentMasy981-0/+1
2014-07-15Added various missing blocks in the lists in BlockInfo.cppMasy981-63/+214
2014-07-09Fixed arrow collection animationTiger Wang1-1/+0
2014-07-07Implemented trapped chests & othersTiger Wang1-0/+3
2014-06-28Implemented tripwire(s) (hooks)Tiger Wang1-0/+9
2014-06-25BlockInfo is now a proper C++ singleton.madmaxoft1-367/+365
2014-06-24Fixed BlockInfo initialization.madmaxoft1-15/+6
2014-06-19Nullify deleted pointers.archshift1-0/+1
2014-06-17Add pressure plate handlerHowaner1-0/+2
2014-04-30Ladders set as transparent.madmaxoft1-0/+1
2014-04-06Add CanChangeDirtToGrass function to Block Handlers.Howaner1-0/+10
2014-03-28Some fixes to lilypadsTiger Wang1-1/+2
2014-03-16Add new leaves to all classes.Howaner1-0/+1
2014-03-08Fixed issues with int vs size_t and a few other warningsTycho1-2/+0
2014-03-08cBlockInfo-related changes from #723andrew1-0/+9
2014-03-02Removed if conditionandrew1-4/+1
2014-03-02cBlockInfo now manages the respective cBlockHandlerandrew1-0/+22
2014-03-02GetById => Getandrew1-3/+3
2014-03-01g_BlockXXX => cBlockInfo::XXXandrew1-5/+5
2014-03-01Refactored global block property arraysandrew1-0/+423