| Commit message (Expand) | Author | Files | Lines |
2012-11-18 | Fixed wrong c++ standard assumptions about bools. | madmaxoft@gmail.com | 1 | -2/+12 |
2012-10-23 | #grammarnazi: fixed tabs to spaces and alpha-sort | madmaxoft@gmail.com | 1 | -67/+68 |
2012-10-23 | New Block property g_BlockIsSolid[]; Fixed ladder, torches and vines placement. (Patch contributed by funmaker) | luksor111@gmail.com | 1 | -2/+64 |
2012-10-21 | Top blocks are now snowed over, either normally, or in deep snow (patch contributed by funmaker, Luksor and Sebi) | madmaxoft@gmail.com | 1 | -0/+1 |
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-09-20 | Refactored windows. | madmaxoft@gmail.com | 1 | -0/+11 |
2012-09-08 | ItemToString() now recognizes matches that are in the ini without metadata. | madmaxoft@gmail.com | 1 | -0/+15 |
2012-09-08 | StringToItem() sets item's count to 1 after a successful parse | madmaxoft@gmail.com | 1 | -1/+3 |
2012-09-08 | Fixed item damage not being set properly in StringToItem() | madmaxoft@gmail.com | 1 | -0/+4 |
2012-09-08 | Set leaves as a transparent block. | madmaxoft@gmail.com | 1 | -0/+1 |
2012-09-08 | Another fix for the case-sensitiveness. WTF, STL allows different signatures for Debug and Release builds? | madmaxoft@gmail.com | 1 | -1/+1 |
2012-09-08 | Fixed the case-sensitiveness of the item map. | madmaxoft@gmail.com | 1 | -1/+10 |
2012-09-08 | Added the ItemToString() and ItemTypeToString() functions. | madmaxoft@gmail.com | 1 | -33/+148 |
2012-09-07 | Snow is not put atop vines by the snow finisher anymore | madmaxoft@gmail.com | 1 | -0/+1 |
2012-08-14 | Made cobwebs transparent | madmaxoft@gmail.com | 1 | -8/+9 |
2012-07-16 | Some code improvements | lapayo94@gmail.com | 1 | -1/+1 |
2012-07-15 | A new Block handling system :o | lapayo94@gmail.com | 1 | -0/+38 |
2012-06-16 | Fixed lighting for cake, fence, fence gates, glass pane, iron bars, iron door and wooden door | madmaxoft@gmail.com | 1 | -0/+7 |
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -325/+325 |
2012-06-09 | Tall grass finally drops seeds | madmaxoft@gmail.com | 1 | -0/+1 |
2012-06-07 | Grass grows under vines | madmaxoft@gmail.com | 1 | -0/+1 |
2012-06-06 | Hopefully fixed lighting around chests and crops | madmaxoft@gmail.com | 1 | -0/+5 |
2012-06-04 | Fixed Linux compilation. | cedeel@gmail.com | 1 | -1/+1 |
2012-06-04 | 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 | 1 | -1/+42 |
2012-06-02 | Added the Biomal height generator, made it the default height generator. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-05-28 | Cacti don't gather snow | madmaxoft@gmail.com | 1 | -0/+1 |
2012-05-27 | Ice finisher generator; fixed snow on water. | madmaxoft@gmail.com | 1 | -0/+4 |
2012-05-27 | Added some useful biome synonyms; added block property IsSnowable; alphabetically sorted block property setting | madmaxoft@gmail.com | 1 | -50/+80 |
2012-05-27 | 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 | 1 | -0/+56 |
2012-05-25 | Merged the composable_generator branch into the trunk | madmaxoft@gmail.com | 1 | -0/+186 |