Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-24 | Replace a few sound effects | Nguyễn Gia Phong | |
2021-09-19 | Clean up | 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-18 | Reorganize textures | Nguyễn Gia Phong | |
2021-09-17 | Convert texture loading code to Zig | Nguyễ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-16 | Fix persistent zooming 2.3.0 | Nguyễn Gia Phong | |
2021-09-16 | Tweak control system to mirror Overgrowth | Nguyễn Gia Phong | |
2021-09-15 | Move mouse look to callback | Nguyễn Gia Phong | |
2021-09-14 | Force menu and hardware cursor | Nguyễn Gia Phong | |
2021-09-14 | Remove loading screen 2.2.2 | Nguyễn Gia Phong | |
The game loads almost instantaneous on modern machines anyway. | |||
2021-09-14 | Simplify FPS calculation | Nguyễn Gia Phong | |
2021-09-13 | Remove excess abstractions around texture loading | Nguyễn Gia Phong | |
2021-09-12 | Reduce number of glViewport calls | Nguyễn Gia Phong | |
2021-09-12 | Fix main menu resize 2.2.1 | Nguyễn Gia Phong | |
2021-09-12 | Make window resizable 2.2.0 | 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-11 | Move keyboard toggles to event-based | Nguyễn Gia Phong | |
2021-09-11 | Handle key callback | Nguyễn Gia Phong | |
2021-09-10 | Fix camera look | 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-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. | |||
2021-08-15 | Use zeal for audio handling | Nguyễn Gia Phong | |
2021-08-13 | Bump major version 2.0.0 | Nguyễn Gia Phong | |
2021-08-13 | Retire ALUT | Nguyễn Gia Phong | |
2021-08-13 | Extern C eventLoop | Nguyễn Gia Phong | |
2021-08-13 | Add copyright header to GameInitDispose.cpp | Nguyễn Gia Phong | |
2021-08-13 | Extern C initGame | Nguyễn Gia Phong | |
2021-08-12 | Extern C initGl and remove FULLSCREEN compile flag | Nguyễn Gia Phong | |
2021-08-11 | Switch to zig build | Nguyễn Gia Phong | |
2021-08-09 | Disable NPC's footsteps and clean up sound loading 1.3.4 | Nguyễn Gia Phong | |
https://todo.sr.ht/~cnx/blackshades/13 | |||
2021-07-31 | Summarize SVN history in changelog | Nguyễn Gia Phong | |
2021-07-31 | Format changelog before and after SVN | Nguyễn Gia Phong | |
2021-07-26 | Fix untested positional sounds 1.3.3 | Nguyễn Gia Phong | |
2021-07-26 | Remove unused alert code | Nguyễn Gia Phong | |
2021-07-26 | Deprecate TGA loader | Nguyễn Gia Phong | |
2021-07-26 | Gives everyone footstep sound | Nguyễn Gia Phong | |
2021-07-26 | Move Highscore out | Nguyễn Gia Phong | |
2021-07-26 | Make g++ and zig c++ happy | Nguyễn Gia Phong | |
2021-07-26 | Fix positional sounds 1.3.2 | Nguyễn Gia Phong | |
2021-07-25 | Migrate more sounds to origin listener | Nguyễn Gia Phong | |
2021-07-25 | Move listener to origin | Nguyễn Gia Phong | |
2021-07-25 | Split out mouseLook | Nguyễn Gia Phong | |
2021-07-25 | Split out handleToggles | Nguyễn Gia Phong | |
2021-07-25 | Reindent GameTick | Nguyễn Gia Phong | |
2021-07-24 | Reindent Game.h | Nguyễn Gia Phong | |
2021-07-24 | Refactor menu handling | Nguyễn Gia Phong | |
2021-07-24 | Refactor parts gdb points to when crashed | Nguyễn Gia Phong | |
Zig and gdb don't seem to play well with each other. | |||
2021-07-24 | Flip textures that has direction 1.3.1 | Nguyễn Gia Phong | |
2021-07-02 | Fix black shades drawing | Nguyễn Gia Phong | |
2021-07-02 | Favor auto& over auto | Nguyễn Gia Phong | |