colobot/src/object
krzys-h a50da4f5de Loading texturesfrom objects/ subdirectory
Closes #381
2014-11-11 15:52:08 +01:00
..
auto Fixed saving aParamString in CAutoEgg 2014-11-10 22:45:06 +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 Fixed saving Shielder's shield (#365) 2014-11-10 21:26:02 +01:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
brain.cpp Fixed saving Shielder's shield (#365) 2014-11-10 21:26:02 +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 isnan() on MXE 2014-11-10 22:17:41 +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 Loading texturesfrom objects/ subdirectory 2014-11-11 15:52:08 +01:00
robotmain.h Implemented autosave (#292) 2014-11-11 14:50:44 +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.
 */