summaryrefslogtreecommitdiffstats
path: root/source/BlockID.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-14Added a few more stackable itemsmadmaxoft@gmail.com1-2/+4
2012-08-10Use named constants instead of magic values - block digging direction and torch placementmadmaxoft@gmail.com1-0/+7
2012-08-03Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.madmaxoft@gmail.com1-5/+4
2012-07-29Fixed warnings in item handlers - items' damage value is a short, but block meta is only a NIBBLETYPE. Also slight cleanup.madmaxoft@gmail.com1-1/+2
2012-07-16Some code improvementslapayo94@gmail.com1-1/+1
2012-07-15A new Block handling system :olapayo94@gmail.com1-0/+1
2012-07-15Removed the deprecated confusing E_BLOCK_WOODmadmaxoft@gmail.com1-1/+1
2012-06-16Fixed lighting for cake, fence, fence gates, glass pane, iron bars, iron door and wooden doormadmaxoft@gmail.com1-2/+4
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-641/+641
2012-06-06BlockIDs, ItemIDs and Metas updated, courtesy of Taugeshtumadmaxoft@gmail.com1-5/+168
2012-06-04Added the new recipe parser, parsing the crafting.txt file. Included are a few recipes. The old parser still works, but will be replaced soon.madmaxoft@gmail.com1-2/+13
2012-05-29Added code for the chunks to manipulate their neighbors while ticking. Also added some basic farming support - melon and pumpkin growing code. Untested and untestable so far, will test and fix later.madmaxoft@gmail.com1-1/+2
2012-05-27Added some useful biome synonyms; added block property IsSnowable; alphabetically sorted block property settingmadmaxoft@gmail.com1-0/+2
2012-05-27Added wool and netherrack block IDsmadmaxoft@gmail.com1-2/+4
2012-05-27Added the CheckerBoardBiomes parameter for setting biomes that CheckerBoard generates (#179). Added string-to-biome conversion (#183). Added OreNests to default Structures configuration.madmaxoft@gmail.com1-1/+4
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-28/+55
2012-03-12Fixed MapChunk packets to include (fake) biome data, makes clients happymadmaxoft@gmail.com1-0/+35
2011-11-07Updated redstone and pistons some mode. If you break an extended piston the piston extension will now also break. When a redstone device is broken by something other than a person the redstone circuit should now update.admin@omencraft.com1-2/+2
2011-11-07Added Sebi's changes to pistons and item drops.admin@omencraft.com1-2/+2
2011-11-05Added all the items up to Beta 1.9.5. Added pistons and piston class.admin@omencraft.com1-13/+256
2011-11-03Added some redstone items.admin@omencraft.com1-1/+4
2011-10-03MCServer c++ source filesfaketruth1-0/+151