summaryrefslogtreecommitdiffstats
path: root/src/Generating/ChunkDesc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Increased Type safety of BiomesTycho2014-02-031-1/+1
| | | | | 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 cChunkDest::UpdateHeightmap()madmaxoft2014-01-311-17/+23
| | | | This function is necessary for plugins manipulating the generated chunks, they need to update the heightmap before it is passed back to the generator.
* Moved source to srcAlexander Harkness2013-11-241-0/+217