Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added beacon. | Howaner | 2014-07-30 | 1 | -0/+1 |
| | |||||
* | Fixed block drops | Tiger Wang | 2014-07-24 | 1 | -8/+11 |
| | | | | * Fixes #1242 (the issue addressed within) | ||||
* | Merge remote-tracking branch 'origin/master' into saplingsandleaves | Tiger Wang | 2014-07-22 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: src/Defines.h | ||||
| * | 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 |
|\| | | | | | | | | | | | Conflicts: src/Bindings/DeprecatedBindings.cpp src/Blocks/BlockSapling.h | ||||
| * | Added a extra wall sign handler. | Howaner | 2014-07-18 | 1 | -3/+4 |
| | | | | | | Fixes #1119 | ||||
| * | 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 |
|/ | | | | | | - Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201 | ||||
* | Fixed some meta resetting bugs | Tiger Wang | 2014-07-14 | 1 | -1/+1 |
| | | | | | * Fixes #1174 * Fixes #1171 | ||||
* | Suggestions and bug fix | Tiger Wang | 2014-07-12 | 1 | -7/+5 |
| | | | | | | * Fixed hoppers pushing/pulling to/from (trapped)chests that do not form a double-chest with the chest type directly connected to said hopper; thank you, @madmaxoft | ||||
* | 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 |
| | | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes | ||||
* | Implemented tripwire(s) (hooks) | Tiger Wang | 2014-06-28 | 1 | -0/+4 |
| | | | | * Fixes #944 | ||||
* | Added a (disabled) block meta mirror / rotate test code. | madmaxoft | 2014-06-23 | 1 | -2/+87 |
| | | | | This will perform basic sanity checks on block metadata mirroring and rotating. cMetaRotator must disable its asserts in order for this to work. | ||||
* | 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-made blocks don't drop pickups. | ||||
| | * | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | - added enchanting table block handler and added it to the blockhandler - added enchanting window - drop item in the slot 0 when the player close the window - added enchanting packet (1.7 only) - some more... | ||||
* | | | 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. | ||||
| | * | | 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 |
|\ \ | | | | | | | More entity saving. | ||||
| * | | 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) | ||||
| * | | 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 |
| | | | | | | | | May Fix #640 | ||||
* | | 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 |
| | | | | | | | | Fixes #621. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | ||||
* | | 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 |
| | | | | | | | * Their command and previous output are displayed on the client * They have a BlockHandler implementation, so you can't place blocks on them anymore + As a side effect, implemented UpdateBlockEntity | ||||
* | 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 |
| | | | | Not completely reliable, but at least some types of clock work. | ||||
* | 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 |
| | | | | Ref.: #407 | ||||
* | 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 |
| | | | | Settable in world.ini, lava can spawn fire to fuel blocks near it. Fix #65. | ||||
* | Merge pull request #387 from mc-server/trapdoors | Mattes D | 2013-11-30 | 1 | -0/+2 |
|\ | | | | | Trapdoors, redstone fixes, and snow | ||||
| * | Implemented trapdoors, fixes #43 and #105 | Tiger Wang | 2013-11-29 | 1 | -0/+2 |
| | | | | | | | | Also updated redstone simulator to support it | ||||
* | | 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 |