summaryrefslogtreecommitdiffstats
path: root/src/Generating/Trees.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added comments to the GetAcaciaTreeImage functionSTRWarrior2014-10-081-0/+18
|
* Using array with possible directions.STRWarrior2014-10-081-8/+9
|
* Added AcaciaTrees for the savanna biomesSTRWarrior2014-10-081-5/+56
|
* Added proper trees and height for SwamplandM biomeSTRWarrior2014-08-021-1/+1
|
* SuggestionsSTRWarrior2014-07-301-2/+2
|
* Moved GetRoofedForestTreeImage content to GetDarkoakTreeImageSTRWarrior2014-07-301-64/+55
|
* Fixed comment at the end of a for-loopSTRWarrior2014-07-301-1/+1
|
* Fixed compiling using ClangSTRWarrior2014-07-301-4/+2
|
* Added RoofedForest trees.STRWarrior2014-07-301-2/+71
| | | | Could still be improved allot.
* Trees.cpp: removed unused "debug" fieldsarchshift2014-07-191-7/+1
|
* Fixed code style in Trees.cpp.madmaxoft2014-07-171-24/+24
| | | | The src folder now has zero BasicStyle violations.
* Basic style fixes.madmaxoft2014-07-171-4/+4
|
* Normalized comments.madmaxoft2014-07-171-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.archshift2014-05-121-7/+27
|
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-1/+1
|
* WarningsTycho2014-03-071-1/+1
|
* Add BlockNewLeaves.h and rename Darkoac to DarkoakHowaner2014-02-191-1/+1
|
* Add new Trees (without Generator)Howaner2014-02-191-0/+18
|
* Added function to create Tall Birch tree in BirchTreeForest biomesMike Hunsinger2013-12-291-3/+46
|
* Trees will generate in the new biomes.madmaxoft2013-11-281-0/+50
| | | | Only the generic trees, the special variants haven't yet been implemented.
* Moved source to srcAlexander Harkness2013-11-241-0/+684