summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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
Fixes #1265
2014-07-29Added soulsand to the terraformed list.STRWarrior1-0/+1
2014-07-29Added cBlockInfo::CanBeTerraformed and made finishers use itSTRWarrior1-0/+21
I might have forgotten some of them though
2014-07-23Fix item durability.Howaner1-0/+1
Fixes #1181
2014-07-20Bug and crash fixesTiger Wang1-0/+1
* Fixes end portals' solidity * Fixed crashes to do with multithreading and removing an entity from the wrong world * Fixed crashes due to bad merge * Fixed crashes due to an object being deleted twice * Simplified cWorld::Start() and added comments to configuration files
2014-07-18Monster fixesTiger Wang1-4/+0
* Fixes #1203 * Fixes #627
2014-07-17Fixed issues relating to saplings and leavesTiger Wang1-46/+0
- Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201
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
* Fixed piston extension non-solidness
2014-07-07Implemented trapped chests & othersTiger Wang1-0/+3
+ Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes
2014-06-28Implemented tripwire(s) (hooks)Tiger Wang1-0/+9
* Fixes #944
2014-06-25BlockInfo is now a proper C++ singleton.madmaxoft1-367/+365
It is properly initialized before it is ever used.
2014-06-24Fixed BlockInfo initialization.madmaxoft1-15/+6
Now cBlockInfo is initialized in the getter, instead of "at any time during startup", which included "after it was already needed".
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
* Fixed placement on lava * Fixed placement on side of blocks * Fixed placement through blocks + Added washing-away of pads + Added ice as a block that fully occupies its voxel
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