colobot/src/app
krzys-h 3815ef0bd6 Refactored CPauseManager (again) 2015-10-01 18:55:41 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
app.cpp Show detailed error info when opening haptic device fails 2015-09-27 18:54:02 +02:00
app.h Implemented force feedback 2015-09-27 00:34:03 +02:00
controller.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
controller.h Fix license header in all files 2015-08-22 16:40:02 +02:00
input.cpp Always reverse forward/backward and up/down axes on a joypad 2015-09-26 21:03:17 +02:00
input.h Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02:00
main.cpp Further cleanup USE_SDL_MAIN 2015-09-29 22:39:34 +02:00
pausemanager.cpp Refactored CPauseManager (again) 2015-10-01 18:55:41 +02:00
pausemanager.h Refactored CPauseManager (again) 2015-10-01 18:55:41 +02:00
signal_handlers.cpp Separated config.h and version.h 2015-09-26 21:12:12 +02:00
signal_handlers.h Revert "Fix reporting unhandled exceptions in MSVC" 2015-08-25 13:32:58 +02:00
system.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
system.h Fix license header in all files 2015-08-22 16:40:02 +02:00
system_linux.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
system_linux.h Fix undefined function colobot-lint issues 2015-09-29 21:44:24 +02:00
system_macosx.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
system_macosx.h Fix undefined function colobot-lint issues 2015-09-29 21:44:24 +02:00
system_other.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
system_other.h Fix undefined function colobot-lint issues 2015-09-29 21:44:24 +02:00
system_windows.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
system_windows.h Fix undefined function colobot-lint issues 2015-09-29 21:44:24 +02:00

README.txt

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