colobot/src/app
Piotr Dziwinski 3dce58c0fa Replace override and noexcept with macros 2015-04-27 18:07:42 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
app.cpp Alt+tab minimize to taskbar (#391, fixes #329) 2015-03-22 16:10:32 +01:00
app.h CPathManager 2015-03-08 15:22:21 +01:00
controller.cpp CController - entry point into CRobotMain and CMainDialog 2014-12-22 10:36:36 +01:00
controller.h CController - entry point into CRobotMain and CMainDialog 2014-12-22 10:36:36 +01:00
input.cpp Should fix issue #456 2015-04-17 21:02:26 +02:00
input.h Refactored keybindings UI and added some keybindings 2014-12-14 16:54:32 +01:00
main.cpp Added workaround for argv encoding on Windows 2015-03-22 13:11:00 +01:00
pausemanager.cpp Fixed #425 2015-01-08 19:01:56 +01:00
pausemanager.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
system.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
system.h Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
system_linux.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
system_linux.h Replace override and noexcept with macros 2015-04-27 18:07:42 +02:00
system_macosx.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
system_macosx.h Replace override and noexcept with macros 2015-04-27 18:07:42 +02:00
system_other.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
system_other.h Replace override and noexcept with macros 2015-04-27 18:07:42 +02:00
system_windows.cpp Fixed USERPROFILE encoding, final fix to #414 2015-03-22 14:07:38 +01:00
system_windows.h Replace override and noexcept with macros 2015-04-27 18:07:42 +02:00

README.txt

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