Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-28 | Enable 3rd-person view in outside debug mode | Nguyễn Gia Phong | |
2023-11-26 | Localize and remove ununsed variables | Nguyễn Gia Phong | |
2023-11-19 | Replace music with HQ tracks | Nguyễn Gia Phong | |
2023-11-19 | Fix off-by-one music selection | Nguyễn Gia Phong | |
Fixes: https://todo.sr.ht/~cnx/blackshades/25 | |||
2023-08-25 | Narrow visions flag to a bool | Nguyễn Gia Phong | |
2023-03-26 | Remove a few global variables | Nguyễn Gia Phong | |
2023-03-26 | Convert a few linear algebra functions to Zig | Nguyễn Gia Phong | |
2023-03-25 | Convert square of norm calculation to Zig | Nguyễn Gia Phong | |
2023-03-25 | Convert a few linear algebra functions to Zig | Nguyễn Gia Phong | |
2022-02-17 | Make laser always and only availble in 3rd person | Nguyễn Gia Phong | |
This breaks configuration backward compatibility. | |||
2021-12-09 | Make XYZ C-compatible | Nguyễn Gia Phong | |
2021-12-02 | Remove unused math functions | Nguyễn Gia Phong | |
2021-11-29 | Use more efficient PRNG | 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-20 | Move scores tracking to user data | Nguyễn Gia Phong | |
2021-10-02 | Clean up unused functions and style 2.4.0 | Nguyễn Gia Phong | |
2021-09-24 | Replace a few sound effects | Nguyễn Gia Phong | |
2021-09-18 | Use zeal for sound loading | Nguyễn Gia Phong | |
Effectively vorbisfile is replaced by libsndfile, which can support formats other than Ogg Vorbis. | |||
2021-09-16 | Tweak control system to mirror Overgrowth | Nguyễn Gia Phong | |
2021-09-14 | Force menu and hardware cursor | Nguyễn Gia Phong | |
2021-09-14 | Simplify FPS calculation | Nguyễn Gia Phong | |
2021-09-12 | Make window resizable 2.2.0 | Nguyễn Gia Phong | |
2021-09-11 | Move keyboard toggles to event-based | Nguyễn Gia Phong | |
2021-09-11 | Handle key callback | Nguyễn Gia Phong | |
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-08-13 | Extern C eventLoop | Nguyễn Gia Phong | |
2021-07-26 | Move Highscore out | Nguyễn Gia Phong | |
2021-07-01 | Reformat GameLoop.cpp | Nguyễn Gia Phong | |
2021-06-22 | Fix possible division by zero and clean up | Nguyễn Gia Phong | |
2021-06-22 | Remove Mac OS 9 specific code | Nguyễn Gia Phong | |
Except for MacInput, which is used for all keys unfortunately. | |||
2021-06-21 | Remove trailing whitespaces and duplicated blank lines 1.2.0 | Nguyễn Gia Phong | |
2021-06-17 | Rename source and build directory 1.1.1 | Nguyễn Gia Phong | |