colobot/src/object
krzys-h 73a12ea7db Changed default autosave interval from 15 to 5 minutes (#451) 2015-04-06 22:04:23 +02:00
..
auto Fixed NewScript 2015-04-06 16:41:05 +02:00
level Implemented %cat% 2015-03-22 13:51:14 +01: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 Fixed loading challenge solutions and made them read-only 2015-04-06 17:00:22 +02:00
brain.h Fixed compilation on old versions of GCC 2015-04-06 19:22:26 +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 Changed default autosave interval from 15 to 5 minutes (#451) 2015-04-06 22:04:23 +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.
 */