Merge pull request #50 from perpetualKid/OAL-Re-Integration
Build: OpenAL binary re-integration with updated default settings
cbccf697
perpetualKid
2019-04-12 20:11:16
Checking and updating default max # of sound sources for OAL
Checking if number of sound sources is et at all. If not, or less than 1024, config will be updated to 1024
aac99a68
perpetualKid
2019-04-12 19:27:04
Providing and Loading OAL binaries
adding OAL binaries to source tree (version 1.16.0)
including OAL binaries in OR program output
removing OAL installation check in Launcher, checking for binaries only in OR program subfolder
51d2309a
perpetualKid
2019-04-12 18:34:28
Remove stale OpenAL source code in favor of prebuilt binaries
Removing stale sour code from openal-soft, which was used for custom build version. We will rather use prebuilt binaries from offical openal-soft source, and provide suitable config settings for same limits as were hardcoded in custom built
daab1d51
perpetualKid
2019-04-11 17:58:41
Set architecture specific dll (sub) directory
U2019.04.15-1934
perpetualKid
2019-04-15 19:34:58
Merge pull request #48 from perpetualKid/Refactoring/UserCommands
Moving UserCommands from InputSettings into Common/Input
0558906f
perpetualKid
2019-04-12 17:34:55
Remove and Sort namespace usings
Sort as per review request, using VS Remove and Sort refactoring functionality
34971139
perpetualKid
2019-04-12 06:33:14
Moving UserCommands into Common/Input
correcting enum name and move out from InputSettings to Orts.Common.Input