openclonk/src/platform
Günther Brammer 08dacd878d Rename CBitmap(256)Info to C4BMP(256)Info 2011-08-27 16:32:15 +02:00
..
Bitmap256.cpp Rename CBitmap(256)Info to C4BMP(256)Info 2011-08-27 16:32:15 +02:00
Bitmap256.h Rename CBitmap(256)Info to C4BMP(256)Info 2011-08-27 16:32:15 +02:00
C4CrashHandlerWin32.cpp win32: Automatically check for DbgHelp availability 2011-10-03 13:09:51 +02:00
C4FileMonitor.cpp win32: Use Unicode APIs for File manipulation 2011-04-02 18:45:44 +02:00
C4FileMonitor.h Clean up copyright notices 2011-09-01 12:47:54 +02:00
C4FileMonitorMac.mm Mac: Add Cocoa port 2010-12-27 04:49:02 +01:00
C4Fonts.cpp C4Group::LoadEntry takes pointer instead of non-const reference 2011-03-05 02:44:26 +01:00
C4Fonts.h Remove GDI font renderer, simplify font loader 2010-06-27 02:30:47 +02:00
C4GamePadCon.cpp win32: Miscellanous fixes inspired by compiler warnings 2011-03-30 21:06:30 +02:00
C4GamePadCon.h C4GamePadCon: Fix some method signatures and a preprocessor directive 2010-12-24 14:18:51 +01:00
C4MusicFile.cpp Replace raw CRT file access API calls with StdFile equivalents 2011-08-11 15:45:27 +02:00
C4MusicFile.h copyright notices update 2010 2010-12-23 01:01:24 +01:00
C4MusicSystem.cpp Clean up copyright notices 2011-09-01 12:47:54 +02:00
C4MusicSystem.h Clean up copyright notices 2011-09-01 12:47:54 +02:00
C4SoundLoaders.cpp Clean up copyright notices 2011-09-01 12:47:54 +02:00
C4SoundLoaders.h Clean up copyright notices 2011-09-01 12:47:54 +02:00
C4SoundSystem.cpp Return NULL instead of ((T*)false) from more functions 2011-09-28 19:42:56 +02:00
C4SoundSystem.h Clean up copyright notices 2011-09-01 12:47:54 +02:00
C4Video.cpp win32: Do not include windows.h from PlatformAbstraction.h 2011-03-11 03:48:25 +01:00
C4Video.h Reformat everything according to style guidelines 2010-03-28 19:58:21 +02:00
C4VideoPlayback.cpp Replace timeGetTime with a platformneutral GetTime wrapper 2011-03-13 17:25:35 +01:00
C4VideoPlayback.h win32: Do not include windows.h from PlatformAbstraction.h 2011-03-11 03:48:25 +01:00
C4ViewportWindow.cpp Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
C4ViewportWindow.h Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
C4windowswrapper.h win32: Define target windows version before including any MinGW header 2011-08-15 00:28:52 +02:00
ClonkAppDelegate.h copyright notices update 2011 2011-09-01 16:58:52 +02:00
ClonkAppDelegate.mm mac: Use new file extensions 2011-03-14 20:12:00 +01:00
ClonkMainMenuActions.h editor: Remove File/Save Game in favor of File/Save Game As 2011-05-15 18:07:26 +02:00
ClonkMainMenuActions.mm editor: File/Save creates a savegame when the original scenario was one 2011-05-15 19:38:47 +02:00
ClonkOpenGLView.h copyright notices update 2011 2011-09-01 16:58:52 +02:00
ClonkOpenGLView.mm editor:cocoa: Fix viewport scrollbars when zoomed 2011-02-15 12:45:55 +01:00
ClonkWindowController.h copyright notices update 2011 2011-09-01 16:58:52 +02:00
ClonkWindowController.mm editor:cocoa: Fix viewport scrollbars when zoomed 2011-02-15 12:45:55 +01:00
CocoaKeycodeMap.h copyright notices update 2011 2011-09-01 16:58:52 +02:00
ConsoleWindowController.h copyright notices update 2011 2011-09-01 16:58:52 +02:00
ConsoleWindowController.mm editor: cocoa: Enable/Disable some more user interface controls when game running/closed 2011-01-29 09:05:04 +01:00
GetTime.cpp Replace timeGetTime with a platformneutral GetTime wrapper 2011-03-13 17:25:35 +01:00
PlatformAbstraction.h Silence clang's "conversion to self will not be used" warning 2011-09-28 00:15:59 +02:00
StdApp.h Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdAppCommon.cpp Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdD3D.cpp copyright notices update 2011 2011-09-01 16:58:52 +02:00
StdD3D.h win32: Do not include windows header from PlatformAbstraction.h 2011-03-13 22:21:16 +01:00
StdD3DShader.cpp Clean up copyright notices 2011-09-01 12:47:54 +02:00
StdD3DShader.h Clean up copyright notices 2011-09-01 12:47:54 +02:00
StdDDraw2.cpp Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdDDraw2.h Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdFacet.h Reformat everything according to style guidelines 2010-03-28 19:58:21 +02:00
StdFile.cpp Remove some extraneous parentheses 2011-09-28 19:44:03 +02:00
StdFile.h Add DirectoryIterator & DirectoryIterator::operator = (const DirectoryIterator &) 2011-03-30 21:04:42 +02:00
StdFont.cpp Remove IDS_LANG_CHARSET and supporting code, everything is in UTF-8 now 2011-04-09 02:51:57 +02:00
StdFont.h Remove IDS_LANG_CHARSET and supporting code, everything is in UTF-8 now 2011-04-09 02:51:57 +02:00
StdGL.cpp Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdGL.h Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdGLCtx.cpp Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdGtkWindow.cpp Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdGtkWindow.h Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdJoystick.cpp win32: wrap all windows.h-includes to always undef troubling macros 2011-03-13 15:48:45 +01:00
StdJoystick.h win32: Do not include windows header from PlatformAbstraction.h 2011-03-13 22:21:16 +01:00
StdMacApp.mm Fixed Mac build 2011-05-21 16:38:54 +01:00
StdMacWindow.mm Replace RECT CStdWindow::GetSize argument with C4Rect 2011-03-13 20:00:03 +01:00
StdNoGfx.cpp copyright notices update 2011 2011-09-01 16:58:52 +02:00
StdNoGfx.h dedicated: fix CMake and object loading (thanks ck and Guenther) 2011-01-30 21:44:54 +01:00
StdRegistry.cpp copyright notices update 2011 2011-09-01 16:58:52 +02:00
StdRegistry.h copyright notices update 2011 2011-09-01 16:58:52 +02:00
StdSDLApp.cpp Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdSDLWindow.cpp Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdScheduler.cpp copyright notices update 2011 2011-09-01 16:58:52 +02:00
StdScheduler.h copyright notices update 2011 2011-09-01 16:58:52 +02:00
StdSurface2.cpp Rename CBitmap(256)Info to C4BMP(256)Info 2011-08-27 16:32:15 +02:00
StdSurface2.h Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdSurface8.cpp Rename CBitmap(256)Info to C4BMP(256)Info 2011-08-27 16:32:15 +02:00
StdSurface8.h Implemented free shapes (=polygons) to be added or cleared from the landscape: 2011-05-31 00:33:35 +02:00
StdSync.h win32: wrap all windows.h-includes to always undef troubling macros 2011-03-13 15:48:45 +01:00
StdTApp.cpp Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdVideo.cpp copyright notices update 2011 2011-09-01 16:58:52 +02:00
StdVideo.h Clean up copyright notices 2011-09-01 12:47:54 +02:00
StdWindow.cpp Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdWindow.h Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdXApp.cpp Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdXPrivate.h Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00
StdXWindow.cpp Rename CStdApp to C4AbstractApp 2011-08-27 16:20:39 +02:00