Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed more unessicary includes | Tycho | 2014-09-26 | 1 | -4/+4 |
| | |||||
* | Improved cBlockHandler::DropBlock | Tiger Wang | 2014-09-13 | 1 | -1/+1 |
| | |||||
* | Moved sound-configs into BlockID.h and fixed/ added loads of sounds | Masy98 | 2014-09-09 | 1 | -3/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Tiger Wang | 2014-07-24 | 1 | -4/+4 |
|\ | |||||
| * | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -4/+4 |
| | | |||||
* | | Fixed block drops | Tiger Wang | 2014-07-24 | 1 | -1/+2 |
|/ | | | | * Fixes #1242 (the issue addressed within) | ||||
* | Merge branch 'master' into saplingsandleaves | Tiger Wang | 2014-07-20 | 1 | -11/+11 |
|\ | | | | | | | | | | | Conflicts: src/Bindings/DeprecatedBindings.cpp src/Blocks/BlockSapling.h | ||||
| * | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -11/+11 |
| | | |||||
* | | Proper comment for DropBlock() | Tiger Wang | 2014-07-20 | 1 | -2/+5 |
| | | |||||
* | | Fixed issues relating to saplings and leaves | Tiger Wang | 2014-07-17 | 1 | -5/+5 |
|/ | | | | | | - Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201 | ||||
* | Rename CanChangeDirtToGrass to CanDirtGrowGrass | Howaner | 2014-05-07 | 1 | -2/+2 |
| | |||||
* | Remove old import | Howaner | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | Add CanChangeDirtToGrass function to Block Handlers. | Howaner | 2014-04-06 | 1 | -0/+3 |
| | |||||
* | Fixed issues with int vs size_t and a few other warnings | Tycho | 2014-03-08 | 1 | -0/+2 |
| | |||||
* | Add SendBlockTo to cWorldInterface | Howaner | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | Add data backsending, when the Client interacts a Block and the Interact is cancelled. | Howaner | 2014-03-05 | 1 | -1/+4 |
| | |||||
* | cBlockInfo now manages the respective cBlockHandler | andrew | 2014-03-02 | 1 | -19/+3 |
| | |||||
* | Improved Type safety of eBlockFace | Tycho | 2014-02-04 | 1 | -3/+3 |
| | | | | May Fix #640 | ||||
* | Changed Signiture of OnUpdate | Tycho | 2014-02-02 | 1 | -3/+4 |
| | |||||
* | Changed Signiture of OnDigging | Tycho | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | Changed Signiture of OnDestroyedByPlayer | Tycho | 2014-02-01 | 1 | -2/+2 |
| | |||||
* | Changed pointers to references | Tycho | 2014-02-01 | 1 | -9/+9 |
| | |||||
* | Changed signitures of Several BLockHandler Methods | Tycho | 2014-02-01 | 1 | -4/+4 |
| | | | | | | | | | | | | | 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 | -6/+6 |
| | |||||
* | First attempt at Implementing Interfaces | Tycho | 2014-01-25 | 1 | -1/+2 |
| | |||||
* | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 2013-12-22 | 1 | -1/+5 |
| | |||||
* | Piston is now warnings clean | Tycho Bickerstaff | 2013-12-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #387 from mc-server/trapdoors | Mattes D | 2013-11-30 | 1 | -10/+17 |
|\ | | | | | Trapdoors, redstone fixes, and snow | ||||
| * | Properly fixed snow height, fixes #98 and #264 | Tiger Wang | 2013-11-30 | 1 | -10/+17 |
| | | |||||
* | | Changed cBlockHandler->OnUpdate() to use cChunk directly. | madmaxoft | 2013-11-30 | 1 | -3/+4 |
|/ | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+152 |