colobot/src/object
Piotr Dziwinski f871ba4729 Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
..
auto Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
level Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
motion Corrected energy cell's angle when created with robot 2015-06-26 18:07:54 +02:00
subclass Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
task Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
brain.cpp Basic support for teams and code battle missions 2015-06-26 22:07:55 +02:00
brain.h CObject interface cleanup 2015-06-25 20:43:50 +02:00
drive_type.cpp CObject interface cleanup 2015-06-25 20:43:50 +02:00
drive_type.h CObject interface cleanup 2015-06-25 20:43:50 +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
mission_type.h Basic support for teams and code battle missions 2015-06-26 22:07:55 +02:00
object.cpp Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
object.h Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
object_create_params.h Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
object_factory.cpp Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
object_factory.h Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
object_manager.cpp Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
object_manager.h Basic support for teams and code battle missions 2015-06-26 22:07:55 +02:00
object_type.h Create CObjectFactory 2015-06-20 19:37:25 +02:00
robotmain.cpp Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
robotmain.h Basic support for teams and code battle missions 2015-06-26 22:07:55 +02:00
tool_type.cpp CObject interface cleanup 2015-06-25 20:43:50 +02:00
tool_type.h CObject interface cleanup 2015-06-25 20:43:50 +02: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.
 */