openclonk/src/platform
Nicolas Hake 79b702ac4b GLX: Don't crash when multisampling is supported
std::copy'ing into an empty vector doesn't work, and wasn't what was
intended in the first place. Assigning the full range should work better.
2015-06-15 07:03:49 +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 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 Remove a lot of disabled legacy code, round 2 2015-03-25 20:02:53 +01:00
C4FileMonitorMac.mm Update license texts 2015-02-08 15:05:11 +01:00
C4GamePadCon.cpp Remove a lot of disabled legacy code, round 2 2015-03-25 20:02:53 +01:00
C4GamePadCon.h Update copyright notices 2013-12-23 13:03:19 +01:00
C4MusicFile.cpp Correctly wrap multi-statement macro 2015-05-25 16:16:22 +02:00
C4MusicFile.h Remove a lot of disabled legacy code, round 2 2015-03-25 20:02:53 +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 Remove a lot of disabled legacy code, round 2 2015-03-25 20:02:53 +01:00
C4SoundLoaders.h Remove implementation details from C4SoundSystem.h 2015-01-03 22:01:08 +01:00
C4SoundSystem.cpp Remove a lot of disabled legacy code, round 2 2015-03-25 20:02:53 +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 GLX: Allow creating debug contexts 2015-05-28 21:34:11 +02: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 GLX: Don't crash when multisampling is supported 2015-06-15 07:03:49 +02: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 win32/GL: Reuse the same rendering context for everything 2015-03-26 15:51:01 +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 Add emulation of C++14's std::make_unique 2015-02-25 23:37:04 +01:00
StdFile.cpp Remove a lot of disabled legacy code, round 2 2015-03-25 20:02:53 +01:00
StdFile.h Remove a lot of disabled legacy code, round 2 2015-03-25 20:02:53 +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 Windows: Fix saving of custom keys (#1313) 2015-05-22 21:20:36 +02: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 StdSchedulerMac: don't call setTolerance: 2015-04-26 12:08:02 -07: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 Remove a lot of disabled legacy code, round 2 2015-03-25 20:02:53 +01:00
StdVideo.h Update copyright notices 2013-12-23 13:03:19 +01:00
make_unique.h Add emulation of C++14's std::make_unique 2015-02-25 23:37:04 +01:00