colobot/src/object
immibis 8885f8476b Finished coolant mod trial 2020-06-15 13:20:15 +02:00
..
auto Finished coolant mod trial 2020-06-15 13:20:15 +02:00
implementation Refactor SaveState and RestoreState to use streams 2019-04-11 04:13:13 -04:00
interface Finished coolant mod trial 2020-06-15 13:20:15 +02:00
motion Update license headers 2018-04-20 02:08:50 +02:00
subclass Finished coolant mod trial 2020-06-15 13:20:15 +02:00
task Finished coolant mod trial 2020-06-15 13:20:15 +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 Finished coolant mod trial 2020-06-15 13:20:15 +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 Added Bucket object. Water pump now fills bucket (then cycles to empty and repeats) 2020-02-02 12:46:27 +01:00
object_factory.h Added Bucket object. Water pump now fills bucket (then cycles to empty and repeats) 2020-02-02 12:46:27 +01:00
object_interface_type.h Finished coolant mod trial 2020-06-15 13:20:15 +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 Added Bucket object. Water pump now fills bucket (then cycles to empty and repeats) 2020-02-02 12:46:27 +01:00
old_object.cpp Added Bucket object. Water pump now fills bucket (then cycles to empty and repeats) 2020-02-02 12:46:27 +01: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.
 */