colobot/src/object
Oleg Kosmakov 7485ed790c Fixes #295
When cannon cannot turn at specified angle, it will still reach the edge angle, but return the error code
2014-03-21 13:08:36 +02:00
..
auto Indentation fixes 2013-12-26 19:39:32 +01:00
motion Fixed variable shadowing warnings 2013-05-27 22:29:42 +02:00
task Fixes #295 2014-03-21 13:08:36 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
brain.cpp Changed char[] to std::string in restext 2013-12-04 00:15:39 +01:00
brain.h Some Ui refactoring 2013-06-24 22:09:39 +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 Added special mode in scene for bots to build more buildings than they usualy can 2014-03-03 21:55:28 +01:00
robotmain.h Added option to set pause audio in Scene 2014-02-21 14:19:58 +01: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.
 */