Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added BiomeToString() API function. | madmaxoft | 2014-04-29 | 1 | -79/+101 |
| | |||||
* | Fixed Compile errors | Tycho | 2014-02-03 | 1 | -2/+2 |
| | | | | c++11 introduces scoped enums, so the code didn't fail in clang | ||||
* | Increased Type safety of Biomes | Tycho | 2014-02-03 | 1 | -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 include | Bill Derouin | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | Added newlines at ends of files | Bill Derouin | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | Fixed missing externals | Bill Derouin | 2014-01-10 | 1 | -1/+2 |
| | | | | Turns out you actually have to include the .cpp in the project file | ||||
* | Move biome definition to separate files | Bill Derouin | 2014-01-09 | 1 | -0/+130 |