| Commit message (Expand) | Author | Age | Files | Lines |
* | - Added the "wait" music disc | luksor111@gmail.com | 2012-11-15 | 1 | -1/+2 |
* | Added cWorld:SpawnMob(PosX, PosY, PosZ, EntityType) to Lua API | madmaxoft@gmail.com | 2012-10-28 | 1 | -40/+76 |
* | New Block property g_BlockIsSolid[]; Fixed ladder, torches and vines placement. (Patch contributed by funmaker) | luksor111@gmail.com | 2012-10-23 | 1 | -0/+1 |
* | Added some missing block enums | faketruth | 2012-09-30 | 1 | -1/+12 |
* | Refactored windows. | madmaxoft@gmail.com | 2012-09-20 | 1 | -0/+3 |
* | Added the ItemToString() and ItemTypeToString() functions. | madmaxoft@gmail.com | 2012-09-08 | 1 | -1/+7 |
* | Added a few more stackable items | madmaxoft@gmail.com | 2012-08-14 | 1 | -2/+4 |
* | Use named constants instead of magic values - block digging direction and torch placement | madmaxoft@gmail.com | 2012-08-10 | 1 | -0/+7 |
* | Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type. | madmaxoft@gmail.com | 2012-08-03 | 1 | -5/+4 |
* | Fixed warnings in item handlers - items' damage value is a short, but block meta is only a NIBBLETYPE. Also slight cleanup. | madmaxoft@gmail.com | 2012-07-29 | 1 | -1/+2 |
* | Some code improvements | lapayo94@gmail.com | 2012-07-16 | 1 | -1/+1 |
* | A new Block handling system :o | lapayo94@gmail.com | 2012-07-15 | 1 | -0/+1 |
* | Removed the deprecated confusing E_BLOCK_WOOD | madmaxoft@gmail.com | 2012-07-15 | 1 | -1/+1 |
* | Fixed lighting for cake, fence, fence gates, glass pane, iron bars, iron door and wooden door | madmaxoft@gmail.com | 2012-06-16 | 1 | -2/+4 |
* | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 2012-06-14 | 1 | -641/+641 |
* | BlockIDs, ItemIDs and Metas updated, courtesy of Taugeshtu | madmaxoft@gmail.com | 2012-06-06 | 1 | -5/+168 |
* | Added 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.com | 2012-06-04 | 1 | -2/+13 |
* | Added 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.com | 2012-05-29 | 1 | -1/+2 |
* | Added some useful biome synonyms; added block property IsSnowable; alphabetically sorted block property setting | madmaxoft@gmail.com | 2012-05-27 | 1 | -0/+2 |
* | Added wool and netherrack block IDs | madmaxoft@gmail.com | 2012-05-27 | 1 | -2/+4 |
* | Added the CheckerBoardBiomes parameter for setting biomes that CheckerBoard generates (#179). Added string-to-biome conversion (#183). Added OreNests to default Structures configuration. | madmaxoft@gmail.com | 2012-05-27 | 1 | -1/+4 |
* | Merged the composable_generator branch into the trunk | madmaxoft@gmail.com | 2012-05-25 | 1 | -28/+55 |
* | Fixed MapChunk packets to include (fake) biome data, makes clients happy | madmaxoft@gmail.com | 2012-03-12 | 1 | -0/+35 |
* | Updated 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.com | 2011-11-07 | 1 | -2/+2 |
* | Added Sebi's changes to pistons and item drops. | admin@omencraft.com | 2011-11-07 | 1 | -2/+2 |
* | Added all the items up to Beta 1.9.5. Added pistons and piston class. | admin@omencraft.com | 2011-11-05 | 1 | -13/+256 |
* | Added some redstone items. | admin@omencraft.com | 2011-11-03 | 1 | -1/+4 |
* | MCServer c++ source files | faketruth | 2011-10-03 | 1 | -0/+151 |