| Commit message (Expand) | Author | Age | Files | Lines |
* | Activator rail now uses rail handler | Tiger Wang | 2013-08-20 | 1 | -0/+1 |
* | Added quartz stairs. | STRWarrior | 2013-08-12 | 1 | -0/+1 |
* | Piston head, when removed, removes the associated piston body, too. | madmaxoft | 2013-08-10 | 1 | -0/+1 |
* | Added the Carpet block. | madmaxoft | 2013-08-05 | 1 | -44/+45 |
* | Changed everyting to Unix line endings. | Alexander Harkness | 2013-07-29 | 1 | -453/+453 |
* | TNT fixes. | madmaxoft@gmail.com | 2013-06-18 | 1 | -2/+0 |
* | Implemented the Hopper block handler | madmaxoft@gmail.com | 2013-06-12 | 1 | -2/+4 |
* | Fixed 2 more tabs... | faketruth | 2013-06-09 | 1 | -1/+1 |
* | Added dead bush block handler so a dead bush pickup is dropped when the sand underneath it is removed. | faketruth | 2013-06-09 | 1 | -0/+2 |
* | Implemented droppers | madmaxoft@gmail.com | 2013-05-26 | 1 | -2/+3 |
* | Fixed a few possible crashes with out-of-bounds Y coords | madmaxoft@gmail.com | 2013-04-27 | 1 | -1/+4 |
* | Initial implementation of explosions and TNT block | keyboard.osh@gmail.com | 2013-04-18 | 1 | -0/+2 |
* | Cobwebs are now washed away by water and can be broken by swords and shears, giving string. | madmaxoft@gmail.com | 2013-04-06 | 1 | -0/+2 |
* | Added carrots and potatoes handling, bonemealing and proper lighting. | madmaxoft@gmail.com | 2013-04-05 | 1 | -0/+2 |
* | Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. | madmaxoft@gmail.com | 2013-03-15 | 1 | -15/+10 |
* | Simulators now have direct access to the cChunk object in the WakeUp() call | madmaxoft@gmail.com | 2013-02-28 | 1 | -2/+2 |
* | Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols. | madmaxoft@gmail.com | 2013-02-16 | 1 | -1/+1 |
* | Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups. | madmaxoft@gmail.com | 2013-01-27 | 1 | -2/+8 |
* | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 2013-01-12 | 1 | -15/+22 |
* | Cauldrons and Brewing Stands are now placeable | luksor111@gmail.com | 2012-12-29 | 1 | -0/+4 |
* | Added flower pots | luksor111@gmail.com | 2012-12-27 | 1 | -0/+2 |
* | Implemented double doors | luksor111@gmail.com | 2012-12-19 | 1 | -0/+2 |
* | Levers (patch contributed by Keyboard) | madmaxoft@gmail.com | 2012-12-16 | 1 | -0/+2 |
* | Added initial adventure mode support | luksor111@gmail.com | 2012-11-27 | 1 | -0/+2 |
* | Fixed certain blocks crashing clients when mined | luksor111@gmail.com | 2012-11-26 | 1 | -0/+2 |
* | Implemented rail placement mechanics. | luksor111@gmail.com | 2012-11-25 | 1 | -0/+4 |
* | Fixed drops for: Stone, Mycelium, Redstone Torch. | luksor111@gmail.com | 2012-11-24 | 1 | -0/+3 |
* | Added jukeboxes (patch contributed by Luksor) | madmaxoft@gmail.com | 2012-10-21 | 1 | -0/+1 |
* | Floody fluid simulator now dries up correctly, too. | madmaxoft@gmail.com | 2012-10-14 | 1 | -0/+22 |
* | All blockticking is now done in cBlockHandlers | madmaxoft@gmail.com | 2012-10-07 | 1 | -120/+85 |
* | Moved blockticking into blockhandler classes. | madmaxoft@gmail.com | 2012-10-03 | 1 | -81/+81 |
* | Slight refactoring of BlockHandlers - dropping unneeded virtual functions | madmaxoft@gmail.com | 2012-10-01 | 1 | -43/+16 |
* | Added some missing block enums | faketruth | 2012-09-30 | 1 | -0/+3 |
* | Unified folder name-casing | madmaxoft@gmail.com | 2012-09-29 | 1 | -0/+448 |