summaryrefslogtreecommitdiffstats
path: root/source/Generating/ChunkDesc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* The subgenerators use cChunkDesc instead of raw arrays. cChunkDesc is based on cBlockArea. Initial version of Lakes generator.madmaxoft@gmail.com2013-03-191-68/+25
* Fixed a copypasta error in cChunkDesc's BlockArea writermadmaxoft@gmail.com2013-03-181-2/+2
* Rewritten generators so that they use the cChunkDesc class (and thus can use cBlockArea merging)madmaxoft@gmail.com2013-03-171-0/+26
* cChunkDesc can now read and write cBlockAreas.madmaxoft@gmail.com2013-02-081-2/+196
* Prepared cChunkDesc for further API extension; used it as the sole container for generated chunk data, including entities / block entities.madmaxoft@gmail.com2013-02-081-0/+219