Taylor Richards

Results 79 comments of Taylor Richards

An AppImage source has to be a specific directory structure with specific file requirements. I'm not really familiar with how FSO does AppImage stuff, but as far as I can...

The appimage needs the install step. So you compile like you're doing, then you install to a location, then use appimagetool on that location to create the appimage file itself....

Yes it's planned, but due to how things are set up with the CI there are a lot of steps involved to make it happen, which means a lot of...

This worked for me in a limited test but please give it a try @EatThePath and confirm it's catching all that it should.

All existing features should be in working order now, though only limited testing was done to confirm that. Additional tweaks are likely. The main exception is setting of gamma, which...

Regarding audio changes, the SDL3 audio system will be used everywhere. OpenAL is still used for sound effects, but only for mixing, with the result being fed to SDL3 for...

The commit got squashed down at some point, but this does partially address #4748. Specifically, it only enables textinput when a retail ui inputbox has focus, and disables textinput when...

> Setting aside the all-time-stats fix for the moment, the game _does_ need to check some information from the campaign file, including the currently allowed ships/weapons/intel entries and the player's...

> Just to check though, there are indeed fields that are duplicated in the campaign CSG and the player JSON, though? Yes, since those preferences can vary between campaigns, particularly...

I know it's a complicated setup but a lot of it is intentional. Definitely not preferred obviously, just how it needed to be to work. There were just so many...