colobot/src/object
krzys-h e8e220085a Fixed bug with showing wrong filename in Level Checker errors after using CacheAudio 2013-06-10 15:44:25 +02:00
..
auto Fixed code formatting 2013-05-27 10:19:16 +02:00
motion Fixed variable shadowing warnings 2013-05-27 22:29:42 +02:00
task Fixed code formatting 2013-05-27 10:19:16 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
brain.cpp Fixed code formatting 2013-05-27 10:19:16 +02:00
brain.h Fixed code formatting 2013-05-27 10:19:16 +02:00
mainmovie.cpp Fixed code formatting 2013-05-27 10:19:16 +02:00
mainmovie.h CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
object.cpp Fixed code formatting 2013-05-27 10:19:16 +02:00
object.h Beggining of MissionController 2013-04-28 20:05:19 +02:00
objman.cpp Fixed code formatting 2013-05-27 10:19:16 +02:00
objman.h Fixed code formatting 2013-05-27 10:19:16 +02:00
robotmain.cpp Fixed bug with showing wrong filename in Level Checker errors after using CacheAudio 2013-06-10 15:44:25 +02:00
robotmain.h Fixed code formatting 2013-05-27 10:19:16 +02:00

README.txt

/**
 * \dir src/object
 * \brief Game engine
 *
 * Contains the main class of game engine - CRobotMain and the various in-game objects:
 * CObject and related auto, motion and task subclasses.
 */