summary refs log tree commit diff
path: root/src/config.h
AgeCommit message (Collapse)Author
2021-10-31Remove pseudo motion blurNguyễn Gia Phong
2021-10-29Make cheat keys configurableNguyễn Gia Phong
2021-10-29Make the rest keys configurableNguyễn Gia Phong
2021-10-28Reorganize key mappingsNguyễn Gia Phong
2021-10-28Make some controls configurableNguyễn Gia Phong
2021-10-19Move levels to data filesNguyễn Gia Phong
2021-09-14Force menu and hardware cursorNguyễn Gia Phong
2021-09-11Refactor configuration parserNguyễn Gia Phong
* Split config file into multiple sections * Move settings.ini to config.ini * Change default resolution from 640x480 to 800x600 * Remove AZERTY support (to be replaced by custom bindings in the future)
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.