| Commit message (Expand) | Author | Age | Files | Lines |
* | Move item placement into item handlers (#5184) | Tiger Wang | 2021-05-05 | 1 | -31/+4 |
* | Do not fake a tool when converting to pickups (#5170) | Tiger Wang | 2021-03-28 | 1 | -2/+1 |
* | Adding basic Banner functionality (#4806) | 12xx12 | 2021-03-15 | 1 | -2/+3 |
* | Change Cobblestone block handler to default | Tiger Wang | 2021-03-15 | 1 | -1/+1 |
* | Remove DoesDropOnUnsuitable | Tiger Wang | 2021-03-15 | 1 | -17/+1 |
* | Add block handler for huge mushroom blocks (#5143) | Mat | 2021-03-05 | 1 | -2/+3 |
* | Mark UNREACHABLE with intrinsics | Tiger Wang | 2021-02-20 | 1 | -1/+0 |
* | cChunk: don't inherit from cChunkDef (#5106) | Tiger Wang | 2021-01-18 | 1 | -1/+1 |
* | New pull request for daylight sensor (#5066) | Aiden Neill | 2020-12-19 | 1 | -1/+2 |
* | Note Block Left Click Fix V2 (#5052) | Derek Qu | 2020-11-26 | 1 | -1/+2 |
* | Adding Silverfish Spawning Blocks (#4946) | 12xx12 | 2020-10-11 | 1 | -1/+2 |
* | Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) | peterbell10 | 2020-10-05 | 1 | -93/+89 |
* | Fortune Drops (#4932) | KingCol13 | 2020-09-28 | 1 | -0/+13 |
* | Remove unused Temporary namespace | Tiger Wang | 2020-09-25 | 1 | -701/+0 |
* | Unify block entity pickup conversion | Tiger Wang | 2020-09-25 | 1 | -10/+2 |
* | Fix ice behaviour in world (#4927) | 12xx12 | 2020-09-24 | 1 | -1/+2 |
* | Limit fortune level, style fixes | Tiger Wang | 2020-09-23 | 1 | -7/+7 |
* | Implement fortune for ores, glowstone and sea lanterns (#4897) | KingCol13 | 2020-09-20 | 1 | -0/+16 |
* | BlockHandler initialisation is a constant expression (#4891) | Tiger Wang | 2020-09-20 | 1 | -276/+269 |
* | Added end portal and enchanting table block entities | 12xx12 | 2020-09-20 | 1 | -3/+3 |
* | BlockHandler: no dynamic allocation (#4862) | Tiger Wang | 2020-09-17 | 1 | -201/+523 |
* | OnBroken/OnPlaced are for entity actions | Tiger Wang | 2020-08-04 | 1 | -44/+20 |
* | Delegate simulator wakeup to cChunk | Tiger Wang | 2020-08-02 | 1 | -12/+8 |
* | Vector3 in Handlers (#4680) | Mattes D | 2020-04-21 | 1 | -8/+9 |
* | More Vector3 in cBlockHandler (#4644) | Mattes D | 2020-04-17 | 1 | -1/+7 |
* | Implement glowing redstone ore | Peter Bell | 2020-04-17 | 1 | -187/+188 |
* | fixing rotation - rel. #4625 | GefaketHD | 2020-04-11 | 1 | -1/+1 |
* | Replace all single-digit hex constants with two-digit version | Alexander Harkness | 2020-04-10 | 1 | -1/+1 |
* | Remove silly empty cBlockGlazedTerracotta class | Alexander Harkness | 2020-04-10 | 1 | -1/+6 |
* | Add mixins for blocks that rotate based on player yaw at placement | Alexander Harkness | 2020-04-10 | 1 | -0/+2 |
* | Add Terracotta handlers | Alexander Harkness | 2020-04-10 | 1 | -0/+17 |
* | Correct Black Glazed Terracotta block handler | Alexander Harkness | 2020-04-10 | 1 | -1/+1 |
* | Updated Bookshelves drop behaviour (#4567) | Xenoxis | 2020-03-28 | 1 | -0/+2 |
* | Fix Snow Spawn on Cobblestone Slab (#4564) | Xenoxis | 2020-03-28 | 1 | -1/+1 |
* | Jukebox improvements (#4537) | Mat | 2020-03-23 | 1 | -1/+2 |
* | Silk touch pickaxe drops grass block (#4485) | Mat | 2020-03-17 | 1 | -1/+2 |
* | Moved growing from cWorld / cChunk to cBlockHandler descendants. | Mattes D | 2019-10-28 | 1 | -20/+20 |
* | Refactored block-to-pickup conversion. (#4417) | Mattes D | 2019-10-16 | 1 | -156/+56 |
* | Register vanilla blocks in BlockTypeRegistry. | Mattes D | 2019-08-05 | 1 | -1/+711 |
* | * Sponge: Add water absorbtion (#4333) | Zach DeCook | 2019-06-11 | 1 | -0/+2 |
* | Create Ender Portal with Eyes of Ender (#4126) | Zach DeCook | 2019-05-11 | 1 | -0/+2 |
* | Fixes bed item 26 and 355 being spawned, only 355 spawns now (#4290) | Rick van Schijndel | 2018-08-23 | 1 | -0/+1 |
* | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 2018-07-26 | 1 | -1/+1 |
* | Concrete mixing (#4096) | Zach DeCook | 2018-01-03 | 1 | -0/+2 |
* | cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050) | Bond-009 | 2017-11-20 | 1 | -3/+3 |
* | Leaves now drop with the correct meta when broken by a pickaxe with silk touch (#4034) | Bond-009 | 2017-09-19 | 1 | -0/+6 |
* | Drop enderchest when broken by a silk touck pick (#3986) | Bond-009 | 2017-08-31 | 1 | -0/+6 |
* | Bed piston fix (#3956) | Lane Kolbly | 2017-08-25 | 1 | -2/+2 |
* | Changed int parameters to vector parameters in cCuboid and simulators (#3874) | Lane Kolbly | 2017-08-17 | 1 | -1/+1 |
* | cBlockHandler: take player by ref | peterbell10 | 2017-08-01 | 1 | -4/+4 |
* | Check for intersection between placed blocks and entities. (#3850) | Lane Kolbly | 2017-07-28 | 1 | -1/+22 |
* | Made cBlockHandler OnPlacedByPlayer call OnPlaced, made BlockRailHandler use NeighborChanged instead of OnNeighborChanged. | Lane Kolbly | 2017-07-18 | 1 | -0/+1 |
* | BigFlower fixes (#3826) | peterbell10 | 2017-07-07 | 1 | -1/+1 |
* | Added bed entity (#3823) | Lukas Pioch | 2017-07-07 | 1 | -1/+10 |
* | FastRandom rewrite (#3754) | peterbell10 | 2017-06-13 | 1 | -3/+3 |
* | BlockHandlers: vertical alignment. | Mattes D | 2017-05-09 | 1 | -159/+159 |
* | BlockCrops: Fixed RipeMeta off-by-one error properly. | Mattes D | 2017-05-09 | 1 | -4/+4 |
* | Deadbushes drop sticks | Bond-009 | 2017-03-19 | 1 | -0/+1 |
* | Added some blocks and items (#3503) | mathiascode | 2017-02-14 | 1 | -4/+14 |
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -5/+5 |
* | More blocks that can't be mined with silktouch | Mathias | 2016-01-03 | 1 | -1/+28 |
* | blockheight mechanism | Gargaj | 2015-12-13 | 1 | -0/+10 |
* | Implemented the slime block dropping behaviour. | bibo38 | 2015-11-07 | 1 | -0/+2 |
* | * Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it. | Samuel Barney | 2015-08-19 | 1 | -0/+2 |
* | Improved maps | Tiger Wang | 2015-07-14 | 1 | -5/+15 |
* | Added neighbor specification in the OnNeighborChanged() block callback. | Mattes D | 2015-07-01 | 1 | -15/+15 |
* | Rebased version of Code | Samuel Barney | 2015-06-22 | 1 | -9/+0 |
* | Externalized cPrefabPiecePool self-test. | Mattes D | 2015-06-19 | 1 | -0/+1 |
* | Clay blocks are handled with the OreHandler | jammet | 2015-04-29 | 1 | -0/+1 |
* | Fixed PolishedGranite et al crafting recipes. | Mattes D | 2015-04-16 | 1 | -1/+1 |
* | Refactored all player block placing to go through hooks. | Mattes D | 2014-12-24 | 1 | -1/+1 |
* | Added cocoa pod. | Howaner | 2014-12-01 | 1 | -0/+2 |
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -4/+4 |
* | Functions in cPluginManager get references instead of pointers. | Mattes D | 2014-10-15 | 1 | -1/+1 |
* | Removed unused cBlockHayBaleHandler. | Howaner | 2014-10-07 | 1 | -2/+1 |
* | Added default value to switch and spruce gate to fence gate handler | Masy98 | 2014-09-27 | 1 | -0/+1 |
* | Merge pull request #1415 from Masy98/blocks | Mattes D | 2014-09-26 | 1 | -0/+15 |
|\ |
|
| * | Merge branch 'master' into blocks | Masy98 | 2014-09-26 | 1 | -39/+29 |
| |\ |
|
| * | | Added Sea Lantern drops | Masy98 | 2014-09-12 | 1 | -0/+2 |
| * | | Fixed incorrect handlers | Masy98 | 2014-09-11 | 1 | -3/+3 |
| * | | Added new blocks to the BlockInfo | Masy98 | 2014-09-10 | 1 | -0/+1 |
| * | | Added new blocks to the BlockHandler | Masy98 | 2014-09-10 | 1 | -0/+12 |
* | | | Removed more unessicary includes | Tycho | 2014-09-26 | 1 | -2/+2 |
| |/
|/| |
|
* | | Fixed minor style issues. | madmaxoft | 2014-09-17 | 1 | -1/+1 |
* | | Improved cBlockHandler::DropBlock | Tiger Wang | 2014-09-13 | 1 | -40/+28 |
* | | Spawn exp if you break a mob spawner. | Howaner | 2014-09-12 | 1 | -0/+2 |
|/ |
|
* | Moved sound-configs into BlockID.h and fixed/ added loads of sounds | Masy98 | 2014-09-09 | 1 | -9/+0 |
* | Merge remote-tracking branch 'Hircine/Enchantments' | madmaxoft | 2014-09-01 | 1 | -2/+37 |
|\ |
|
| * | Added a_Digger check | Jaume Aloy | 2014-08-30 | 1 | -28/+31 |
| * | More Enchantments | Jaume Aloy | 2014-08-22 | 1 | -1/+0 |
| * | Protection Enchantments, some fixes | Jaume Aloy | 2014-08-21 | 1 | -7/+8 |
| * | Changed if in BlockHandler | Jaume Aloy | 2014-08-19 | 1 | -5/+2 |
| * | Fixes | Jaume Aloy | 2014-08-19 | 1 | -35/+35 |
| * | Changed if for switch | Jaume Aloy | 2014-08-19 | 1 | -11/+22 |
| * | Added more enchantments and some fixes | Jaume Aloy | 2014-08-19 | 1 | -4/+28 |
* | | Code formatting fixes. | Howaner | 2014-08-19 | 1 | -4/+2 |
|/ |
|
* | Added beacon. | Howaner | 2014-07-30 | 1 | -0/+1 |
* | Fixed block drops | Tiger Wang | 2014-07-24 | 1 | -8/+11 |
* | Merge remote-tracking branch 'origin/master' into saplingsandleaves | Tiger Wang | 2014-07-22 | 1 | -2/+2 |
|\ |
|
| * | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -2/+2 |
* | | Merge branch 'master' into saplingsandleaves | Tiger Wang | 2014-07-20 | 1 | -5/+6 |
|\| |
|
| * | Added a extra wall sign handler. | Howaner | 2014-07-18 | 1 | -3/+4 |
| * | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
* | | Fixed issues relating to saplings and leaves | Tiger Wang | 2014-07-17 | 1 | -35/+11 |
|/ |
|
* | Fixed some meta resetting bugs | Tiger Wang | 2014-07-14 | 1 | -1/+1 |
* | Suggestions and bug fix | Tiger Wang | 2014-07-12 | 1 | -7/+5 |
* | Suggestions | Tiger Wang | 2014-07-11 | 1 | -1/+2 |
* | Suggestions | Tiger Wang | 2014-07-11 | 1 | -5/+6 |
* | Implemented trapped chests & others | Tiger Wang | 2014-07-07 | 1 | -0/+1 |
* | Implemented tripwire(s) (hooks) | Tiger Wang | 2014-06-28 | 1 | -0/+4 |
* | Added a (disabled) block meta mirror / rotate test code. | madmaxoft | 2014-06-23 | 1 | -2/+87 |
* | Merge branch 'master' into GlobalFixes | Howaner | 2014-06-17 | 1 | -0/+8 |
|\ |
|
| * | Merge pull request #1099 from Howaner/Blocks | Mattes D | 2014-06-17 | 1 | -0/+3 |
| |\ |
|
| | * | Glass shouldn't drop. | Howaner | 2014-06-16 | 1 | -0/+3 |
| * | | Add pressure plate handler | Howaner | 2014-06-17 | 1 | -0/+5 |
| |/ |
|
* / | Fix hay place sound. | Howaner | 2014-05-28 | 1 | -1/+2 |
|/ |
|
* | Rename CanChangeDirtToGrass to CanDirtGrowGrass | Howaner | 2014-05-07 | 1 | -2/+2 |
* | Merge branch 'master' into Slabs | Howaner | 2014-05-07 | 1 | -0/+2 |
|\ |
|
| * | Merge remote-tracking branch 'upstream/master' into Enchanting | daniel0916 | 2014-04-07 | 1 | -76/+65 |
| |\ |
|
| * | | first changes for enchanting (not finished) | daniel0916 | 2014-01-20 | 1 | -0/+2 |
* | | | Merge branch 'master' into Slabs | Howaner | 2014-04-06 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge pull request #840 from Howaner/NewBlocks | Mattes D | 2014-04-04 | 1 | -0/+2 |
| |\ \ |
|
| | * | | Add tall flower handler. | Howaner | 2014-03-28 | 1 | -0/+2 |
* | | | | Add CanChangeDirtToGrass function to Block Handlers. | Howaner | 2014-04-06 | 1 | -0/+9 |
|/ / / |
|
* / / | Implemented lilypad placement | Tiger Wang | 2014-03-23 | 1 | -0/+2 |
|/ / |
|
* | | Merge pull request #809 from Howaner/BlockEntitys | Mattes D | 2014-03-16 | 1 | -0/+2 |
|\ \ |
|
| * | | Add anvil direction. | Howaner | 2014-03-16 | 1 | -0/+2 |
* | | | Add cake | Howaner | 2014-03-16 | 1 | -0/+2 |
|/ / |
|
* | | cBlockInfo-related changes from #723 | andrew | 2014-03-08 | 1 | -0/+1 |
* | | Add data backsending, when the Client interacts a Block and the Interact is cancelled. | Howaner | 2014-03-05 | 1 | -0/+10 |
* | | cBlockInfo now manages the respective cBlockHandler | andrew | 2014-03-02 | 1 | -43/+2 |
* | | Merge pull request #700 from Howaner/GlobalFixes | Mattes D | 2014-02-20 | 1 | -0/+4 |
|\ \ |
|
| * | | Add new Trees (without Generator) | Howaner | 2014-02-19 | 1 | -0/+4 |
* | | | Rename SkullEntity to MobHeadEntity | Howaner | 2014-02-19 | 1 | -2/+2 |
* | | | Add Heads completely | Howaner | 2014-02-18 | 1 | -0/+2 |
|/ / |
|
* | | Improved Type safety of eBlockFace | Tycho | 2014-02-04 | 1 | -3/+3 |
* | | Renamed cBlockQuartsHandler to cBlockQuartzHandler. Fixed not being able to place normal quartz blocks. | STRWarrior | 2014-02-03 | 1 | -1/+1 |
* | | This renames the cBlockWoodHandler to cBlockSidewaysHandler, and implements a new cBlockQuartzHandler to handle the quartz pillars. | STRWarrior | 2014-02-03 | 1 | -3/+6 |
* | | Fixed dark oak and acacia placement. | madmaxoft | 2014-02-02 | 1 | -0/+1 |
* | | Changed Signiture of OnUpdate | Tycho | 2014-02-02 | 1 | -7/+7 |
* | | Changed Signiture of OnDigging | Tycho | 2014-02-01 | 1 | -1/+1 |
* | | Changed Signiture of OnDestroyedByPlayer | Tycho | 2014-02-01 | 1 | -1/+2 |
* | | Changed pointers to references | Tycho | 2014-02-01 | 1 | -10/+10 |
* | | Changed signitures of Several BLockHandler Methods | Tycho | 2014-02-01 | 1 | -5/+5 |
* | | Refactored GetPlacementBlockTypeMeta | Tycho | 2014-01-26 | 1 | -1/+1 |
* | | Refactored cBlockHandler::OnUse and dependents | Tycho | 2014-01-26 | 1 | -18/+18 |
* | | First attempt at Implementing Interfaces | Tycho | 2014-01-25 | 1 | -1/+1 |
|/ |
|
* | Improved command blocks | Tiger Wang | 2014-01-19 | 1 | -0/+2 |
* | Implented Nether Wart. | STRWarrior | 2013-12-18 | 1 | -0/+2 |
* | Provides a possible fix for repeater timings | Tiger Wang | 2013-12-10 | 1 | -1/+1 |
* | Improved pickups spawning speed again | Tiger Wang | 2013-12-10 | 1 | -3/+2 |
* | Readded redstone lamp handler | Tiger Wang | 2013-12-08 | 1 | -0/+2 |
* | Moved bindings-related to a Bindings subfolder. | madmaxoft | 2013-12-08 | 1 | -1/+1 |
* | Fixed stationary water starting fires and flowing lava not. | madmaxoft | 2013-12-08 | 1 | -2/+2 |
* | Lava can spawn fire. | madmaxoft | 2013-12-04 | 1 | -6/+6 |
* | Merge pull request #387 from mc-server/trapdoors | Mattes D | 2013-11-30 | 1 | -0/+2 |
|\ |
|
| * | Implemented trapdoors, fixes #43 and #105 | Tiger Wang | 2013-11-29 | 1 | -0/+2 |
* | | Changed cBlockHandler->OnUpdate() to use cChunk directly. | madmaxoft | 2013-11-30 | 1 | -1/+1 |
|/ |
|
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+465 |