Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed style | Tycho | 2014-09-25 | 1 | -2/+2 |
| | |||||
* | Added first test to show the object can be created | Tycho | 2014-09-17 | 1 | -3/+28 |
| | |||||
* | Moved sound-configs into BlockID.h and fixed/ added loads of sounds | Masy98 | 2014-09-09 | 1 | -0/+4 |
| | |||||
* | Added cBlockInfo::CanBeTerraformed and made finishers use it | STRWarrior | 2014-07-29 | 1 | -0/+4 |
| | | | | I might have forgotten some of them though | ||||
* | Merge branch 'master' into saplingsandleaves | Tiger Wang | 2014-07-20 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/Bindings/DeprecatedBindings.cpp src/Blocks/BlockSapling.h | ||||
| * | Fixed spaces around single-line comments. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | | | | | | | | There should be at least two spaces in front and one space after //-style comments. | ||||
* | | Fixed issues relating to saplings and leaves | Tiger Wang | 2014-07-17 | 1 | -4/+0 |
|/ | | | | | | - Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201 | ||||
* | BlockInfo is now a proper C++ singleton. | madmaxoft | 2014-06-25 | 1 | -14/+9 |
| | | | | It is properly initialized before it is ever used. | ||||
* | cBlockInfo now manages the respective cBlockHandler | andrew | 2014-03-02 | 1 | -0/+27 |
| | |||||
* | GetById => Get | andrew | 2014-03-02 | 1 | -10/+10 |
| | |||||
* | Exported cBlockInfo | andrew | 2014-03-02 | 1 | -3/+8 |
| | |||||
* | g_BlockXXX => cBlockInfo::XXX | andrew | 2014-03-01 | 1 | -5/+22 |
| | |||||
* | Refactored global block property arrays | andrew | 2014-03-01 | 1 | -0/+54 |