summary refs log tree commit diff
path: root/src/Decals.cpp
AgeCommit message (Collapse)Author
2023-08-24Fix decal fading animation 2.5.1Nguyễn Gia Phong
Also fix missing decal regression. Fixes: 48417e11854f8 ("Make XYZ C-compatible")
2023-08-18Fix typo from -Wall -WerrorNguyễn Gia Phong
2023-03-26Remove a few global variablesNguyễn Gia Phong
2023-03-25Convert a few linear algebra functions to ZigNguyễn Gia Phong
2023-03-24Convert fog effect to ZigNguyễn Gia Phong
2021-12-09Make XYZ C-compatibleNguyễn Gia Phong
2021-12-02Remove unused math functionsNguyễn Gia Phong
2021-10-02Clean up unused functions and style 2.4.0Nguyễn Gia Phong
2021-09-17Convert texture loading code to ZigNguyễn Gia Phong
LodePNG replaces stb because complicated headers don't play nice with Zig. Textures are now loaded from installed path instead of CWD too.
2021-09-13Remove excess abstractions around texture loadingNguyễn Gia Phong
2021-08-13Extern C eventLoopNguyễn Gia Phong
2021-07-26Make g++ and zig c++ happyNguyễn Gia Phong
2021-06-21Remove trailing whitespaces and duplicated blank lines 1.2.0Nguyễn Gia Phong
2021-06-17Rename source and build directory 1.1.1Nguyễn Gia Phong