summary refs log tree commit diff
path: root/src/GFX
AgeCommit message (Collapse)Author
2024-04-14Fix SIOF [1] in asset system and rework for better flexibilityMel
[1]: https://en.cppreference.com/w/cpp/language/siof
2024-02-15Proper input systemMel
2024-02-15Give all threads specific thread roles and assert thread safetyMel
2024-02-12Split rendering into own thread and sync through render action listsMel
2024-02-06Render outlines on currently targeted blocksMel
2024-02-05Custom debuggable ASSERT macroMel
2024-01-30More necessary headers for Linux buildMel
2023-08-06Create separate Player entity and add bad collision systemMel
2023-07-29Move chunk reification to worker threads and set stage for chunk-unbound ↵Mel
lighting
2023-07-123D CloudsMel
2023-07-11Add simple scrolling non-tiling 2D cloudsMel
2023-07-11Create MeshBuilder utility for comfy mesh buildingMel
2023-07-10Add necessary Linux headersMel
2023-07-10Separate transparent water mesh (not sorted, bad)Mel
2023-07-09Ambient occlusion (without corners)Mel
2023-07-08Use own size typesMel
2023-07-08Add crude texture transparencyMel
2023-07-07Fix minor quality issuesMel
2023-06-30Avoid per-frame chunk copies and don't render block faces between chunksMel
2023-06-12Multithreaded world generation with PerlinMel
2022-10-26Turn off viewer and mipmapsMel
2022-10-26Fixed attribute double freeMel
2022-10-24Image viewer utilityMel
2022-10-23Modular mesh vertex attributesMel
2022-10-23Sun lightingMel
2022-10-21Broken infinite worldMel
2022-10-21Namespace and Folder refactorMel