Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-12 | Add enhanced Gold generation in Mesa-Type Biomes (#4821) | 12xx12 | 1 | -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> | |||||
2020-08-10 | small issues addressed in #4817 fixed because was merged to fast | 12xx12 | 1 | -1/+1 | |
2020-08-09 | Adding Emeralds to generation (#4817) | 12xx12 | 1 | -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> | |||||
2017-08-03 | Remove double includes part 2 (#3890) | peterbell10 | 1 | -1/+1 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -4/+4 | |
2015-09-25 | Compile.sh namechange to cuberite | Safwat Halaby | 1 | -1/+1 | |
2015-09-25 | Namechange to Cuberite | Mattes D | 1 | -1/+1 | |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 1 | -1/+1 | |
2015-06-20 | Added basic support for loading village prefabs from files. | Mattes D | 1 | -0/+22 | |
2015-02-28 | GetSnowStartHeight returns an int | STRWarrior | 1 | -1/+1 | |
2015-02-26 | changed int to unsigned | STRWarrior | 1 | -1/+1 | |
And return 0 instead of -1 | |||||
2015-02-25 | Added GetSnowStartHeight | STRWarrior | 1 | -0/+3 | |
returns the height of a biome where it starts snowing | |||||
2014-10-26 | Added new biomegen: Grown | Mattes D | 1 | -0/+6 | |
2014-10-26 | Added IsBiomeVeryCold() and IsBiomeCold() functions. | Mattes D | 1 | -0/+9 | |
2014-05-03 | cCHunkBuffer that compiles with TestGlobals.h | Tycho | 1 | -1/+1 | |
2014-04-29 | Added BiomeToString() API function. | madmaxoft | 1 | -2/+5 | |
2014-04-29 | Added BiomeToString() API function. | madmaxoft | 1 | -2/+5 | |
2014-02-03 | Fixed Compile errors | Tycho | 1 | -3/+3 | |
c++11 introduces scoped enums, so the code didn't fail in clang | |||||
2014-02-03 | Increased Type safety of Biomes | Tycho | 1 | -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 | |||||
2014-01-10 | Added newlines at ends of files | Bill Derouin | 1 | -1/+1 | |
2014-01-09 | Move biome definition to separate files | Bill Derouin | 1 | -0/+107 | |