colobot/src/app
Piotr Dziwinski a872ea128b Add MakeUnique template to avoid use of naked new 2015-07-17 20:06:59 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
app.cpp Add MakeUnique template to avoid use of naked new 2015-07-17 20:06:59 +02:00
app.h CStaticObject subclass using new model framework 2015-07-11 19:52:38 +02:00
controller.cpp Get rid of some more manual memory management 2015-06-26 00:24:05 +02:00
controller.h Get rid of some more manual memory management 2015-06-26 00:24:05 +02:00
input.cpp Replaced CLogger::GetInstancePointer() calls with GetLogger() 2015-07-16 22:12:44 +02:00
input.h Added joystick settings in colobot.ini 2015-07-10 10:25:31 +02:00
main.cpp Added workaround for argv encoding on Windows 2015-03-22 13:11:00 +01:00
pausemanager.cpp Replaced CLogger::GetInstancePointer() calls with GetLogger() 2015-07-16 22:12:44 +02:00
pausemanager.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
system.cpp Remove unused system utils functions 2015-05-13 20:52:19 +02:00
system.h Remove unused system utils functions 2015-05-13 20:52:19 +02:00
system_linux.cpp Remove unused system utils functions 2015-05-13 20:52:19 +02:00
system_linux.h Drop GCC 4.6 support 2015-06-26 00:24:32 +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 Drop GCC 4.6 support 2015-06-26 00:24:32 +02:00

README.txt

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