Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -2/+2 |
| | |||||
* | Fixed some more warnings | tycho | 2015-05-19 | 1 | -20/+20 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -2/+2 |
| | | | | Spaces around some operators are checked. | ||||
* | Added proper trees to Mesa biomes | STRWarrior | 2015-03-08 | 1 | -6/+10 |
| | | | | Mesa only has small apple trees. | ||||
* | Refactored all player block placing to go through hooks. | Mattes D | 2014-12-24 | 1 | -7/+7 |
| | | | | Fixes #1618. | ||||
* | Changed comment | STRWarrior | 2014-11-16 | 1 | -1/+1 |
| | | | | Suggestion by xoft | ||||
* | First implementation for the LargeOakTree | STRWarrior | 2014-11-13 | 1 | -2/+104 |
| | |||||
* | Added comments to the GetAcaciaTreeImage function | STRWarrior | 2014-10-08 | 1 | -0/+18 |
| | |||||
* | Using array with possible directions. | STRWarrior | 2014-10-08 | 1 | -8/+9 |
| | |||||
* | Added AcaciaTrees for the savanna biomes | STRWarrior | 2014-10-08 | 1 | -5/+56 |
| | |||||
* | Added proper trees and height for SwamplandM biome | STRWarrior | 2014-08-02 | 1 | -1/+1 |
| | |||||
* | Suggestions | STRWarrior | 2014-07-30 | 1 | -2/+2 |
| | |||||
* | Moved GetRoofedForestTreeImage content to GetDarkoakTreeImage | STRWarrior | 2014-07-30 | 1 | -64/+55 |
| | |||||
* | Fixed comment at the end of a for-loop | STRWarrior | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | Fixed compiling using Clang | STRWarrior | 2014-07-30 | 1 | -4/+2 |
| | |||||
* | Added RoofedForest trees. | STRWarrior | 2014-07-30 | 1 | -2/+71 |
| | | | | Could still be improved allot. | ||||
* | Trees.cpp: removed unused "debug" fields | archshift | 2014-07-19 | 1 | -7/+1 |
| | |||||
* | Fixed code style in Trees.cpp. | madmaxoft | 2014-07-17 | 1 | -24/+24 |
| | | | | The src folder now has zero BasicStyle violations. | ||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -4/+4 |
| | |||||
* | 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. | ||||
* | More switch warnings. | archshift | 2014-05-12 | 1 | -7/+27 |
| | |||||
* | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Warnings | Tycho | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | Add BlockNewLeaves.h and rename Darkoac to Darkoak | Howaner | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | Add new Trees (without Generator) | Howaner | 2014-02-19 | 1 | -0/+18 |
| | |||||
* | Added function to create Tall Birch tree in BirchTreeForest biomes | Mike Hunsinger | 2013-12-29 | 1 | -3/+46 |
| | |||||
* | Trees will generate in the new biomes. | madmaxoft | 2013-11-28 | 1 | -0/+50 |
| | | | | Only the generic trees, the special variants haven't yet been implemented. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+684 |