You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/sound
Michael Lutz 05bc2ed7cb Codechange: Replace custom thread code with C++11 thread objects.
We assume a conforming C++11 compiler environment that has a valid <thread>-header.
Failure to run a real thread is handled gracefully.
5 years ago
..
allegro_s.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
allegro_s.h Codechange: Use override specifer for overriding member declarations 5 years ago
cocoa_s.cpp Codechange: [OSX] Use 10.6+ APIs to initialise audio when available. 6 years ago
cocoa_s.h Codechange: Use override specifer for overriding member declarations 5 years ago
null_s.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
null_s.h Codechange: Use override specifer for overriding member declarations 5 years ago
sdl_s.cpp Codechange: Remove ability for SDL to be dynamically loaded on Windows 5 years ago
sdl_s.h Codechange: Use override specifer for overriding member declarations 5 years ago
sound_driver.hpp (svn r26538) -Codechange: remove double accounting of the drivers 10 years ago
win32_s.cpp Codechange: Replace custom thread code with C++11 thread objects. 5 years ago
win32_s.h Codechange: Use override specifer for overriding member declarations 5 years ago
xaudio2_s.cpp Feature: Add XAudio2 driver 6 years ago
xaudio2_s.h Codechange: Use override specifer for overriding member declarations 5 years ago