| Commit message (Expand) | Author | Files | Lines |
2013-10-13 | Removed faulty code dealing with water. | Samuel Barney | 1 | -3/+2 |
2013-10-12 | Crop blocks now respect water and light. Currently a block has to be "watered" or the crop has a chance of breaking anyways. | Samuel Barney | 1 | -1/+8 |
2013-10-04 | Optimized cBlockFarmlandHandler in wet weather. | madmaxoft | 1 | -27/+26 |
2013-10-04 | Added comparison for desert biomes. | Samuel Barney | 1 | -1/+2 |
2013-10-04 | Rain now waters farmland. | Samuel Barney | 1 | -0/+8 |
2013-09-22 | Fixed a few compiler warnings | madmaxoft | 2 | -2/+2 |
2013-09-22 | Removed some unneeded includes | Tiger Wang | 7 | -10/+0 |
2013-09-22 | Added button placement handler | Tiger Wang | 4 | -1/+112 |
2013-09-22 | Removed OnDigging for Redstone devices | Tiger Wang | 6 | -30/+1 |
2013-09-22 | Changed to SetBlockMeta | Tiger Wang | 3 | -3/+3 |
2013-09-19 | Fixed pickup block spawning | Tiger Wang | 1 | -8/+9 |
2013-09-18 | Fixed pickups | Tiger Wang | 1 | -7/+11 |
2013-09-18 | Implemented redstone comparators | Tiger Wang | 3 | -2/+126 |
2013-09-18 | Multiple fixes [SEE DESC] | Tiger Wang | 4 | -1/+68 |
2013-09-17 | Snow now supports meta values | Tiger Wang | 1 | -2/+22 |
2013-09-17 | Added wood directions | Tiger Wang | 1 | -0/+45 |
2013-09-16 | Fixed derpy comparison | Tiger Wang | 1 | -1/+1 |
2013-09-16 | Torch fixes [SEE DESC] | Tiger Wang | 1 | -7/+8 |
2013-09-15 | Fixed tigerw's leftovers. | madmaxoft | 1 | -6/+0 |
2013-09-15 | Mycelium now has correct placement sound | Tiger Wang | 1 | -0/+5 |
2013-09-15 | Torches work properly | Tiger Wang | 2 | -27/+72 |
2013-09-15 | Removed leftover CanBePlacedOnSide | Tiger Wang | 2 | -12/+0 |
2013-09-15 | Removed leftover DoesAllowBlockOnTop | Tiger Wang | 2 | -13/+1 |
2013-09-13 | Removed torch top placement prevention | Tiger Wang | 1 | -6/+0 |
2013-09-13 | Removed place on top and side preventions | Tiger Wang | 13 | -113/+0 |
2013-09-11 | More changes [SEE DESC] | Tiger Wang | 1 | -3/+2 |
2013-09-11 | Pumpkins | Tiger Wang | 1 | -1/+1 |
2013-09-11 | moved reflection code to PlayerYawToMetadata | worktycho | 1 | -4/+3 |
2013-09-11 | changed the subtaraction to a flip | worktycho | 1 | -3/+3 |
2013-09-10 | Pumpkin and JackOLantern support | Tiger Wang | 2 | -0/+65 |
2013-09-09 | Fixed DropSpensers not rotating properly | Tiger Wang | 1 | -1/+1 |
2013-09-09 | Added a few changes [SEE DESC] | Tiger Wang | 1 | -0/+8 |
2013-09-09 | Removed the cDoors class. | madmaxoft | 3 | -9/+112 |
2013-09-08 | Fixed torch placement. | madmaxoft | 1 | -7/+17 |
2013-09-07 | Renamed cWorld::DoExplosiontAt() to cWorld::DoExplosionAt() | madmaxoft | 1 | -1/+1 |
2013-09-03 | Fixed inconsistent meta naming | Tiger Wang | 1 | -51/+51 |
2013-08-29 | Implemented xoft's suggestions [SEE DESC] | Tiger Wang | 1 | -82/+51 |
2013-08-25 | Fixed iron door opening by hand | Tiger Wang | 1 | -1/+4 |
2013-08-24 | Vines now spread when updated | Tiger Wang | 1 | -0/+7 |
2013-08-24 | Added comments and fixed a bug | Tiger Wang | 1 | -39/+37 |
2013-08-23 | Fixed incorrect double slab drops | Tiger Wang | 1 | -2/+9 |
2013-08-23 | Double slabs work *choke choke* | Tiger Wang | 3 | -12/+87 |
2013-08-21 | Changed comments to be more accurate | Tiger Wang | 1 | -4/+4 |
2013-08-21 | Fixed longstanding issue with slabs | Tiger Wang | 1 | -1/+12 |
2013-08-20 | Fixed broken carpet handler [SEE DESC] | Tiger Wang | 2 | -3/+10 |
2013-08-20 | Activator rail now uses rail handler | Tiger Wang | 1 | -0/+1 |
2013-08-19 | Moved entities into the Entities subfolder. | madmaxoft | 10 | -10/+9 |
2013-08-14 | Buncha bugfixes [SEE DESC] | Tiger Wang | 2 | -1/+7 |
2013-08-13 | Removed more comments | Tiger Wang | 1 | -1/+0 |
2013-08-13 | Removed comments | Tiger Wang | 1 | -7/+0 |
2013-08-12 | Added quartz stairs. | STRWarrior | 1 | -0/+1 |
2013-08-11 | Really removed comments this time | Tiger Wang | 1 | -7/+0 |
2013-08-11 | Removed unneeded case clause | Tiger Wang | 1 | -15/+12 |
2013-08-11 | Tried adding bracket | Tiger Wang | 1 | -1/+1 |
2013-08-11 | Further attempt at fixing torch placements | Tiger Wang | 2 | -10/+10 |
2013-08-10 | Attempt at fixing torch placement | Tiger Wang | 1 | -3/+5 |
2013-08-10 | Piston head, when removed, removes the associated piston body, too. | madmaxoft | 3 | -1/+50 |
2013-08-09 | Piston head, when removed, removes the associated piston body, too. | madmaxoft | 3 | -1/+50 |
2013-08-09 | Added OnExploding() and OnExploded() hooks. | madmaxoft | 1 | -3/+6 |
2013-08-05 | Added the Carpet block. | madmaxoft | 4 | -44/+102 |
2013-07-29 | Added the "Edit Sign" packet sent to the client placing a sign. | madmaxoft | 1 | -0/+11 |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 61 | -4966/+4966 |
2013-06-18 | TNT fixes. | madmaxoft@gmail.com | 2 | -40/+0 |
2013-06-15 | Fixed compilation on linux. | nielsbreu@gmail.com | 1 | -1/+1 |
2013-06-15 | You can only sleep when the time is day, and beds explode if the dimension is not Overworld. | nielsbreu@gmail.com | 1 | -11/+21 |
2013-06-12 | Implemented the Hopper block handler | madmaxoft@gmail.com | 2 | -2/+50 |
2013-06-09 | Fixed 2 more tabs... | faketruth | 1 | -1/+1 |
2013-06-09 | Converted spaces to tabs | faketruth | 1 | -21/+21 |
2013-06-09 | Added dead bush block handler so a dead bush pickup is dropped when the sand underneath it is removed. | faketruth | 2 | -0/+49 |
2013-06-04 | Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers | madmaxoft@gmail.com | 8 | -30/+186 |
2013-05-26 | Implemented droppers | madmaxoft@gmail.com | 2 | -9/+9 |
2013-05-24 | Refactored cInventory to use cItemGrid for the actual Storage | madmaxoft@gmail.com | 2 | -8/+5 |
2013-05-20 | Stairs placement fix (patch contributed by Simi) | madmaxoft@gmail.com | 1 | -1/+1 |
2013-05-09 | Fixed a few out-of-bounds reads | madmaxoft@gmail.com | 1 | -4/+12 |
2013-04-27 | Fixed a few possible crashes with out-of-bounds Y coords | madmaxoft@gmail.com | 1 | -1/+4 |
2013-04-18 | Initial implementation of explosions and TNT block | keyboard.osh@gmail.com | 2 | -0/+40 |
2013-04-06 | Cobwebs are now washed away by water and can be broken by swords and shears, giving string. | madmaxoft@gmail.com | 2 | -0/+32 |
2013-04-05 | Added carrots and potatoes handling, bonemealing and proper lighting. | madmaxoft@gmail.com | 2 | -4/+57 |
2013-04-03 | Fixed crops producing pickups for creative mode players. | madmaxoft@gmail.com | 1 | -8/+4 |
2013-03-26 | BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches. | madmaxoft@gmail.com | 4 | -1/+174 |
2013-03-15 | Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. | madmaxoft@gmail.com | 19 | -166/+344 |
2013-03-09 | Pickups are now being saved into Anvil. | madmaxoft@gmail.com | 5 | -8/+13 |
2013-02-28 | Simulators now have direct access to the cChunk object in the WakeUp() call | madmaxoft@gmail.com | 1 | -2/+2 |
2013-02-16 | Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols. | madmaxoft@gmail.com | 9 | -23/+23 |
2013-01-27 | Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups. | madmaxoft@gmail.com | 3 | -5/+11 |
2013-01-20 | Fixed piston placement. | madmaxoft@gmail.com | 1 | -1/+1 |
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 28 | -455/+633 |
2012-12-29 | Fixed compilation error in BlockCauldron.h on Linux | luksor111@gmail.com | 1 | -2/+4 |
2012-12-29 | Cauldrons and Brewing Stands are now placeable | luksor111@gmail.com | 3 | -0/+95 |
2012-12-27 | Fixed Linux compilation | luksor111@gmail.com | 1 | -3/+6 |
2012-12-27 | Added flower pots | luksor111@gmail.com | 2 | -0/+82 |
2012-12-21 | Added sounds to levers and mobs | luksor111@gmail.com | 1 | -1/+10 |
2012-12-20 | Fixed a bool evaluation warning in BlockDoor.h | madmaxoft@gmail.com | 1 | -1/+1 |
2012-12-19 | Added dispensers (they can't dispense items yet) | luksor111@gmail.com | 4 | -16/+15 |
2012-12-19 | Implemented double doors | luksor111@gmail.com | 4 | -11/+82 |
2012-12-16 | Levers (patch contributed by Keyboard) | madmaxoft@gmail.com | 3 | -0/+114 |
2012-11-27 | Added initial adventure mode support | luksor111@gmail.com | 3 | -2/+30 |
2012-11-26 | Fixed certain blocks crashing clients when mined | luksor111@gmail.com | 4 | -2/+31 |
2012-11-25 | Implemented rail placement mechanics. | luksor111@gmail.com | 2 | -0/+319 |
2012-11-24 | Fixed drops for: Stone, Mycelium, Redstone Torch. | luksor111@gmail.com | 3 | -1/+33 |
2012-11-16 | Fixed boolean comparison. | madmaxoft@gmail.com | 1 | -3/+3 |
2012-11-15 | - Added the "wait" music disc | luksor111@gmail.com | 1 | -4/+6 |
2012-10-26 | Fixed a valgrind warning in BlockDirt. | madmaxoft@gmail.com | 1 | -3/+4 |
2012-10-23 | New Block property g_BlockIsSolid[]; Fixed ladder, torches and vines placement. (Patch contributed by funmaker) | luksor111@gmail.com | 5 | -62/+46 |
2012-10-22 | Slight formatting tuneup to the previous commit. | madmaxoft@gmail.com | 1 | -4/+7 |
2012-10-22 | Vine decay (patch contributed by funmaker) | madmaxoft@gmail.com | 1 | -7/+44 |
2012-10-21 | Added jukeboxes (patch contributed by Luksor) | madmaxoft@gmail.com | 1 | -0/+1 |
2012-10-20 | Double chests are formed correctly in all situations (meta is adjusted for the neighboring chest) | madmaxoft@gmail.com | 1 | -2/+70 |
2012-10-20 | Chest does check if it can be placed at the coords specified (the client does the check itself, too, but this may be good for scripts) | madmaxoft@gmail.com | 1 | -0/+68 |
2012-10-14 | Floody fluid simulator now dries up correctly, too. | madmaxoft@gmail.com | 3 | -1/+48 |
2012-10-13 | Preparation for multiple fluid simulators. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-10-07 | All blockticking is now done in cBlockHandlers | madmaxoft@gmail.com | 3 | -121/+185 |
2012-10-06 | Completely removed the old (buggy) redstone simulator. | madmaxoft@gmail.com | 3 | -29/+77 |
2012-10-03 | Minor style cleanup | madmaxoft@gmail.com | 1 | -1/+1 |
2012-10-03 | Moved blockticking into blockhandler classes. | madmaxoft@gmail.com | 47 | -392/+444 |
2012-10-01 | Slight refactoring of BlockHandlers - dropping unneeded virtual functions | madmaxoft@gmail.com | 38 | -490/+842 |
2012-09-30 | Added some missing block enums | faketruth | 1 | -0/+3 |
2012-09-29 | Forgot to commit BlockBed.cpp | faketruth | 1 | -0/+77 |
2012-09-29 | Beds can be slept in now (it doesn't change the time though) | faketruth | 1 | -61/+7 |
2012-09-29 | Unified folder name-casing | madmaxoft@gmail.com | 46 | -0/+2538 |