colobot/src/app
krzys-h 9d6543a947 Close game window on error (mentioned in #570)
Otherwise, the error doesn't show up and the game appears to freeze in fullscreen mode
2015-08-19 11:14:25 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
app.cpp Apply clang-modernize -use-nullptr 2015-08-17 22:40:52 +02:00
app.h Split global.h 2015-08-15 14:02:07 +02:00
controller.cpp Moved files not directly related to CObject into src/level/ directory 2015-08-13 11:47:32 +02:00
controller.h Moved files not directly related to CObject into src/level/ directory 2015-08-13 11:47:32 +02:00
input.cpp Compile fixes for MSVC2013 2015-08-16 00:39:08 +02:00
input.h Add proper initializations and remove manual memory management in app classes 2015-08-07 10:16:46 +02:00
main.cpp Fix reporting unhandled exceptions in MSVC 2015-08-16 00:48:15 +02:00
pausemanager.cpp Moved files not directly related to CObject into src/level/ directory 2015-08-13 11:47:32 +02:00
pausemanager.h Include refactoring 2015-08-02 17:49:07 +02:00
signal_handlers.cpp Close game window on error (mentioned in #570) 2015-08-19 11:14:25 +02:00
signal_handlers.h Fix reporting unhandled exceptions in MSVC 2015-08-16 00:48:15 +02:00
system.cpp Add proper initializations and remove manual memory management in app classes 2015-08-07 10:16:46 +02:00
system.h Add proper initializations and remove manual memory management in app classes 2015-08-07 10:16:46 +02:00
system_linux.cpp Replace NULL -> nullptr 2015-08-16 12:43:42 +02:00
system_linux.h Apply clang-modernize -add-override 2015-08-17 22:12:09 +02:00
system_macosx.cpp Replace NULL -> nullptr 2015-08-16 12:43:42 +02:00
system_macosx.h Apply clang-modernize -add-override 2015-08-17 22:12:09 +02:00
system_other.cpp Fix some more warnings reported by Clang 2015-06-21 19:46:01 +02:00
system_other.h Apply clang-modernize -add-override 2015-08-17 22:12:09 +02:00
system_windows.cpp Replace NULL -> nullptr 2015-08-16 12:43:42 +02:00
system_windows.h Apply clang-modernize -add-override 2015-08-17 22:12:09 +02:00

README.txt

/**
 * \dir src/app
 * Main class of the application and system functions
 */