| Commit message (Expand) | Author | Files | Lines |
2013-08-20 | Activator rail now uses rail handler | Tiger Wang | 1 | -0/+1 |
2013-08-12 | Added quartz stairs. | STRWarrior | 1 | -0/+1 |
2013-08-10 | Piston head, when removed, removes the associated piston body, too. | madmaxoft | 1 | -0/+1 |
2013-08-09 | Piston head, when removed, removes the associated piston body, too. | madmaxoft | 1 | -0/+1 |
2013-08-05 | Added the Carpet block. | madmaxoft | 1 | -44/+45 |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -453/+453 |
2013-06-18 | TNT fixes. | madmaxoft@gmail.com | 1 | -2/+0 |
2013-06-12 | Implemented the Hopper block handler | madmaxoft@gmail.com | 1 | -2/+4 |
2013-06-09 | Fixed 2 more tabs... | faketruth | 1 | -1/+1 |
2013-06-09 | Added dead bush block handler so a dead bush pickup is dropped when the sand underneath it is removed. | faketruth | 1 | -0/+2 |
2013-05-26 | Implemented droppers | madmaxoft@gmail.com | 1 | -2/+3 |
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 | 1 | -0/+2 |
2013-04-06 | Cobwebs are now washed away by water and can be broken by swords and shears, giving string. | madmaxoft@gmail.com | 1 | -0/+2 |
2013-04-05 | Added carrots and potatoes handling, bonemealing and proper lighting. | madmaxoft@gmail.com | 1 | -0/+2 |
2013-03-15 | Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. | madmaxoft@gmail.com | 1 | -15/+10 |
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 | 1 | -1/+1 |
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 | 1 | -2/+8 |
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -15/+22 |
2012-12-29 | Cauldrons and Brewing Stands are now placeable | luksor111@gmail.com | 1 | -0/+4 |
2012-12-27 | Added flower pots | luksor111@gmail.com | 1 | -0/+2 |
2012-12-19 | Implemented double doors | luksor111@gmail.com | 1 | -0/+2 |
2012-12-16 | Levers (patch contributed by Keyboard) | madmaxoft@gmail.com | 1 | -0/+2 |
2012-11-27 | Added initial adventure mode support | luksor111@gmail.com | 1 | -0/+2 |
2012-11-26 | Fixed certain blocks crashing clients when mined | luksor111@gmail.com | 1 | -0/+2 |
2012-11-25 | Implemented rail placement mechanics. | luksor111@gmail.com | 1 | -0/+4 |
2012-11-24 | Fixed drops for: Stone, Mycelium, Redstone Torch. | luksor111@gmail.com | 1 | -0/+3 |
2012-10-21 | Added jukeboxes (patch contributed by Luksor) | madmaxoft@gmail.com | 1 | -0/+1 |
2012-10-14 | Floody fluid simulator now dries up correctly, too. | madmaxoft@gmail.com | 1 | -0/+22 |
2012-10-07 | All blockticking is now done in cBlockHandlers | madmaxoft@gmail.com | 1 | -120/+85 |
2012-10-03 | Moved blockticking into blockhandler classes. | madmaxoft@gmail.com | 1 | -81/+81 |
2012-10-01 | Slight refactoring of BlockHandlers - dropping unneeded virtual functions | madmaxoft@gmail.com | 1 | -43/+16 |
2012-09-30 | Added some missing block enums | faketruth | 1 | -0/+3 |
2012-09-29 | Unified folder name-casing | madmaxoft@gmail.com | 1 | -0/+0 |
2012-09-29 | Made beds placeable | faketruth | 1 | -1/+4 |
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -3/+3 |
2012-09-11 | Merged in a patch for sounds by l0udPL | madmaxoft@gmail.com | 1 | -0/+14 |
2012-09-04 | Fixed FS #243, server crash after restart. The blockhandler table and the itemhandler table weren't properly re-initialized. | madmaxoft@gmail.com | 1 | -112/+228 |
2012-08-28 | Fixed a few warnings | madmaxoft@gmail.com | 1 | -3/+3 |
2012-08-26 | Added basic noteblocks, finished sign storage in Anvil (patch contributed by l0udPL) | madmaxoft@gmail.com | 1 | -0/+3 |
2012-08-22 | Added a documentation for block and item handlers | lapayo94@gmail.com | 1 | -6/+0 |
2012-08-19 | Fixed Bug #236 | lapayo94@gmail.com | 1 | -1/+6 |
2012-08-06 | BLOCKTYPE signedness change - fixed more details | madmaxoft@gmail.com | 1 | -1/+1 |
2012-07-28 | Fixed a few gcc warnings | madmaxoft@gmail.com | 1 | -1/+1 |
2012-07-16 | Some code improvements | lapayo94@gmail.com | 1 | -4/+4 |
2012-07-16 | Fixed some small bugs :) | lapayo94@gmail.com | 1 | -2/+13 |
2012-07-15 | A new Block handling system :o | lapayo94@gmail.com | 1 | -0/+302 |