Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Moved sound-configs into BlockID.h and fixed/ added loads of sounds | Masy98 | 2014-09-09 | 1 | -6/+0 |
| | |||||
* | Check range of y in HasNearLog | worktycho | 2014-08-31 | 1 | -1/+1 |
| | | | Fixes #803 | ||||
* | Merge branch 'master' into Inventory2 | Howaner | 2014-07-26 | 1 | -3/+9 |
|\ | | | | | | | | | Conflicts: src/BlockInfo.cpp | ||||
| * | BlockLeaves: Fixed comment style. | madmaxoft | 2014-07-23 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into saplingsandleaves | Tiger Wang | 2014-07-20 | 1 | -6/+6 |
| |\ | | | | | | | | | | | | | | | | Conflicts: src/Bindings/DeprecatedBindings.cpp src/Blocks/BlockSapling.h | ||||
| * | | Fixed issues relating to saplings and leaves | Tiger Wang | 2014-07-17 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | - Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201 | ||||
* | | | Fix item durability. | Howaner | 2014-07-23 | 1 | -16/+0 |
| |/ |/| | | | Fixes #1181 | ||||
* | | Fixed style: spaces after commas. | madmaxoft | 2014-07-19 | 1 | -1/+1 |
| | | |||||
* | | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -4/+4 |
| | | |||||
* | | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
|/ | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-09 | 1 | -3/+3 |
| | |||||
* | The new leaves don't decay anymore. | STRWarrior | 2014-04-23 | 1 | -0/+1 |
| | | | | Fixes #792 | ||||
* | Fixed a few Clang warnings in BlockHandlers. | madmaxoft | 2014-03-30 | 1 | -9/+10 |
| | |||||
* | Wrong if in BlockLeaves | Howaner | 2014-03-16 | 1 | -1/+1 |
| | |||||
* | Add new leaves to all classes. | Howaner | 2014-03-16 | 1 | -1/+2 |
| | |||||
* | Add new Trees (without Generator) | Howaner | 2014-02-19 | 1 | -0/+2 |
| | |||||
* | Changed Signiture of OnUpdate | Tycho | 2014-02-02 | 1 | -3/+3 |
| | |||||
* | Changed pointers to references | Tycho | 2014-02-01 | 1 | -6/+6 |
| | |||||
* | Changed signitures of Several BLockHandler Methods | Tycho | 2014-02-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | ||||
* | Refactored cBlockHandler::OnUse and dependents | Tycho | 2014-01-26 | 1 | -4/+4 |
| | |||||
* | Changed cBlockHandler->OnUpdate() to use cChunk directly. | madmaxoft | 2013-11-30 | 1 | -12/+13 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+184 |