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
Patric Stout 2864d019f0
Fix: useless warning with -snull and no BaseSounds available (#8361)
If I explicitly tell the system I do not want sound, I still get
presented a nice message I do not have any BaseSounds available
on my system, and that I should download one to enjoy sound. Well,
let me tell you, with "-snull" that is really really not going to
help. So please, be quiet, and let me enjoy the game without
"boooooo" and "DING DING DING".

Thank you.
4 years ago
..
CMakeLists.txt Codechange: Make codestyle for CMake files consistent for 'control' statements 4 years ago
allegro_s.cpp Codechange: Use std::string in the driver and blitter selection code. 4 years ago
allegro_s.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
cocoa_s.cpp Codechange: Use std::string in the driver and blitter selection code. 4 years ago
cocoa_s.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
null_s.cpp Cleanup: Removed SVN headers 5 years ago
null_s.h Fix: useless warning with -snull and no BaseSounds available (#8361) 4 years ago
sdl2_s.cpp Codechange: Use std::string in the driver and blitter selection code. 4 years ago
sdl_s.cpp Codechange: Use std::string in the driver and blitter selection code. 4 years ago
sdl_s.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
sound_driver.hpp Fix: useless warning with -snull and no BaseSounds available (#8361) 4 years ago
win32_s.cpp Codechange: Use std::string in the driver and blitter selection code. 4 years ago
win32_s.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
xaudio2_s.cpp Codechange: Suppress compiler warning about signed/unsigned printf values 4 years ago
xaudio2_s.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago