summaryrefslogtreecommitdiffstats
path: root/src/BiomeDef.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol132020-09-251-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed BiomeDef.h * Removed ChunkDef.h from Globals.h * Added to CONTRIBUTORS. * Re-added empty last line to Globals.h * Included stddef and StringUtils in BiomeDef.h * Fixed build tools compiling. It compiles, but at what cost? * Added include to src/Generating/Trees.h * Include added in ChunkGeneratorThread.h * Moved rearranged includes in LineBlockTracer.cpp * Re-arrange headers in ChunkInterface.cpp * Included ChunkDef.h in Path.h * Included ChunkDef.h in NBTChunkSerializer.h * Rearranged included and added required includes to headers. * Removed unnecessary included in StringUtils.h.
* Add enhanced Gold generation in Mesa-Type Biomes (#4821)12xx122020-08-121-0/+3
| | | | | | | | | * added enhanced gold generation in mesa-type-biomes * fixed typo in comment * added enhanced gold generation in mesa biomes - fixed small checkstyle errors Co-authored-by: 12xx12 <12xx12100@gmail.com>
* small issues addressed in #4817 fixed because was merged to fast12xx122020-08-101-1/+1
|
* Adding Emeralds to generation (#4817)12xx122020-08-091-0/+3
| | | | | | | | | | | | | * Adding Emeralds to generation * fixed crash * fixed documentation and changed function name to match others * forgot to change the name in the doc * removed debug output - sorry build servers Co-authored-by: 12xx12 <12xx12100@gmail.com>
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+1
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-4/+4
|
* Namechange to CuberiteMattes D2015-09-251-1/+1
|
* Unified the doxy-comment format.Mattes D2015-07-311-1/+1
|
* Added basic support for loading village prefabs from files.Mattes D2015-06-201-0/+22
|
* GetSnowStartHeight returns an intSTRWarrior2015-02-281-1/+1
|
* changed int to unsignedSTRWarrior2015-02-261-1/+1
| | | | And return 0 instead of -1
* Added GetSnowStartHeightSTRWarrior2015-02-251-0/+3
| | | | returns the height of a biome where it starts snowing
* Added new biomegen: GrownMattes D2014-10-261-0/+6
|
* Added IsBiomeVeryCold() and IsBiomeCold() functions.Mattes D2014-10-261-0/+9
|
* cCHunkBuffer that compiles with TestGlobals.hTycho2014-05-031-1/+1
|
* Added BiomeToString() API function.madmaxoft2014-04-291-2/+5
|
* Fixed Compile errorsTycho2014-02-031-3/+3
| | | | c++11 introduces scoped enums, so the code didn't fail in clang
* Increased Type safety of BiomesTycho2014-02-031-1/+8
| | | | | 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
* Added newlines at ends of filesBill Derouin2014-01-101-1/+1
|
* Move biome definition to separate filesBill Derouin2014-01-091-0/+107