Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2013-03-31 | Added cCuboid:Assign() and cChunkDesc:FloorRelCuboid() | madmaxoft@gmail.com | 1 | -0/+39 |
2013-03-30 | ChunkDesc: Extended the interface, RelCuboid functions now take either a cCuboid or a set of 6 coords. | madmaxoft@gmail.com | 1 | -14/+25 |
2013-03-29 | ChunkDesc: Cuboid-based manipulation | madmaxoft@gmail.com | 1 | -0/+57 |
2013-03-19 | The subgenerators use cChunkDesc instead of raw arrays. cChunkDesc is based on cBlockArea. Initial version of Lakes generator. | madmaxoft@gmail.com | 1 | -68/+25 |
2013-03-18 | Fixed a copypasta error in cChunkDesc's BlockArea writer | madmaxoft@gmail.com | 1 | -2/+2 |
2013-03-17 | Rewritten generators so that they use the cChunkDesc class (and thus can use cBlockArea merging) | madmaxoft@gmail.com | 1 | -0/+26 |
2013-02-08 | cChunkDesc can now read and write cBlockAreas. | madmaxoft@gmail.com | 1 | -2/+196 |
2013-02-08 | Prepared cChunkDesc for further API extension; used it as the sole container for generated chunk data, including entities / block entities. | madmaxoft@gmail.com | 1 | -0/+219 |