vLKp
vLKp
SDL2 is the future. It is not yet default due to the sound issue reported in #474. I have not removed SDL1.2 because I am currently the only maintainer, and...
That is not an OSX problem. That is a clang problem. Commit 4a8d7c7574ef0bcdfc5e478dd65b38a7abefcc56 introduced a global `constexpr` variable that is only used in the `!OGL` builds, but is defined in...
Support for automatically running dylibbundler was added in 14562e74b3832a90b9e60d05ae69d7b570a7eadd (May 2021) and a few subsequent commits. It was not present when raptor wrote the original instructions.
For the change to `common/arch/cocoa/tool_bundle.py`, could you explain its purpose? If `env` does not have that key, then accessing it will fail. Is `env` not an object that has the...
I see in the release notes for SConstruct 4.2.0 ( https://scons.org/scons-420-is-available.html ): ``` Internal has_key methods removed from SCons' dictionary-like objects SubstitutionEnvironment and OverrideEnvironment - in other words, an env...
The above commit should prevent this error in a way that retains the test, and is compatible with both old and new SCons.
There is a separate option for automatically naming demos, though it does not provide the specific naming scheme you requested. You can set the name to **.** to choose a...
Yes, any sequence other than a %-escape or $-escape is copied through unchanged.
I noticed it because I went through a lot of deaths very quickly while testing the secluded spawns feature. Even then, some of the deaths released debris in a way...
The game currently shows a text message `$player is the new target!` and plays a game-dependent sound. For Descent 1, it plays `SOUND_CONTROL_CENTER_WARNING_SIREN`. For Descent 2, it plays `SOUND_BUDDY_MET_GOAL`. There...