summary refs log tree commit diff
path: root/src/Game.h
AgeCommit message (Collapse)Author
2021-12-11Covert misc Game methods to C 2.4.6Nguyễn Gia Phong
2021-12-09Make XYZ C-compatibleNguyễn Gia Phong
2021-10-31Remove pseudo motion blurNguyễn Gia Phong
2021-10-20Move scores tracking to user dataNguyễn Gia Phong
2021-10-19Move levels to data filesNguyễn Gia Phong
2021-10-02Clean up unused functions and style 2.4.0Nguyễn Gia Phong
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-14Remove loading screen 2.2.2Nguyễn Gia Phong
The game loads almost instantaneous on modern machines anyway.
2021-09-14Simplify FPS calculationNguyễn Gia Phong
2021-09-12Make window resizable 2.2.0Nguyễ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-11Move keyboard toggles to event-basedNguyễ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-13Retire ALUTNguyễn Gia Phong
2021-08-13Extern C eventLoopNguyễn Gia Phong
2021-08-13Extern C initGameNguyễn Gia Phong
2021-08-12Extern C initGl and remove FULLSCREEN compile flagNguyễn Gia Phong
2021-08-11Switch to zig buildNguyễn Gia Phong
2021-07-25Migrate more sounds to origin listenerNguyễn Gia Phong
2021-07-25Move listener to originNguyễn Gia Phong
2021-07-25Split out mouseLookNguyễn Gia Phong
2021-07-25Split out handleTogglesNguyễn Gia Phong
2021-07-24Reindent Game.hNguyễn Gia Phong
2021-07-24Refactor menu handlingNguyễn Gia Phong
2021-06-22Require OGG and clean upNguyễn Gia Phong
2021-06-22Remove Mac OS 9 specific codeNguyễn Gia Phong
Except for MacInput, which is used for all keys unfortunately.
2021-06-21Remove trailing whitespaces and duplicated blank lines 1.2.0Nguyễn Gia Phong
2021-06-17Rename source and build directory 1.1.1Nguyễn Gia Phong