Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lighting now generally consistent with vanilla (#3988) | Alexander Harkness | 2017-09-07 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Lighting now generally consistent with vanilla Skylight is now dispersed by some blocks, instead of passing through unimpeded. Some blocks which were not marked as transparent are now marked as such. Water and other such blocks now attenuate light with the correct intensity. Generally changes were based on documentation in the Minecraft Wiki: https://minecraft.gamepedia.com/Opacity#On_block_light , however during play-testing on vanilla lava was found not to attenuate sky or block-light so the attenuation was removed. This fixes #3849 * Add API documentation for IsSkylightDispersant * Rename m_SkylightDispersant to m_IsSkylightDispersant * Update comment for m_Transparent property of Blocks | ||||
* | cBlockInfo: Deprecate place sound | peterbell10 | 2017-08-07 | 1 | -5/+0 |
| | |||||
* | cBlockInfo static initialisation (#3832) | peterbell10 | 2017-07-03 | 1 | -28/+38 |
| | |||||
* | Anticheat fastbreak (#3411) | mohe2015 | 2016-11-06 | 1 | -0/+5 |
| | | | Added block hardness checks when breaking blocks. | ||||
* | Spectators added (#2852) | bibo38 | 2016-10-12 | 1 | -0/+5 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | blockheight mechanism | Gargaj | 2015-12-13 | 1 | -0/+5 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | 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 |