about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-09-24Replace a few sound effectsNguyễn Gia Phong
2021-09-19Clean upNguyễ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-16Fix persistent zooming 2.3.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-13Remove excess abstractions around texture loadingNguyễn Gia Phong
2021-09-12Reduce number of glViewport callsNguyễn Gia Phong
2021-09-12Fix main menu resize 2.2.1Nguyễ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-15Use zeal for audio handlingNguyễn Gia Phong
2021-08-13Bump major version 2.0.0Nguyễn Gia Phong
2021-08-13Retire ALUTNguyễn Gia Phong
2021-08-13Extern C eventLoopNguyễn Gia Phong
2021-08-13Add copyright header to GameInitDispose.cppNguyễ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-08-09Disable NPC's footsteps and clean up sound loading 1.3.4Nguyễn Gia Phong
https://todo.sr.ht/~cnx/blackshades/13
2021-07-31Summarize SVN history in changelogNguyễn Gia Phong
2021-07-31Format changelog before and after SVNNguyễn Gia Phong
2021-07-26Fix untested positional sounds 1.3.3Nguyễn Gia Phong
2021-07-26Remove unused alert codeNguyễn Gia Phong
2021-07-26Deprecate TGA loaderNguyễn Gia Phong
2021-07-26Gives everyone footstep soundNguyễn Gia Phong
2021-07-26Move Highscore outNguyễn Gia Phong
2021-07-26Make g++ and zig c++ happyNguyễn Gia Phong
2021-07-26Fix positional sounds 1.3.2Nguyễ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-25Reindent GameTickNguyễn Gia Phong
2021-07-24Reindent Game.hNguyễn Gia Phong
2021-07-24Refactor menu handlingNguyễn Gia Phong
2021-07-24Refactor parts gdb points to when crashedNguyễn Gia Phong
Zig and gdb don't seem to play well with each other.
2021-07-24Flip textures that has direction 1.3.1Nguyễn Gia Phong
2021-07-02Fix black shades drawingNguyễn Gia Phong
2021-07-02Favor auto& over autoNguyễn Gia Phong