summary refs log tree commit diff
path: root/build.zig
AgeCommit message (Collapse)Author
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
2021-08-13Retire ALUTNguyễn Gia Phong
2021-08-11Switch to zig buildNguyễn Gia Phong
2021-07-26Deprecate TGA loaderNguyễn Gia Phong
2021-06-22Replace SDL_image with stb for texture loadingNguyễn Gia Phong
This fixes the legal issues with the non-free Textures source files and allow Zig to compile the game. However, the texts are now loaded incorrectly.
2021-06-21Draft Zig build fileNguyễn Gia Phong