about summary refs log tree commit diff
path: root/.build.yml
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-11-19Comply with REUSE 3.0Nguyễn Gia Phong
2023-08-25Narrow visions flag to a boolNguyễn Gia Phong
2023-08-25Use detailed snowflake spriteNguyễn Gia Phong
2023-08-24Switch to Alpine edge for CINguyễn Gia Phong
Arch is taking too long to update Zig.
2021-11-29Fix the malignant problemNguyễn Gia Phong
2021-09-19Clean upNguyễ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-08-13Retire ALUTNguyễn Gia Phong
2021-08-11Switch to zig buildNguyễn Gia Phong
2021-06-22Fix possible division by zero and clean upNguyễn Gia Phong
2021-06-22Give VIP a short handNguyễn Gia Phong
Zig build's crash point is somehow here but it seems irrelevant.
2021-06-17Employ builds.sr.htNguyễn Gia Phong