dhewm3/neo
Daniel Gibson e6f3713169 OpenAL: Try to reset disconnected devices, fixes #209
OpenAL devices can disconnect, and with some luck they're back after
a few seconds. This especially seems to happen with Intels Windows GPU
driver and display-audio when switching the resolution or enabling
fullscreen, see #209
Now a disconnect is detected and we try to reset the device for 20
seconds, hoping it comes back. This needs at least openal-soft 1.17.0
to build and 1.20.0 or newer to actually work.

Also added missing stub functions in openal_stub.cpp (used by dedicated
server so it doesn't have to link libopenal)
2020-06-01 22:13:41 +02:00
..
cm Disable Assertions in Release builds 2018-11-11 23:21:23 +01:00
d3xp Use g_hitEffect CVar variable directly instead of getting it by name 2020-05-30 05:41:22 +02:00
framework OpenAL: Try to reset disconnected devices, fixes #209 2020-06-01 22:13:41 +02:00
game Use g_hitEffect CVar variable directly instead of getting it by name 2020-05-30 05:41:22 +02:00
idlib ID_MAYBE_INLINE for not-forced inlining 2020-01-11 16:15:34 +01:00
MayaImport s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
renderer Assertions in _alloca() and _alloca16() for too big stack allocations 2020-01-11 16:14:43 +01:00
sound OpenAL: Try to reset disconnected devices, fixes #209 2020-06-01 22:13:41 +02:00
sys OpenAL: Try to reset disconnected devices, fixes #209 2020-06-01 22:13:41 +02:00
tools Fix ParticleEditor's Materialpicker screwing up ViewPort 2019-03-10 05:23:06 +01:00
TypeInfo Get rid of Sys_FPU_StackIsEmpty() 2012-07-06 01:06:53 +02:00
ui Fixed SIGSEGV caused to references to already deleted data values in idWindow ops and updateVars 2020-05-30 05:28:40 +02:00
CMakeLists.txt Fix build with CMake < 3.8 by replacing source_group() with stub 2019-04-08 00:59:31 +02:00
config.h.in Introduce CMAKE_INSTALL_PREFIX relative paths 2012-07-04 02:18:42 +02:00
mmakefile.src # move the AROS specific folder icon and default.cfg mmakefile.src under neo/sys/aros/setup 2017-04-22 16:21:14 +02:00