colobot/src/object
adiblol c36d0c8ed2 Fixed invradar cheat code.
Replaced CRobotMain::GetCheatRadar with CRobotMain::GetRadar.
Changed logger level of "invalid m_motion" messages.
2012-09-30 01:51:37 +02:00
..
auto Merge branch 'dev' of https://github.com/adiblol/colobot into dev 2012-09-18 22:39:10 +02:00
motion Data dir paths 2012-09-22 14:40:13 +02:00
task * Fixed Issue #54: flags don't show in 3D view 2012-09-28 00:05:49 +02:00
README.txt Updated docs and some Doxygen fixes 2012-09-27 20:43:20 +02:00
brain.cpp Event fixes & refactoring 2012-09-22 00:38:17 +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 Fixed invradar cheat code. 2012-09-30 01:51:37 +02:00
object.h Data dir paths 2012-09-22 14:40:13 +02:00
object_ids.h Move ObjectType enum to a separate file 2012-08-25 13:47:48 +04:00
robotmain.cpp Fixed invradar cheat code. 2012-09-30 01:51:37 +02:00
robotmain.h Fixed invradar cheat code. 2012-09-30 01:51:37 +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.
 */