colobot/src/object
tomangelo2 9417b916da Add slot for Wasps (fix for #1587) 2023-06-19 00:31:15 +02:00
..
auto Fix assert fail after PR#1444 2022-01-30 20:40:04 +01:00
implementation Update license headers 2021-09-11 15:53:59 +02:00
interface Merge PR #1444 2022-01-29 17:16:57 +01:00
motion Merge PR #1444 2022-01-29 17:16:57 +01:00
subclass Update license headers 2021-09-11 15:53:59 +02:00
task Add missing <cstdint> includes 2023-01-19 10:34:55 +01:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
crash_sphere.h Update license headers 2021-09-11 15:53:59 +02:00
drive_type.cpp Update license headers 2021-09-11 15:53:59 +02:00
drive_type.h Update license headers 2021-09-11 15:53:59 +02:00
mission_type.h Update license headers 2021-09-11 15:53:59 +02:00
object.cpp Update license headers 2021-09-11 15:53:59 +02:00
object.h Update license headers 2021-09-11 15:53:59 +02:00
object_create_exception.h Update license headers 2021-09-11 15:53:59 +02:00
object_create_params.h Update license headers 2021-09-11 15:53:59 +02:00
object_factory.cpp Update license headers 2021-09-11 15:53:59 +02:00
object_factory.h Update license headers 2021-09-11 15:53:59 +02:00
object_interface_type.h Merge PR #1444 2022-01-29 17:16:57 +01:00
object_manager.cpp Update license headers 2021-09-11 15:53:59 +02:00
object_manager.h Update license headers 2021-09-11 15:53:59 +02:00
object_type.cpp Update license headers 2021-09-11 15:53:59 +02:00
object_type.h Update license headers 2021-09-11 15:53:59 +02:00
old_object.cpp Add slot for Wasps (fix for #1587) 2023-06-19 00:31:15 +02:00
old_object.h Merge PR #1444 2022-01-29 17:16:57 +01:00
old_object_interface.cpp Update license headers 2021-09-11 15:53:59 +02:00
old_object_interface.h Update license headers 2021-09-11 15:53:59 +02:00
tool_type.cpp Update license headers 2021-09-11 15:53:59 +02:00
tool_type.h Update license headers 2021-09-11 15:53:59 +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.
 */