colobot/src/object
Piotr Dziwinski 8ad15c0ef7 CMainDialog rewrite
- rewritten CMainDialog and updated CRobotMain
2012-09-15 21:47:19 +02:00
..
auto Merge dev-common and various fixes to achieve compilation 2012-09-15 18:50:51 +02:00
motion Merge dev-common and various fixes to achieve compilation 2012-09-15 18:50:51 +02:00
task Merge dev-common and various fixes to achieve compilation 2012-09-15 18:50:51 +02:00
README.txt Documentation update 2012-08-11 18:39:16 +02:00
brain.cpp Merge dev-common and various fixes to achieve compilation 2012-09-15 18:50:51 +02:00
brain.h Merge dev-common and various fixes to achieve compilation 2012-09-15 18:50:51 +02:00
mainmovie.cpp CRobotMain rewrite 2012-09-15 15:33:08 +02:00
mainmovie.h CRobotMain rewrite 2012-09-15 15:33:08 +02:00
object.cpp Merge with changes from Zaba999 fork. 2012-09-10 23:29:38 +02:00
object.h Merge with changes from Zaba999 fork. 2012-09-10 23:29:38 +02:00
object_ids.h Move ObjectType enum to a separate file 2012-08-25 13:47:48 +04:00
robotmain.cpp CMainDialog rewrite 2012-09-15 21:47:19 +02:00
robotmain.h CMainDialog rewrite 2012-09-15 21:47:19 +02:00

README.txt

/**
 * \dir 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.
 */