openclonk/src/platform
Nicolas Hake 642ce2eb9c Merge all of the audio provider switches into one
There's no point in splitting the audio library selection into multiple
CPP macros, since there can always only be one anyway. Merge all of them
into a single macro AUDIO_TK (for "toolkit") and have CMake select one
for the user, instead of making him choose (and potentially failing).
2014-08-01 23:37:42 +02:00
..
C4App.cpp StdScheduler: Make DoScheduleProcs virtual, override it in C4AbstractApp and set isInManualLoop flag around the DoScheduleProcs call so the FlushMessages() of C4AbstractApp will happen when isInManualLoop is true 2014-02-16 14:54:32 +01:00
C4App.h StdScheduler: Make DoScheduleProcs virtual, override it in C4AbstractApp and set isInManualLoop flag around the DoScheduleProcs call so the FlushMessages() of C4AbstractApp will happen when isInManualLoop is true 2014-02-16 14:54:32 +01:00
C4AppDelegate+MainMenuActions.h mac: Make Screenshot (of whole map) in main menu 2013-09-02 23:09:48 +02:00
C4AppDelegate+MainMenuActions.mm StdScheduler: Split into StdSchedulerWin32/StdSchedulerPoll/StdSchedulerMac 2014-01-23 17:53:40 +01:00
C4AppDelegate.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4AppDelegate.mm StdScheduler::Added is not necessarily called from the thread the 2014-02-16 10:18:38 +01:00
C4AppGTK.cpp Improve the messages for path problems 2014-06-09 04:17:17 +02:00
C4AppGTKImpl.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4AppMac.mm StdSchedulerMac: Only add NSRunLoop additions for main thread 2014-01-27 14:22:22 +01:00
C4AppSDL.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4AppT.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4AppWin32Impl.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4CrashHandlerWin32.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4FileMonitor.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4FileMonitor.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4FileMonitorMac.mm mac: Fix C4FileMonitor implementation by reporting files modified since last 3 seconds 2012-09-02 14:59:30 +02:00
C4GamePadCon.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4GamePadCon.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4MusicFile.cpp Merge all of the audio provider switches into one 2014-08-01 23:37:42 +02:00
C4MusicFile.h Merge all of the audio provider switches into one 2014-08-01 23:37:42 +02:00
C4MusicSystem.cpp Merge all of the audio provider switches into one 2014-08-01 23:37:42 +02:00
C4MusicSystem.h Merge all of the audio provider switches into one 2014-08-01 23:37:42 +02:00
C4SoundLoaders.cpp Merge all of the audio provider switches into one 2014-08-01 23:37:42 +02:00
C4SoundLoaders.h Merge all of the audio provider switches into one 2014-08-01 23:37:42 +02:00
C4SoundSystem.cpp Merge all of the audio provider switches into one 2014-08-01 23:37:42 +02:00
C4SoundSystem.h Merge all of the audio provider switches into one 2014-08-01 23:37:42 +02:00
C4StdInProc.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4StdInProc.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4TimeMilliseconds.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4TimeMilliseconds.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4Video.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4Video.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4Window.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4WindowController.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4WindowController.mm mac: Fix Screen::rcBounds <> window size discrepancy + fullscreen windows still fill screen with less than fullscreen resolution in settings 2013-09-02 23:10:32 +02:00
C4WindowGTK.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4WindowMac.mm mac: Fix Screen::rcBounds <> window size discrepancy + fullscreen windows still fill screen with less than fullscreen resolution in settings 2013-09-02 23:10:32 +02:00
C4WindowSDL.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4WindowWin32.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4windowswrapper.h Update copyright notices 2013-12-23 13:03:19 +01:00
CocoaKeycodeMap.h mac: Add key codes for "Backslash", "Comma_US" and "Less" 2012-03-23 18:11:46 +01:00
ObjectiveCAssociated.h Update copyright notices 2013-12-23 13:03:19 +01:00
PlatformAbstraction.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
PlatformAbstraction.h win32: Use stdint.h instead of windows-only compiler extensions 2014-04-19 19:02:22 +02:00
StdFile.cpp Improve the messages for path problems 2014-06-09 04:17:17 +02:00
StdFile.h Update copyright notices 2013-12-23 13:03:19 +01:00
StdJoystick.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
StdJoystick.h Update copyright notices 2013-12-23 13:03:19 +01:00
StdRegistry.cpp Fix some uses-after-free due to terrible StdBuf semantics 2014-03-19 14:21:23 +01:00
StdRegistry.h Fix some uses-after-free due to terrible StdBuf semantics 2014-03-19 14:21:23 +01:00
StdScheduler.cpp StdScheduler: Make DoScheduleProcs virtual, override it in C4AbstractApp and set isInManualLoop flag around the DoScheduleProcs call so the FlushMessages() of C4AbstractApp will happen when isInManualLoop is true 2014-02-16 14:54:32 +01:00
StdScheduler.h StdScheduler: Make DoScheduleProcs virtual, override it in C4AbstractApp and set isInManualLoop flag around the DoScheduleProcs call so the FlushMessages() of C4AbstractApp will happen when isInManualLoop is true 2014-02-16 14:54:32 +01:00
StdSchedulerMac.mm StdScheduler::Added is not necessarily called from the thread the 2014-02-16 10:18:38 +01:00
StdSchedulerPoll.cpp Proper shutdown on SIGINT/SIGTERM/SIGHUP 2014-04-01 18:03:36 +02:00
StdSchedulerWin32.cpp StdScheduler::Added is not necessarily called from the thread the 2014-02-16 10:18:38 +01:00
StdSync.h Update copyright notices 2013-12-23 13:03:19 +01:00
StdVideo.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
StdVideo.h Update copyright notices 2013-12-23 13:03:19 +01:00