summaryrefslogtreecommitdiffstats
path: root/src/World/Block.hpp
AgeCommit message (Collapse)Author
2018-07-24World: factor out Section handling to a generic interfaceMatthias Schiffer
2018-07-22World/Block: remove useless blockLight accessorMatthias Schiffer
2015-02-06Include cleanupMatthias Schiffer
Also remove all uses of unistd.h by replacing unlink with std::rename
2015-02-03Generate light layerMatthias Schiffer
2015-02-02Chunk: refactor getTopLayer()Matthias Schiffer
2015-02-01Use biome dataMatthias Schiffer
2015-02-01Add support for biome colors, fix block type indicesMatthias Schiffer
2015-02-01Handle lighting and depthMatthias Schiffer
2015-02-01Compute top non-air layerMatthias Schiffer
This doesn't yet ignore non-opaque blocks.