colobot/src/object
krzys-h 169e860240 Removed PHYSFS hacks from Load/SaveFileScript as they are no longer necessary 2014-11-10 18:36:16 +01:00
..
auto Level state loading via CLevelParser 2014-11-10 17:15:34 +01:00
level Level saving through CLevelParser 2014-11-10 14:27:42 +01:00
motion Level state loading via CLevelParser 2014-11-10 17:15:34 +01:00
task Possibly fixed goto() by changing safety margin 2014-10-20 20:48:03 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
brain.cpp Level state loading via CLevelParser 2014-11-10 17:15:34 +01:00
brain.h Level state loading via CLevelParser 2014-11-10 17:15:34 +01: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 Fixed proxyDistance saving 2014-11-10 17:50:50 +01:00
object.h Level state loading via CLevelParser 2014-11-10 17:15:34 +01:00
objman.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
objman.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
robotmain.cpp Removed PHYSFS hacks from Load/SaveFileScript as they are no longer necessary 2014-11-10 18:36:16 +01:00
robotmain.h Level state loading via CLevelParser 2014-11-10 17:15:34 +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.
 */