summary refs log tree commit diff
path: root/src/World/World.cpp
AgeCommit message (Collapse)Author
2023-07-07Chunk-bound tree decorationMel
2023-07-01Add chunk generation time statisticsMel
2023-06-30Avoid per-frame chunk copies and don't render block faces between chunksMel
2023-06-29Pretty terrain generationMel
2023-06-12Start generation from player positionMel
2023-06-12Multithreaded world generation with PerlinMel
2022-10-31Proto biomes and new blocksMel
2022-10-29Make visible chunks follow camera correctlyMel
2022-10-22Round view distanceMel
2022-10-22Fix chunk index hash to show infinite worldMel
2022-10-21Broken infinite worldMel