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