openclonk/src/platform
Lukas Werling c9ee2c3eab Fix "no matching sound" error spam
Previously, the error message was only silenced for openclonk-server,
but appeared for openclonk if compiled without sounds.

Possible side effect: no local sounds will play if the global Sound.ocg
cannot be loaded. I don't think this is something we should support.
2019-02-20 09:36:35 +01:00
..
C4App.cpp Editor: Fix scheduler timer so it doesn't busy wait (#1834) 2016-10-28 21:31:14 +02:00
C4App.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4AppDelegate+MainMenuActions.h Darwin: What the hell does "#import" do anyway? 2016-04-04 23:27:50 +02:00
C4AppDelegate+MainMenuActions.mm Darwin: What the hell does "#import" do anyway? 2016-04-04 23:27:50 +02:00
C4AppDelegate.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4AppDelegate.mm Darwin: What the hell does "#import" do anyway? 2016-04-04 23:27:50 +02:00
C4AppMac.mm Revisit #includes 2017-05-15 13:24:59 +02:00
C4AppSDL.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4AppT.cpp Disable broken console input on Windows 2018-03-07 15:27:51 +01:00
C4AppWin32Impl.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4CrashHandlerWin32.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4FileMonitor.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4FileMonitor.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4FileMonitorMac.mm Revisit #includes 2017-05-15 13:24:59 +02:00
C4GamePadCon.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4GamePadCon.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4MusicFile.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4MusicFile.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4MusicSystem.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4MusicSystem.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4SoundIncludes.h Change alut includes to <AL/alut.h> 2017-05-10 23:23:09 +02:00
C4SoundInstance.cpp Fix iLevel parameter of SoundAt (#1681) 2017-12-05 16:57:14 +01:00
C4SoundInstance.h Add missing include guards 2018-10-14 23:15:01 +02:00
C4SoundLoaders.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4SoundLoaders.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4SoundModifiers.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4SoundModifiers.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4SoundSystem.cpp Fix "no matching sound" error spam 2019-02-20 09:36:35 +01:00
C4SoundSystem.h Fix "no matching sound" error spam 2019-02-20 09:36:35 +01:00
C4StdInProc.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4StdInProc.h Poll for stdin close in C4StdInProc 2017-12-05 04:13:28 +01:00
C4TimeMilliseconds.cpp C4TimeMilliseconds: fixed comparison & stopped reloading shaders every frame 2017-08-15 10:04:54 +02:00
C4TimeMilliseconds.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Window.h Fix mac build likely broken in 13f082e8c8. (Attempt 1) 2018-02-12 11:28:14 +01:00
C4WindowController.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4WindowController.mm C4WindowController.mm: Only implement some viewport methods if not defined by qt editor implementation somewhere 2016-07-23 18:16:28 +02:00
C4WindowMac.mm Fix mac build likely broken in 13f082e8c8. (Attempt 1) 2018-02-12 11:28:14 +01:00
C4WindowSDL.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4WindowWin32.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4windowswrapper.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
CocoaKeycodeMap.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
ObjectiveCAssociated.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
PlatformAbstraction.cpp Write text files with unix file endings 2019-02-19 15:28:12 +01:00
PlatformAbstraction.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
StdFile.cpp Add basic character classes to WildcardMatch() 2019-02-03 19:14:53 +01:00
StdFile.h Move GetRelativePath to C4Language 2017-03-11 13:47:18 +01:00
StdRegistry.cpp Addedum to the control fixes in b11564168 (#1693, #1982): 2018-01-19 11:23:51 +01:00
StdRegistry.h Addedum to the control fixes in b11564168 (#1693, #1982): 2018-01-19 11:23:51 +01:00
StdScheduler.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
StdScheduler.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
StdSchedulerMac.mm Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
StdSchedulerPoll.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
StdSchedulerWin32.cpp Fix crash on network join in Win32 scheduler 2017-03-27 19:55:56 -04:00
StdSync.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00