colobot/src/object
Fiftytwo ac32e40003 Add Ruin, Bush, GraviPlant, and Crystal categories in CBOT 2020-07-17 03:37:13 +02:00
..
auto Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
implementation Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
interface Merge branch 'dev' into dev-heavyduty 2020-07-13 19:51:23 +02:00
motion Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
subclass Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
task Merge branch 'dev' into dev-heavyduty 2020-07-13 19:51:23 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
crash_sphere.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
drive_type.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
drive_type.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
mission_type.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object_create_exception.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object_create_params.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object_factory.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object_factory.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object_interface_type.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object_manager.cpp Add Ruin, Bush, GraviPlant, and Crystal categories in CBOT 2020-07-17 03:37:13 +02:00
object_manager.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object_type.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
old_object.cpp Merge branch 'dev' into dev-heavyduty 2020-07-13 19:51:23 +02:00
old_object.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
old_object_interface.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
old_object_interface.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
tool_type.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
tool_type.h Updated license headers (#1317) 2020-07-07 10:19:36 +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.
 */