1
0
cuberite-2a/src/Blocks
2015-07-14 21:32:28 +01:00
..
BlockAnvil.h Fixed a lot of warnings 2015-05-19 11:50:59 +01:00
BlockBed.cpp Bed uses bottom two bits for direction not three 2015-05-16 12:07:38 +01:00
BlockBed.h Rebased version of Code 2015-06-22 11:29:38 -06:00
BlockBigFlower.h Correct world height validations. 2015-03-19 20:32:17 -04:00
BlockBrewingStand.h Revert "Converted some blockhandlers to use cClearMetaOnDrop" 2014-07-14 23:59:24 +01:00
BlockButton.h Buttons no longer click on when already on. Buttons now play sound when clicking off. 2015-06-24 13:52:56 -05:00
BlockCactus.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockCake.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockCarpet.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockCauldron.h Cauldrons check the heightmap 2014-06-14 10:14:04 +01:00
BlockChest.h Refactored all player block placing to go through hooks. 2014-12-24 07:20:17 +01:00
BlockCloth.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockCobWeb.h Revert "Converted some blockhandlers to use cClearMetaOnDrop" 2014-07-14 23:59:24 +01:00
BlockCocoaPod.h Fixed warnings in MSVC. 2015-06-02 12:51:43 +02:00
BlockCommandBlock.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockComparator.h Comparators 2015-06-06 12:21:09 +01:00
BlockCrops.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockDeadBush.h Corrected drops from dead bush, tall grass and cobweb. 2014-10-07 18:21:39 +02:00
BlockDirt.h Moved grabbing the light value to after the transparency check. 2015-07-03 13:05:02 -06:00
BlockDoor.cpp Added open/close and sound effects for all door types 2015-05-20 16:24:16 -07:00
BlockDoor.h Fix duping doors (#1327) 2015-07-14 18:42:40 +02:00
BlockDropSpenser.h Basic style fixes. 2014-07-17 22:50:58 +02:00
BlockEnchantmentTable.h Own classes for all windows. 2014-12-13 15:06:55 +01:00
BlockEnderchest.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockEntity.h Improved Type safety of eBlockFace 2014-02-04 10:59:05 -08:00
BlockFarmland.h Added neighbor specification in the OnNeighborChanged() block callback. 2015-07-01 10:40:16 +02:00
BlockFenceGate.h Fixed convertToPickups for fence gates 2014-09-27 14:23:58 +02:00
BlockFire.h Added a size check for portals. 2015-06-28 17:05:44 +02:00
BlockFlower.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockFlowerPot.h Revert "Converted some blockhandlers to use cClearMetaOnDrop" 2014-07-14 23:59:24 +01:00
BlockFluid.h Rebased version of Code 2015-06-22 11:29:38 -06:00
BlockFurnace.h Basic style fixes. 2014-07-17 22:50:58 +02:00
BlockGlass.h Moved source to src 2013-11-24 14:19:41 +00:00
BlockGlowstone.h Code formatting fixes. 2014-08-19 22:14:37 +02:00
BlockGravel.h Only drop flint or gravel, not both. 2014-09-12 19:38:00 +02:00
BlockHandler.cpp Added neighbor specification in the OnNeighborChanged() block callback. 2015-07-01 10:40:16 +02:00
BlockHandler.h Added neighbor specification in the OnNeighborChanged() block callback. 2015-07-01 10:40:16 +02:00
BlockHopper.h Fixed a lot of warnings 2015-05-19 11:50:59 +01:00
BlockIce.h Changed if for switch 2014-08-19 16:47:33 +02:00
BlockLadder.h Fixed warnings in MSVC. 2015-06-02 12:51:43 +02:00
BlockLeaves.h Added neighbor specification in the OnNeighborChanged() block callback. 2015-07-01 10:40:16 +02:00
BlockLever.h Fixed warnings in MSVC. 2015-06-02 12:51:43 +02:00
BlockLilypad.h Fixed code formatting. 2014-07-15 14:54:24 +02:00
BlockMelon.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockMobHead.h Refactored all player block placing to go through hooks. 2014-12-24 07:20:17 +01:00
BlockMobSpawner.h Implemented mob spawner. 2014-09-19 23:00:54 +02:00
BlockMushroom.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockMycelium.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockNetherWart.h Fixed a few Clang warnings in BlockHandlers. 2014-03-30 23:13:13 +02:00
BlockOre.h Digging up a clay block spawns 4 clay items. 2015-04-23 21:39:10 +02:00
BlockPiston.cpp Buttons no longer click on when already on. Buttons now play sound when clicking off. 2015-06-24 13:52:56 -05:00
BlockPiston.h More style checking. 2015-05-09 12:58:54 +02:00
BlockPlanks.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockPluginInterface.h Placing a fluid from bucket calls plugin hooks. 2015-04-14 10:49:01 +02:00
BlockPortal.h Correct world height validations. 2015-03-19 20:32:17 -04:00
BlockPressurePlate.h Fixed some block checks 2014-10-25 00:22:31 +01:00
BlockPumpkin.h Refactored all player block placing to go through hooks. 2014-12-24 07:20:17 +01:00
BlockQuartz.h Fixed warnings in MSVC. 2015-06-02 12:51:43 +02:00
BlockRail.h Added neighbor specification in the OnNeighborChanged() block callback. 2015-07-01 10:40:16 +02:00
BlockRedstone.h Added mechanics placeable on halfslabs 2014-10-19 15:01:01 +02:00
BlockRedstoneLamp.h Revert "Converted some blockhandlers to use cClearMetaOnDrop" 2014-07-14 23:59:24 +01:00
BlockRedstoneRepeater.h Added mechanics placeable on halfslabs 2014-10-19 15:01:01 +02:00
BlockRedstoneTorch.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockSand.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockSapling.h Sapling Growth Update 2015-07-13 15:24:38 -06:00
BlockSeaLantern.h Added Sea Lantern drops 2014-09-12 17:01:03 +02:00
BlockSideways.h Fixed warnings in MSVC. 2015-06-02 12:51:43 +02:00
BlockSignPost.h Refactored all player block placing to go through hooks. 2014-12-24 07:20:17 +01:00
BlockSlab.h Rebased version of Code 2015-06-22 11:29:38 -06:00
BlockSnow.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockStairs.h Rebased version of Code 2015-06-22 11:29:38 -06:00
BlockStems.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockStone.h Fixed compilation. 2014-10-11 18:39:46 +01:00
BlockSugarcane.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockTallGrass.h NULL -> nullptr 2014-12-16 23:18:59 +00:00
BlockTNT.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockTorch.h Torches can now be placed on top of upside down stairs. 2015-07-13 17:08:07 -06:00
BlockTrapdoor.h Fixed warnings in MSVC. 2015-06-02 12:51:43 +02:00
BlockTripwire.h Moved sound-configs into BlockID.h and fixed/ added loads of sounds 2014-09-09 16:00:26 +02:00
BlockTripwireHook.h Fixed warnings in MSVC. 2015-06-02 12:51:43 +02:00
BlockVine.h Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. 2015-05-23 16:28:37 +02:00
BlockWallSign.h Fixed a lot of warnings 2015-05-19 11:50:59 +01:00
BlockWorkbench.h Own classes for all windows. 2014-12-13 15:06:55 +01:00
BroadcastInterface.h En masse NULL -> nullptr replace 2014-10-22 20:12:49 -07:00
ChunkInterface.cpp Fixed minor style issues. 2014-09-27 21:37:36 +02:00
ChunkInterface.h Removed more unessicary includes 2014-09-26 18:13:19 +01:00
ClearMetaOnDrop.h Fixed spaces after "template" keyword. 2014-08-28 16:44:36 +03:00
CMakeLists.txt Made -Weverything an error. 2015-05-24 12:56:56 +01:00
GetHandlerCompileTimeTemplate.h Fixed style 2014-09-25 15:45:39 +01:00
MetaRotator.h Fixed spaces after "template" keyword. 2014-08-28 16:44:36 +03:00
WorldInterface.h Added a size check for portals. 2015-06-28 17:05:44 +02:00