GarageGames / Torque3D

MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
MIT License
3.35k stars 1.2k forks source link

OpenAL efx fixes for macOS/Linux #2362

Closed rextimmy closed 5 years ago

rextimmy commented 5 years ago

Fixes for using the new efx code with macOS and Linux. This PR also changes linux to use the T3D supplied openal-soft instead of the system supplied one, also changes macOS to use the T3D openal-soft instead of the now deprecated apple opeanl version (that didn't support efx extensions anyway). All 3 platforms now use the same openal-soft build.

rextimmy commented 5 years ago

Oh yeah should give credit to @practicing01 , he created the original linux efx fix see #2353