summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1489 from mc-server/fixesMattes D2014-10-041-0/+1
|\ | | | | Improved torch handler
| * Improved torch handlerTiger Wang2014-09-301-0/+1
| |
* | Added missing 1.8 blocks, E_METAs and soundsMasy982014-10-011-1/+10
| |
* | Fixed iron trapdoorsHowaner2014-09-301-0/+1
|/
* Fixed minor style issues.madmaxoft2014-09-271-1/+1
|
* Merge branch 'master' into blocksMasy982014-09-261-55/+13
|\ | | | | | | | | | | Conflicts: src/Items/ItemHandler.cpp src/Simulator/IncrementalRedstoneSimulator.cpp
| * Merge branch 'master' into redstoneTestsTycho2014-09-171-13/+13
| |\ | | | | | | | | | | | | Conflicts: src/Blocks/ChunkInterface.h
| | * Fixed block place sounds.Howaner2014-09-121-13/+13
| | |
| * | Added first test to show the object can be createdTycho2014-09-171-42/+0
| |/
* | Added barrier blockMasy982014-09-111-1/+5
| |
* | Fixed typoMasy982014-09-101-1/+1
| |
* | Added new blocks to the BlockInfoMasy982014-09-101-0/+63
|/
* Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy982014-09-091-0/+167
|
* Fixed nether wart digging.Howaner2014-08-071-0/+1
| | | Fixes #1265
* Added soulsand to the terraformed list.STRWarrior2014-07-291-0/+1
|
* Added cBlockInfo::CanBeTerraformed and made finishers use itSTRWarrior2014-07-291-0/+21
| | | | I might have forgotten some of them though
* Merge branch 'master' into portalsTiger Wang2014-07-291-46/+0
|\ | | | | | | | | Conflicts: src/World.h
| * Merge branch 'master' into saplingsandleavesTiger Wang2014-07-201-4/+0
| |\ | | | | | | | | | | | | | | | Conflicts: src/Bindings/DeprecatedBindings.cpp src/Blocks/BlockSapling.h
| * | Fixed issues relating to saplings and leavesTiger Wang2014-07-171-46/+0
| | | | | | | | | | | | | | | | | | - Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201
* | | Bug and crash fixesTiger Wang2014-07-201-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
* | Monster fixesTiger Wang2014-07-181-4/+0
|/ | | | | * Fixes #1203 * Fixes #627
* Removed Stairs and carpet from the "isSolid" list to prevent mobs falling through them.Masy982014-07-151-1/+0
|
* Removed Stairs and carpet from the "isSolid" list to prevent mobs falling through them.Masy982014-07-151-12/+0
|
* Added Brick fence to m_TransparentMasy982014-07-151-0/+1
|
* Added various missing blocks in the lists in BlockInfo.cppMasy982014-07-151-63/+214
|
* Merge pull request #1154 from mc-server/trappedchestsTiger Wang2014-07-131-0/+3
|\ | | | | Implemented trapped chests & others
| * Implemented trapped chests & othersTiger Wang2014-07-071-0/+3
| | | | | | | | | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes
* | Fixed arrow collection animationTiger Wang2014-07-091-1/+0
|/ | | | * Fixed piston extension non-solidness
* Implemented tripwire(s) (hooks)Tiger Wang2014-06-281-0/+9
| | | | * Fixes #944
* BlockInfo is now a proper C++ singleton.madmaxoft2014-06-251-367/+365
| | | | It is properly initialized before it is ever used.
* Fixed BlockInfo initialization.madmaxoft2014-06-241-15/+6
| | | | Now cBlockInfo is initialized in the getter, instead of "at any time during startup", which included "after it was already needed".
* Nullify deleted pointers.archshift2014-06-191-0/+1
|
* Add pressure plate handlerHowaner2014-06-171-0/+2
|
* Merge branch 'master' into SlabsHowaner2014-05-071-0/+1
|\
| * Ladders set as transparent.madmaxoft2014-04-301-0/+1
| |
* | Add CanChangeDirtToGrass function to Block Handlers.Howaner2014-04-061-0/+10
|/
* Some fixes to lilypadsTiger Wang2014-03-281-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
* Add new leaves to all classes.Howaner2014-03-161-0/+1
|
* Fixed issues with int vs size_t and a few other warningsTycho2014-03-081-2/+0
|
* cBlockInfo-related changes from #723andrew2014-03-081-0/+9
|
* Removed if conditionandrew2014-03-021-4/+1
|
* cBlockInfo now manages the respective cBlockHandlerandrew2014-03-021-0/+22
|
* GetById => Getandrew2014-03-021-3/+3
|
* g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-5/+5
|
* Refactored global block property arraysandrew2014-03-011-0/+423