summaryrefslogtreecommitdiffstats
path: root/src/Generating/ChunkDesc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ChunkDesc warns about StructureGen's deprecation.madmaxoft2014-03-011-0/+2
|
* Increased Type safety of BiomesTycho2014-02-031-2/+2
| | | | | 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-0/+25
| | | | This function is necessary for plugins manipulating the generated chunks, they need to update the heightmap before it is passed back to the generator.
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-2/+2
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-8/+8
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+605