colobot/src/app
krzys-h 0c670e7699 Don't demangle the exception class name on MSVC 2015-08-16 00:44:36 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
app.cpp Split global.h 2015-08-15 14:02:07 +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 User-friendly abort error messages 2015-08-16 00:44:36 +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 Don't demangle the exception class name on MSVC 2015-08-16 00:44:36 +02:00
signal_handlers.h User-friendly abort error messages 2015-08-16 00:44:36 +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 Add more missing includes and forward declarations 2015-08-13 22:49:05 +02:00
system_linux.h Add proper initializations and remove manual memory management in app classes 2015-08-07 10:16:46 +02:00
system_macosx.cpp Provide usleep() in CSystemUtils interface 2015-04-27 20:02:22 +02:00
system_macosx.h Drop GCC 4.6 support 2015-06-26 00:24:32 +02:00
system_other.cpp Fix some more warnings reported by Clang 2015-06-21 19:46:01 +02:00
system_other.h Drop GCC 4.6 support 2015-06-26 00:24:32 +02:00
system_windows.cpp Remove unused system utils functions 2015-05-13 20:52:19 +02:00
system_windows.h Add proper initializations and remove manual memory management in app classes 2015-08-07 10:16:46 +02:00

README.txt

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