- Implemented midi device types to support system midi as well as midi synthesis.
- Implemented support for midi synthesis using Sound Fonts (sf2).
- Implemented support for midi synthesis using OPL3 emulation and the iMuse OPL driver.
- Implemented the ability to change midi devices and outputs during gameplay, the game music is restarted as needed.
- Added Roland SC-55 and AWE64 sound fonts.
- Added support for 800p in the resolution list for the Steam Deck.
- Update the Readme to reflect that external midi is no longer required on Linux.
- The midi device now defaults to OPL3.
- Reduced stack size requirements in the audio system to fix issues on Steam Deck.
- Linux/CMake: also install the Mods and SoundFonts folders.
- Linux/Paths: look for support data in the executable directory too.
- CMake: gitVersion: do nothing if Git is not available.
- Linux: name executable "theforceengine"
- Add comments categorizing keywords and noting those which are not implemented.