mcserver/source/Blocks
madmaxoft@gmail.com 547c341325 TNT fixes.
Other blocks can be placed next to TNT.
Explosions activate nearby TNT blocks.
TNT doesn't destroy bedrock, obsidian and liquid blocks.
Server doesn't crash when a TNT (or other entity) leaves the valid Y range.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1603 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-18 08:24:34 +00:00
..
BlockBed.cpp Fixed compilation on linux. 2013-06-15 18:26:00 +00:00
BlockBed.h Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers 2013-06-04 19:22:14 +00:00
BlockBrewingStand.h
BlockCactus.h Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. 2013-03-15 20:18:11 +00:00
BlockCauldron.h Refactored cInventory to use cItemGrid for the actual Storage 2013-05-24 07:30:39 +00:00
BlockChest.h
BlockCloth.h
BlockCobWeb.h Cobwebs are now washed away by water and can be broken by swords and shears, giving string. 2013-04-06 18:20:06 +00:00
BlockCrops.h Added carrots and potatoes handling, bonemealing and proper lighting. 2013-04-05 13:45:00 +00:00
BlockDeadBush.h Converted spaces to tabs 2013-06-09 16:17:03 +00:00
BlockDirt.h Fixed a few out-of-bounds reads 2013-05-09 19:06:16 +00:00
BlockDoor.cpp
BlockDoor.h Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. 2013-03-15 20:18:11 +00:00
BlockDropSpenser.h Implemented droppers 2013-05-26 14:39:04 +00:00
BlockEnderchest.h
BlockEntity.h
BlockFarmland.h
BlockFenceGate.h
BlockFire.h
BlockFlower.h Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. 2013-03-15 20:18:11 +00:00
BlockFlowerPot.h Refactored cInventory to use cItemGrid for the actual Storage 2013-05-24 07:30:39 +00:00
BlockFluid.h Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. 2013-03-15 20:18:11 +00:00
BlockFurnace.h
BlockGlass.h
BlockGlowstone.h
BlockGravel.h
BlockHandler.cpp TNT fixes. 2013-06-18 08:24:34 +00:00
BlockHandler.h BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches. 2013-03-26 21:06:12 +00:00
BlockHopper.h Implemented the Hopper block handler 2013-06-12 08:22:34 +00:00
BlockIce.h
BlockLadder.h Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers 2013-06-04 19:22:14 +00:00
BlockLeaves.h
BlockLever.cpp
BlockLever.h
BlockMelon.h
BlockMushroom.h Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. 2013-03-15 20:18:11 +00:00
BlockMycelium.h
BlockNote.h
BlockOre.h
BlockPiston.cpp
BlockPiston.h
BlockRail.h Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. 2013-03-15 20:18:11 +00:00
BlockRedstone.cpp Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers 2013-06-04 19:22:14 +00:00
BlockRedstone.h Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. 2013-03-15 20:18:11 +00:00
BlockRedstoneRepeater.cpp
BlockRedstoneRepeater.h Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. 2013-03-15 20:18:11 +00:00
BlockRedstoneTorch.h Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers 2013-06-04 19:22:14 +00:00
BlockSand.h
BlockSapling.h Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. 2013-03-15 20:18:11 +00:00
BlockSign.h Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers 2013-06-04 19:22:14 +00:00
BlockSlab.h
BlockSnow.h Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. 2013-03-15 20:18:11 +00:00
BlockStairs.h Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers 2013-06-04 19:22:14 +00:00
BlockStems.h Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. 2013-03-15 20:18:11 +00:00
BlockStone.h
BlockSugarcane.h Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. 2013-03-15 20:18:11 +00:00
BlockTallGrass.h Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. 2013-03-15 20:18:11 +00:00
BlockTorch.h Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers 2013-06-04 19:22:14 +00:00
BlockVine.h Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers 2013-06-04 19:22:14 +00:00
BlockWood.h
BlockWorkbench.h