| Commit message (Expand) | Author | Files | Lines |
2017-08-01 | cBlockHandler: take player by ref | peterbell10 | 1 | -4/+4 |
2017-07-28 | Check for intersection between placed blocks and entities. (#3850) | Lane Kolbly | 1 | -1/+22 |
2017-07-18 | Made cBlockHandler OnPlacedByPlayer call OnPlaced, made BlockRailHandler use NeighborChanged instead of OnNeighborChanged. | Lane Kolbly | 1 | -0/+1 |
2017-07-07 | BigFlower fixes (#3826) | peterbell10 | 1 | -1/+1 |
2017-07-07 | Added bed entity (#3823) | Lukas Pioch | 1 | -1/+10 |
2017-06-13 | FastRandom rewrite (#3754) | peterbell10 | 1 | -3/+3 |
2017-05-09 | BlockHandlers: vertical alignment. | Mattes D | 1 | -159/+159 |
2017-05-09 | BlockCrops: Fixed RipeMeta off-by-one error properly. | Mattes D | 1 | -4/+4 |
2017-03-19 | Deadbushes drop sticks | Bond-009 | 1 | -0/+1 |
2017-02-14 | Added some blocks and items (#3503) | mathiascode | 1 | -4/+14 |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -5/+5 |
2016-01-03 | More blocks that can't be mined with silktouch | Mathias | 1 | -1/+28 |
2015-12-13 | blockheight mechanism | Gargaj | 1 | -0/+10 |
2015-11-07 | Implemented the slime block dropping behaviour. | bibo38 | 1 | -0/+2 |
2015-08-19 | * Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it. | Samuel Barney | 1 | -0/+2 |
2015-07-14 | Improved maps | Tiger Wang | 1 | -5/+15 |
2015-07-01 | Added neighbor specification in the OnNeighborChanged() block callback. | Mattes D | 1 | -15/+15 |
2015-06-22 | Rebased version of Code | Samuel Barney | 1 | -9/+0 |
2015-06-19 | Externalized cPrefabPiecePool self-test. | Mattes D | 1 | -0/+1 |
2015-04-29 | Clay blocks are handled with the OreHandler | jammet | 1 | -0/+1 |
2015-04-16 | Fixed PolishedGranite et al crafting recipes. | Mattes D | 1 | -1/+1 |
2014-12-24 | Refactored all player block placing to go through hooks. | Mattes D | 1 | -1/+1 |
2014-12-01 | Added cocoa pod. | Howaner | 1 | -0/+2 |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -4/+4 |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -4/+4 |
2014-10-15 | Functions in cPluginManager get references instead of pointers. | Mattes D | 1 | -1/+1 |
2014-10-07 | Removed unused cBlockHayBaleHandler. | Howaner | 1 | -2/+1 |
2014-09-27 | Added default value to switch and spruce gate to fence gate handler | Masy98 | 1 | -0/+1 |
2014-09-26 | Removed more unessicary includes | Tycho | 1 | -2/+2 |
2014-09-17 | Fixed minor style issues. | madmaxoft | 1 | -1/+1 |
2014-09-13 | Improved cBlockHandler::DropBlock | Tiger Wang | 1 | -40/+28 |
2014-09-12 | Added Sea Lantern drops | Masy98 | 1 | -0/+2 |
2014-09-12 | Spawn exp if you break a mob spawner. | Howaner | 1 | -0/+2 |
2014-09-11 | Fixed incorrect handlers | Masy98 | 1 | -3/+3 |
2014-09-10 | Added new blocks to the BlockInfo | Masy98 | 1 | -0/+1 |
2014-09-10 | Added new blocks to the BlockHandler | Masy98 | 1 | -0/+12 |
2014-09-09 | Moved sound-configs into BlockID.h and fixed/ added loads of sounds | Masy98 | 1 | -9/+0 |
2014-08-30 | Added a_Digger check | Jaume Aloy | 1 | -28/+31 |
2014-08-22 | More Enchantments | Jaume Aloy | 1 | -1/+0 |
2014-08-21 | Protection Enchantments, some fixes | Jaume Aloy | 1 | -7/+8 |
2014-08-19 | Code formatting fixes. | Howaner | 1 | -4/+2 |
2014-08-19 | Changed if in BlockHandler | Jaume Aloy | 1 | -5/+2 |
2014-08-19 | Fixes | Jaume Aloy | 1 | -35/+35 |
2014-08-19 | Changed if for switch | Jaume Aloy | 1 | -11/+22 |
2014-08-19 | Added more enchantments and some fixes | Jaume Aloy | 1 | -4/+28 |
2014-07-30 | Added beacon. | Howaner | 1 | -0/+1 |
2014-07-24 | Fixed block drops | Tiger Wang | 1 | -8/+11 |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -2/+2 |
2014-07-18 | Added a extra wall sign handler. | Howaner | 1 | -3/+4 |
2014-07-17 | Fixed issues relating to saplings and leaves | Tiger Wang | 1 | -35/+11 |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -2/+2 |
2014-07-14 | Fixed some meta resetting bugs | Tiger Wang | 1 | -1/+1 |
2014-07-12 | Suggestions and bug fix | Tiger Wang | 1 | -7/+5 |
2014-07-11 | Suggestions | Tiger Wang | 1 | -1/+2 |
2014-07-11 | Suggestions | Tiger Wang | 1 | -5/+6 |
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 1 | -0/+1 |
2014-06-28 | Implemented tripwire(s) (hooks) | Tiger Wang | 1 | -0/+4 |
2014-06-23 | Added a (disabled) block meta mirror / rotate test code. | madmaxoft | 1 | -2/+87 |
2014-06-17 | Add pressure plate handler | Howaner | 1 | -0/+5 |
2014-06-16 | Glass shouldn't drop. | Howaner | 1 | -0/+3 |
2014-05-28 | Fix hay place sound. | Howaner | 1 | -1/+2 |
2014-05-07 | Rename CanChangeDirtToGrass to CanDirtGrowGrass | Howaner | 1 | -2/+2 |
2014-04-06 | Add CanChangeDirtToGrass function to Block Handlers. | Howaner | 1 | -0/+9 |
2014-03-28 | Add tall flower handler. | Howaner | 1 | -0/+2 |
2014-03-23 | Implemented lilypad placement | Tiger Wang | 1 | -0/+2 |
2014-03-16 | Add cake | Howaner | 1 | -0/+2 |
2014-03-16 | Add anvil direction. | Howaner | 1 | -0/+2 |
2014-03-08 | cBlockInfo-related changes from #723 | andrew | 1 | -0/+1 |
2014-03-05 | Add data backsending, when the Client interacts a Block and the Interact is cancelled. | Howaner | 1 | -0/+10 |
2014-03-02 | cBlockInfo now manages the respective cBlockHandler | andrew | 1 | -43/+2 |
2014-02-23 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -2/+2 |
2014-02-23 | Add Heads completely | Howaner | 1 | -0/+2 |
2014-02-19 | Add new Trees (without Generator) | Howaner | 1 | -0/+4 |
2014-02-19 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -2/+2 |
2014-02-18 | Add Heads completely | Howaner | 1 | -0/+2 |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 1 | -3/+3 |
2014-02-03 | Renamed cBlockQuartsHandler to cBlockQuartzHandler. Fixed not being able to place normal quartz blocks. | STRWarrior | 1 | -1/+1 |
2014-02-03 | This renames the cBlockWoodHandler to cBlockSidewaysHandler, and implements a new cBlockQuartzHandler to handle the quartz pillars. | STRWarrior | 1 | -3/+6 |
2014-02-02 | Fixed dark oak and acacia placement. | madmaxoft | 1 | -0/+1 |
2014-02-02 | Changed Signiture of OnUpdate | Tycho | 1 | -7/+7 |
2014-02-01 | Changed Signiture of OnDigging | Tycho | 1 | -1/+1 |
2014-02-01 | Changed Signiture of OnDestroyedByPlayer | Tycho | 1 | -1/+2 |
2014-02-01 | Changed pointers to references | Tycho | 1 | -10/+10 |
2014-02-01 | Changed signitures of Several BLockHandler Methods | Tycho | 1 | -5/+5 |
2014-01-26 | Refactored GetPlacementBlockTypeMeta | Tycho | 1 | -1/+1 |
2014-01-26 | Refactored cBlockHandler::OnUse and dependents | Tycho | 1 | -18/+18 |
2014-01-25 | First attempt at Implementing Interfaces | Tycho | 1 | -1/+1 |
2014-01-20 | first changes for enchanting (not finished) | daniel0916 | 1 | -0/+2 |
2014-01-19 | Improved command blocks | Tiger Wang | 1 | -0/+2 |
2013-12-18 | Implented Nether Wart. | STRWarrior | 1 | -0/+2 |
2013-12-10 | Provides a possible fix for repeater timings | Tiger Wang | 1 | -1/+1 |
2013-12-10 | Improved pickups spawning speed again | Tiger Wang | 1 | -3/+2 |
2013-12-08 | Readded redstone lamp handler | Tiger Wang | 1 | -0/+2 |
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -1/+1 |
2013-12-08 | Fixed stationary water starting fires and flowing lava not. | madmaxoft | 1 | -2/+2 |
2013-12-07 | Fixed water starting fires | Tiger Wang | 1 | -1/+0 |
2013-12-07 | Fixed some new 1.7 client crash bugs | Tiger Wang | 1 | -0/+2 |
2013-12-04 | Lava can spawn fire. | madmaxoft | 1 | -6/+6 |
2013-11-30 | Changed cBlockHandler->OnUpdate() to use cChunk directly. | madmaxoft | 1 | -1/+1 |
2013-11-29 | Implemented trapdoors, fixes #43 and #105 | Tiger Wang | 1 | -0/+2 |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 |
2013-11-02 | Readded BlockPortal.h (portals) | Tiger Wang | 1 | -0/+2 |
2013-09-22 | Added button placement handler | Tiger Wang | 1 | -0/+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 | 1 | -2/+5 |
2013-09-18 | Multiple fixes [SEE DESC] | Tiger Wang | 1 | -1/+2 |
2013-09-15 | Torches work properly | Tiger Wang | 1 | -1/+1 |
2013-09-15 | Removed leftover CanBePlacedOnSide | Tiger Wang | 1 | -9/+0 |
2013-09-15 | Removed leftover DoesAllowBlockOnTop | Tiger Wang | 1 | -9/+0 |
2013-09-10 | Pumpkin and JackOLantern support | Tiger Wang | 1 | -0/+3 |
2013-09-09 | Added a few changes [SEE DESC] | Tiger Wang | 1 | -0/+8 |
2013-08-23 | Double slabs work *choke choke* | Tiger Wang | 1 | -2/+3 |
2013-08-20 | Fixed broken carpet handler [SEE DESC] | Tiger Wang | 1 | -0/+1 |
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 |