colobot/src/object
Piotr Dziwinski e4d52d9afb CProfile refactoring 2014-08-12 21:24:33 +02:00
..
auto Removed old code based on #ifs (issue #55) 2014-06-27 19:52:09 +02:00
motion Fixed variable shadowing warnings 2013-05-27 22:29:42 +02:00
task Removed old code based on #ifs (issue #55) 2014-06-27 19:52:09 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
brain.cpp Fix task stopping checks in CBrain 2014-08-10 18:00:40 +02:00
brain.h Fix task stopping checks in CBrain 2014-08-10 18:00:40 +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 Added special mode in scene for bots to build more buildings than they usualy can 2014-03-03 21:55:28 +01:00
object.h Added special mode in scene for bots to build more buildings than they usualy can 2014-03-03 21:55:28 +01:00
objman.cpp Removed some unused objects 2014-01-11 23:43:10 +01:00
objman.h Added CObjectManager::Flush() 2013-12-30 10:51:29 +01:00
robotmain.cpp CProfile refactoring 2014-08-12 21:24:33 +02:00
robotmain.h Removed some unused code 2014-08-06 16:58:36 +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.
 */