| Commit message (Expand) | Author | Files | Lines |
2014-02-20 | Add Light weighted pressure plates | Howaner | 1 | -0/+4 |
2014-02-04 | Added dtExplosion to damage<->string functions. | madmaxoft | 1 | -1/+2 |
2014-02-02 | Fixed #624 | Tiger Wang | 1 | -0/+1 |
2014-01-27 | E_BLOCK_POTATOES isn't an solid block. Villagers were floating above them. | STRWarrior | 1 | -0/+1 |
2014-01-12 | Multiple enhancements and fixes to minecarts | Tiger Wang | 1 | -0/+1 |
2014-01-11 | Renamed g_TorchPlaceable... | Tiger Wang | 1 | -63/+63 |
2014-01-09 | Move biome definition to separate files | Bill Derouin | 1 | -100/+0 |
2013-12-20 | Fixed repeaters delay, maybe | Tiger Wang | 1 | -0/+3 |
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 1 | -6/+6 |
2013-11-26 | Fixed loads more of them. | Alexander Harkness | 1 | -1/+1 |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 1 | -1/+1 |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 |
2013-11-18 | Redstone Megacommit [SEE DESC] | Tiger Wang | 1 | -14/+15 |
2013-11-13 | Added the last bit of the enum, and alpha-sorted the switch. | Alexander Harkness | 1 | -10/+13 |
2013-11-12 | Sorting by Name on g_BlockTransparent | nesco | 1 | -4/+4 |
2013-11-12 | Update BlockID.cpp | nesco | 1 | -1/+1 |
2013-11-12 | Update BlockID.cpp | nesco | 1 | -3/+3 |
2013-11-12 | Assigning properties to the blocks recently added. | nesco | 1 | -10/+19 |
2013-10-25 | cIniFile: Renamed functions to make meaning more explicit. | madmaxoft | 1 | -4/+4 |
2013-10-25 | cIniFile doesn't store filename internally anymore. | madmaxoft | 1 | -2/+2 |
2013-10-18 | StringToItem() recognizes "ItemName:Dmg" strings. | madmaxoft | 1 | -18/+21 |
2013-10-15 | Update BlockID.cpp | Sofapriester | 1 | -1/+1 |
2013-10-12 | Added 1.7 biome constants. | madmaxoft | 1 | -0/+42 |
2013-10-11 | Added GetIniItemSet() function. | madmaxoft | 1 | -0/+15 |
2013-10-01 | Added glass pane as transparent. Removed excess g_BlockOneHitDig[E_BLOCK_REDSTONE_WIRE]. | Samuel Barney | 1 | -1/+1 |
2013-09-18 | Implemented redstone comparators | Tiger Wang | 1 | -0/+6 |
2013-09-15 | Torches work properly | Tiger Wang | 1 | -30/+75 |
2013-09-13 | Even more fixes [SEE DESC] | Tiger Wang | 1 | -1/+1 |
2013-09-08 | Alpha-sorted g_BlockIsSnowable[]. | madmaxoft | 1 | -2/+2 |
2013-09-08 | Re-added the top line. | STRWarrior | 1 | -0/+1 |
2013-09-08 | Added E_BLOCK_LILY_PAD to g_BlockIsSnowable. | STRWarrior | 1 | -2/+3 |
2013-09-07 | Adding Water and Lava as transparency blocks | mgueydan | 1 | -0/+4 |
2013-09-01 | Added dtRangedAttack, fixed faulty StringTODamageType() | madmaxoft | 1 | -17/+22 |
2013-08-27 | Preliminary Minecart physics handling [SEE DESC] | Tiger Wang | 1 | -1/+1 |
2013-08-20 | Updated block transparencies | Tiger Wang | 1 | -0/+2 |
2013-08-16 | Feature and bugfixes [SEE DESC] | Tiger Wang | 1 | -0/+2 |
2013-08-16 | Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX. | madmaxoft | 1 | -33/+34 |
2013-08-14 | Alpha sorted PistonBreakable list | Tiger Wang | 1 | -2/+3 |
2013-08-14 | Buncha bugfixes [SEE DESC] | Tiger Wang | 1 | -4/+4 |
2013-07-12 | Added a StringToMobType() function to the Lua API (patch contributed by STR_Warrior) | madmaxoft@gmail.com | 1 | -0/+50 |
2013-07-07 | Ice is a solid block. | madmaxoft@gmail.com | 1 | -1/+0 |
2013-07-01 | Added DamageType translation to API | madmaxoft@gmail.com | 1 | -1/+101 |
2013-06-22 | Added the End height and composition generators. | madmaxoft@gmail.com | 1 | -0/+41 |
2013-05-05 | Lighting: Fixed underwater lighting (FS #369) | madmaxoft@gmail.com | 1 | -4/+4 |
2013-04-05 | Added carrots and potatoes handling, bonemealing and proper lighting. | madmaxoft@gmail.com | 1 | -0/+8 |
2013-04-01 | Cobweb lets light through. | madmaxoft@gmail.com | 1 | -0/+1 |
2013-02-16 | Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols. | madmaxoft@gmail.com | 1 | -1/+1 |
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -1/+1 |
2012-12-29 | Cauldrons and Brewing Stands are now placeable | luksor111@gmail.com | 1 | -0/+1 |
2012-12-27 | Added flower pots | luksor111@gmail.com | 1 | -25/+31 |
2012-12-19 | Implemented double doors | luksor111@gmail.com | 1 | -0/+4 |
2012-11-25 | Rails don't turn grass into dirt underneath them. (Patch contributed by STR_Warrior) | madmaxoft@gmail.com | 1 | -0/+3 |
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 |