openclonk/src/platform
Nicolas Hake 39bbcbb9ee Win32: Don't hook assertion handler when debugging
Sven2 reports he can't get reliable stack traces from his debugger when
the assertion handler is installed. Since there's no need for the hook
when we're already running under a debugger, don't install it.
2015-02-21 19:40:35 +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 Add copyright header to files that were missing it 2015-02-16 18:40:52 +01:00
C4AppDelegate+MainMenuActions.mm Update license texts 2015-02-08 15:05:11 +01:00
C4AppDelegate.h mac: Do #include guessing dance until compile success 2015-02-04 21:52:04 +01:00
C4AppDelegate.mm Update license texts 2015-02-08 15:05:11 +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 Update license texts 2015-02-08 15:05:11 +01:00
C4AppSDL.cpp cmake: Restore SDL-Mainloop build 2015-01-25 19:05:06 +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 Win32: Don't hook assertion handler when debugging 2015-02-21 19:40:35 +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 Update license texts 2015-02-08 15:05:11 +01: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 Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4MusicFile.h Reorder some declarations and initializations to avoid order mismatch 2015-02-04 22:12:42 +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 Add copyright header to files that were missing it 2015-02-16 18:40:52 +01:00
C4SoundLoaders.cpp Fix a few harmless warnings. 2015-01-25 16:16:06 +01:00
C4SoundLoaders.h Remove implementation details from C4SoundSystem.h 2015-01-03 22:01:08 +01:00
C4SoundSystem.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4SoundSystem.h Remove implementation details from C4SoundSystem.h 2015-01-03 22:01:08 +01: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 Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4Video.cpp Rename BoundBy to Clamp 2015-02-12 23:05:55 +01:00
C4Video.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4Window.h Fix texture preview in editor tools dialogue on Windows. 2014-12-14 15:20:57 +01:00
C4WindowController.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4WindowController.mm Update license texts 2015-02-08 15:05:11 +01:00
C4WindowGTK.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4WindowMac.mm Update license texts 2015-02-08 15:05:11 +01:00
C4WindowSDL.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4WindowWin32.cpp Windows: Do not deselect GL context when losing focus (#1208). 2015-01-11 17:01:27 +01:00
C4windowswrapper.h Update copyright notices 2013-12-23 13:03:19 +01:00
CocoaKeycodeMap.h Add copyright header to files that were missing it 2015-02-16 18:40:52 +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 Remove several instances of disabled legacy code 2015-01-18 22:59:45 +01: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 Fix signed/unsigned comparison warning. 2015-02-07 14:01:14 +01:00
StdScheduler.h Move C4ApplicationSec1Timer to StdScheduler.h 2015-01-03 21:06:25 +01:00
StdSchedulerMac.mm Update license texts 2015-02-08 15:05:11 +01:00
StdSchedulerPoll.cpp Add copyright header to files that were missing it 2015-02-16 18:40:52 +01:00
StdSchedulerWin32.cpp Add copyright header to files that were missing it 2015-02-16 18:40:52 +01:00
StdSync.h Fix build on 32-bit architectures 2014-12-10 21:45:41 +01:00
StdVideo.cpp Fix a few harmless warnings. 2015-01-25 16:16:06 +01:00
StdVideo.h Update copyright notices 2013-12-23 13:03:19 +01:00