Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |