colobot/src/object
krzys-h ed397d2b0f Make sure aliens hatched from eggs are not selectable by default, closes #1054 2018-05-09 23:25:52 +02:00
..
auto Fix save/load NewScript programs for factory bots 2018-04-30 13:43:03 -04:00
implementation Update license headers 2018-04-20 02:08:50 +02:00
interface Update license headers 2018-04-20 02:08:50 +02:00
motion Update license headers 2018-04-20 02:08:50 +02:00
subclass Update license headers 2018-04-20 02:08:50 +02:00
task Merge pull request #1142 from AbigailBuccaneer/Wmissing-declarations 2018-04-24 14:12:43 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
crash_sphere.h Update license headers 2018-04-20 02:08:50 +02:00
drive_type.cpp Update license headers 2018-04-20 02:08:50 +02:00
drive_type.h Update license headers 2018-04-20 02:08:50 +02:00
mission_type.h Update license headers 2018-04-20 02:08:50 +02:00
object.cpp Update license headers 2018-04-20 02:08:50 +02:00
object.h Update license headers 2018-04-20 02:08:50 +02:00
object_create_exception.h Update license headers 2018-04-20 02:08:50 +02:00
object_create_params.h Update license headers 2018-04-20 02:08:50 +02:00
object_factory.cpp Update license headers 2018-04-20 02:08:50 +02:00
object_factory.h Update license headers 2018-04-20 02:08:50 +02:00
object_interface_type.h Update license headers 2018-04-20 02:08:50 +02:00
object_manager.cpp Fix delete() not returning sometimes, closes #1067 2018-05-09 23:12:26 +02:00
object_manager.h Fix colobot-lint warnings 2018-04-20 02:21:12 +02:00
object_type.h Update license headers 2018-04-20 02:08:50 +02:00
old_object.cpp Make sure aliens hatched from eggs are not selectable by default, closes #1054 2018-05-09 23:25:52 +02:00
old_object.h Update license headers 2018-04-20 02:08:50 +02:00
old_object_interface.cpp Update license headers 2018-04-20 02:08:50 +02:00
old_object_interface.h Update license headers 2018-04-20 02:08:50 +02:00
tool_type.cpp Update license headers 2018-04-20 02:08:50 +02:00
tool_type.h Update license headers 2018-04-20 02:08: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.
 */