Cosima Neidahl
Cosima Neidahl
Currently there are no CMake `install` rules for the binary & assets, I think that would be a good addition. For that, some more sophisticated logic for finding the assets...
See https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html I think `$XDG_DATA_HOME` would be the correct one to use here?
**Describe the bug** When you change some graphics settings (for example, resolution), the game will do some short reloading with the new settings and show a prompt with a timeout...
Fixes `make`'s self-identification of recursive `make` calls in rules, required to fix multiprocessing (invoking `make` with e.g. `-j2`). Warning when attempting to run e.g. `make -j2` on v0.2.0 (middle of...
**Describe the bug** Failing to extract an archive's contents (maybe even if the archive is empty?) causes `std` to show an error dialogue (see screenshot), then close with return value...
**Describe the bug** 1) The build system has GNU's `g++` hardcoded in several places. That is to say, `CC` is unconditionally redefined as `g++` and some non-standardized variables like `magic_CC`,...
I've taken a look at the dependencies, and noticed some licensing worries I wanted to mention to you. Mind you though, IANAL myself. ###### wla-dx WLA-DX is afaict licensed as...
**Describe the bug** Attempting to launch `st` without ALSA's sequencer kernel module `snd_seq` loaded crashes the application in an uncaught exception, due to `/dev/snd/seq` being unavailable. **To Reproduce** 1. Launch...
NixOS has the policy of enabling as many hardening settings as possible by default. Two of these hardening settings, `format` and `fortify`, cause problems with this project. ###### `format` causes...
RtMidi offers some additional MIDI backends that could be enabled with ease in `pc/Makefile`. One is a dummy backend that serves as a fallback if no connection to any other...