about summary refs log tree commit diff
path: root/.gitmodules
AgeCommit message (Collapse)Author
2025-03-11Port to Zig 0.14 HEAD mainNguyễn Gia Phong
Awaiting upstream libraries to support Zig 0.14 to purge the submodules: * ini: https://github.com/ziglibs/ini/pull/14#issuecomment-2712560632 * qoi: https://github.com/ikskuh/zig-qoi/pull/14
2023-02-15Convert PNG textures to QOINguyễn Gia Phong
2021-10-29Update for gfz enumsNguyễ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-10Replace SDL by GLFWNguyễn Gia Phong
SDL 1 was deprecated. Mouse look and meta control keys are broken as of this commit.
2021-09-08Move configuration parsing to Zig 2.1.0Nguyễn Gia Phong
The config file is now read from configuration directories instead of pwd.
2021-08-15Use zeal for audio handlingNguyễn Gia Phong