summary refs log tree commit diff
path: root/src/Util
AgeCommit message (Collapse)Author
2024-02-12Split rendering into own thread and sync through render action listsMel
2023-07-29Move chunk reification to worker threads and set stage for chunk-unbound ↵Mel
lighting
2023-07-11Add simple scrolling non-tiling 2D cloudsMel
2023-07-08Use own size typesMel
2023-07-07Fix Util::ImageViewer on aspect other than 1Mel
2023-07-07Fix minor quality issuesMel
2023-06-12Multithreaded world generation with PerlinMel
2022-10-26Fixed attribute double freeMel
2022-10-24Image viewer utilityMel