summary refs log tree commit diff
path: root/src/World/ChunkRegistry.hpp
AgeCommit message (Collapse)Author
2024-02-15Not every valid block position is within a chunk, `ChunkRegistry::find` ↵Mel
should reflect that
2024-02-12Rescue player from void if current chunk wasn't generated priorMel
2024-02-02Breaking blocksMel
2023-08-06Improve MC::Position and remove some redundant codeMel
2023-07-29Move chunk reification to worker threads and set stage for chunk-unbound ↵Mel
lighting
2023-07-22Propagation in lighting systemMel