colobot/src/object
Zaba999 8b223eb096 all tasks compile. 2012-09-12 22:34:40 +02:00
..
auto [src/object/auto] Folder rewritten 2012-09-09 14:28:19 +02:00
motion [src/object] motion.* motionant.* motionbee.* should compile 2012-09-11 22:45:48 +02:00
task all tasks compile. 2012-09-12 22:34:40 +02:00
README.txt Documentation update 2012-08-11 18:39:16 +02:00
brain.cpp Merge with changes from Zaba999 fork. 2012-09-10 23:29:38 +02:00
brain.h Merge with changes from Zaba999 fork. 2012-09-10 23:29:38 +02:00
mainmovie.cpp Whitespace and language change 2012-06-26 22:23:05 +02:00
mainmovie.h Merge with changes from Zaba999 fork. 2012-09-10 23:29:38 +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 Merge with changes from Zaba999 fork. 2012-09-10 23:29:38 +02:00
robotmain.h Merge with changes from Zaba999 fork. 2012-09-10 23:29:38 +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.
 */