Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved maps | Tiger Wang | 2015-07-14 | 1 | -2/+6 |
| | |||||
* | Fixed warnings in MSVC. | Mattes D | 2015-06-02 | 1 | -0/+5 |
| | | | | It complained about undefined return values or using uninitialized variables. | ||||
* | Fixed compile and a few more warnings | tycho | 2015-05-19 | 1 | -1/+1 |
| | |||||
* | Code formatting fixes. | Howaner | 2014-08-19 | 1 | -0/+1 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -5/+5 |
| | | | | | 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. | ||||
* | Improved Type safety of eBlockFace | Tycho | 2014-02-04 | 1 | -3/+3 |
| | | | | May Fix #640 | ||||
* | Named the different quartz block. | STRWarrior | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Fixed some issues. | STRWarrior | 2014-02-03 | 1 | -1/+2 |
| | | | | | Meta wasn't set if the block wasn't a pillar. Fixed typo. | ||||
* | Renamed cBlockQuartsHandler to cBlockQuartzHandler. Fixed not being able to place normal quartz blocks. | STRWarrior | 2014-02-03 | 1 | -3/+3 |
| | |||||
* | This renames the cBlockWoodHandler to cBlockSidewaysHandler, and implements a new cBlockQuartzHandler to handle the quartz pillars. | STRWarrior | 2014-02-03 | 1 | -0/+66 |