colobot/src/object
Piotr Dziwinski 3dce58c0fa Replace override and noexcept with macros 2015-04-27 18:07:42 +02:00
..
auto Replace override and noexcept with macros 2015-04-27 18:07:42 +02:00
level Replace override and noexcept with macros 2015-04-27 18:07:42 +02:00
motion Fixed PowerCell/Tracked animations (closes #389) 2014-11-12 15:05:02 +01:00
task New scripts interface, removed script limit 2015-03-29 14:21:02 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
brain.cpp Made example programs not directly runnable (#450) 2015-04-17 22:39:57 +02:00
brain.h Made example programs not directly runnable (#450) 2015-04-17 22:39:57 +02:00
mainmovie.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
mainmovie.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
object.cpp New scripts interface, removed script limit 2015-03-29 14:21:02 +02:00
object.h New scripts interface, removed script limit 2015-03-29 14:21:02 +02:00
objman.cpp Probably fixed null CObject* instances in object list, should fix #440, #441, #442 and #443 2015-03-08 16:14:45 +01:00
objman.h Changed std::vector default value, should fix compilation errors on GCC 4.6 2015-03-21 17:21:26 +01:00
robotmain.cpp Made example programs not directly runnable (#450) 2015-04-17 22:39:57 +02:00
robotmain.h Don't count transported items by default (#412) 2015-03-28 12:19:40 +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.
 */