summaryrefslogtreecommitdiffstats
path: root/src/BiomeDef.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added IsBiomeVeryCold() and IsBiomeCold() functions.Mattes D2014-10-261-0/+62
|
* Code style: Fixed braces on separate lines.madmaxoft2014-07-191-1/+2
|
* Fixed spaces before commas.madmaxoft2014-07-181-1/+1
|
* Added BiomeToString() API function.madmaxoft2014-04-291-79/+101
|
* Fixed Compile errorsTycho2014-02-031-2/+2
| | | | c++11 introduces scoped enums, so the code didn't fail in clang
* Increased Type safety of BiomesTycho2014-02-031-3/+11
| | | | | Changed a number of funcictions from using integers to store biomes to using EMCSBiome Note that switching from an int to an Enum is a non-breaking chang to the lua bindings
* Globals.h needs to be first includeBill Derouin2014-01-101-1/+1
|
* Added newlines at ends of filesBill Derouin2014-01-101-1/+1
|
* Fixed missing externalsBill Derouin2014-01-101-1/+2
| | | | Turns out you actually have to include the .cpp in the project file
* Move biome definition to separate filesBill Derouin2014-01-091-0/+130