Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-17 | Make laser always and only availble in 3rd person | Nguyễn Gia Phong | |
This breaks configuration backward compatibility. | |||
2021-10-31 | Remove pseudo motion blur | Nguyễn Gia Phong | |
2021-10-29 | Make cheat keys configurable | Nguyễn Gia Phong | |
2021-10-29 | Make the rest keys configurable | Nguyễn Gia Phong | |
2021-10-28 | Reorganize key mappings | Nguyễn Gia Phong | |
2021-10-28 | Make some controls configurable | Nguyễn Gia Phong | |
2021-10-19 | Move levels to data files | Nguyễn Gia Phong | |
2021-09-14 | Force menu and hardware cursor | Nguyễn Gia Phong | |
2021-09-11 | Refactor configuration parser | Nguyễ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-10 | Replace SDL by GLFW | Nguyễn Gia Phong | |
SDL 1 was deprecated. Mouse look and meta control keys are broken as of this commit. | |||
2021-09-08 | Move configuration parsing to Zig 2.1.0 | Nguyễn Gia Phong | |
The config file is now read from configuration directories instead of pwd. |