Goober5000
Goober5000
Direct link to the stream at that timestamp: https://www.youtube.com/watch?v=F97bbFkbqd4&t=3h28m35s
I looked into this briefly, and it would probably be quite a bit of work to implement a preloader. To the extent that audio files are loaded ahead of time,...
The XSTR warning did fire, but only in a debug build. But both @jlberman and I think there's a case to be made for displaying this warning in release, so...
Hmm, looking at my comments in that function, I see exactly what's happening. That function specifically *only* sets the heads for *wingman* personas. This is because, in my experience, many...
This is not really practical. Generally speaking, sexps do not have "memory" like this. It would be necessary to essentially duplicate a sexp in code form, adding extra infrastructure for...
I neglected to update this ticket back in November, but this request has been implemented as a scripted SEXP: [facing-sct.tbm.txt](https://github.com/scp-fs2open/fs2open.github.com/files/14227542/facing-sct.tbm.txt) [facing-sexp.tbm.txt](https://github.com/scp-fs2open/fs2open.github.com/files/14227541/facing-sexp.tbm.txt) This pattern can be applied to other similar use...
A eureka moment made this request a whole lot more tractable, not just for `is-facing` but for any boolean operator or SEXP tree. And the infrastructure needed was minimal and...
It's best if each GitHub issue only covers a single item.
I took a brief look at the code and there is *no* view angle at all, only a check to see whether the asteroid would be on-screen or not. After...
To make sure I understand the request, you want the ability to change the wings displayed on the squadron gauge on-the-fly, right? Basically to change the "Squadron wing names" in...