summary refs log tree commit diff
path: root/src/main.zig
AgeCommit message (Collapse)Author
2021-10-29Sort imports and clean up 2.4.3Nguyễn Gia Phong
2021-10-29Update for gfz enumsNguyễn Gia Phong
2021-10-28Make some controls configurableNguyễn Gia Phong
2021-10-20Move scores tracking to user dataNguyễn Gia Phong
2021-10-20Use higher level callback for glfwNguyễn Gia Phong
2021-10-19Move levels to data filesNguyễn Gia Phong
2021-10-17Move config.ini out of srcNguyễn Gia Phong
2021-09-29Convert skeletal data to TSV and embed in srcNguyễn Gia Phong
2021-09-24Replace a few sound effectsNguyễn Gia Phong
2021-09-18Use zeal for sound loadingNguyễn Gia Phong
Effectively vorbisfile is replaced by libsndfile, which can support formats other than Ogg Vorbis.
2021-09-18Reorganize texturesNguyễ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-16Tweak control system to mirror OvergrowthNguyễn Gia Phong
2021-09-15Move mouse look to callbackNguyễn Gia Phong
2021-09-14Force menu and hardware cursorNguyễn Gia Phong
2021-09-14Simplify FPS calculationNguyễn Gia Phong
2021-09-12Make window resizable 2.2.0Nguyễn Gia Phong
2021-09-11Handle key callbackNguyễn Gia Phong
2021-09-10Fix camera lookNguyễn Gia Phong
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