colobot/src/object
krzys-h 6492908cef Added radarall() (#624) 2015-11-22 14:10:45 +01:00
..
auto Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
implementation Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
interface Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
motion Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02:00
subclass Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
task Removed some more unused strings 2015-11-21 17:10:14 +01:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
crash_sphere.h Fix license header in all files 2015-08-22 16:40:02 +02:00
drive_type.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
drive_type.h Fix license header in all files 2015-08-22 16:40:02 +02:00
mission_type.h Fix license header in all files 2015-08-22 16:40:02 +02:00
object.cpp Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
object.h Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02:00
object_create_exception.h Fix license header in all files 2015-08-22 16:40:02 +02:00
object_create_params.h Fix license header in all files 2015-08-22 16:40:02 +02:00
object_factory.cpp Restored CreateSpot code in Teen objects 2015-09-30 18:15:09 +02:00
object_factory.h Restored old Ceebot-Teen objects 2015-09-28 22:08:59 +02:00
object_interface_type.h Fix license header in all files 2015-08-22 16:40:02 +02:00
object_manager.cpp Added radarall() (#624) 2015-11-22 14:10:45 +01:00
object_manager.h Added radarall() (#624) 2015-11-22 14:10:45 +01:00
object_type.h Restored old Ceebot-Teen objects 2015-09-28 22:08:59 +02:00
old_object.cpp Removed CSettings access through CRobotMain 2015-10-01 19:19:40 +02:00
old_object.h Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
old_object_interface.cpp Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02:00
old_object_interface.h Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02:00
tool_type.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
tool_type.h Fix license header in all files 2015-08-22 16:40:02 +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.
 */