openclonk/src/platform
Kevin Zheng 4fae398672 Fix build on 32-bit architectures 2014-12-10 21:45:41 +01: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 Fix thread guards to use thread IDs instead of handles (#1161) 2014-10-16 20:22:38 +02:00
C4AppDelegate+MainMenuActions.h mac: Make Screenshot (of whole map) in main menu 2013-09-02 23:09:48 +02:00
C4AppDelegate+MainMenuActions.mm mac: Quit from main menu also calls Application.Clear() 2014-11-01 15:47:04 +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 Use COMMENT (not COMMENTS) as the category field to select songs when using SetPlayList. 2014-12-09 23:37:34 +01:00
C4MusicFile.h Fix music fading when fading back to the same piece that is currently fading out. 2014-12-09 23:37:39 +01:00
C4MusicSystem.cpp Fix music fading when fading back to the same piece that is currently fading out. 2014-12-09 23:37:39 +01:00
C4MusicSystem.h Implement music fading. 2014-12-06 18:04:55 +01:00
C4SoundIncludes.h mac: Rearrange sound toolkit includes and FindAudio.cmake so that sound+music works for OSX 2014-09-21 22:16:54 +02:00
C4SoundLoaders.cpp mac: Rearrange sound toolkit includes and FindAudio.cmake so that sound+music works for OSX 2014-09-21 22:16:54 +02:00
C4SoundLoaders.h mac: Rearrange sound toolkit includes and FindAudio.cmake so that sound+music works for OSX 2014-09-21 22:16:54 +02:00
C4SoundSystem.cpp Merge all of the audio provider switches into one 2014-08-01 23:37:42 +02:00
C4SoundSystem.h mac: Rearrange sound toolkit includes and FindAudio.cmake so that sound+music works for OSX 2014-09-21 22:16:54 +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 Fix thread guards to use thread IDs instead of handles (#1161) 2014-10-16 20:22:38 +02: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 Fix build on 32-bit architectures 2014-12-10 21:45:41 +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