colobot/src/object
krzys-h bd9a56fe7b Indentation! :/ 2015-08-29 16:29:45 +02:00
..
auto Fix #607 2015-08-29 10:49:04 +02:00
implementation Fixed Shielder shutdown animation, closes #595 2015-08-24 20:55:21 +02:00
interface Fix license header in all files 2015-08-22 16:40:02 +02:00
motion Fix license header in all files 2015-08-22 16:40:02 +02:00
subclass Fix license header in all files 2015-08-22 16:40:02 +02:00
task Fixed Shielder shutdown animation, closes #595 2015-08-24 20:55:21 +02: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 Fix license header in all files 2015-08-22 16:40:02 +02:00
object.h Fix license header in all files 2015-08-22 16:40:02 +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 Fix license header in all files 2015-08-22 16:40:02 +02:00
object_factory.h Fix license header in all files 2015-08-22 16:40:02 +02:00
object_interface_type.h Fix license header in all files 2015-08-22 16:40:02 +02:00
object_manager.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
object_manager.h Fix license header in all files 2015-08-22 16:40:02 +02:00
object_type.h Fix license header in all files 2015-08-22 16:40:02 +02:00
old_object.cpp Indentation! :/ 2015-08-29 16:29:45 +02:00
old_object.h Fix license header in all files 2015-08-22 16:40:02 +02:00
old_object_interface.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
old_object_interface.h Fix license header in all files 2015-08-22 16:40:02 +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.
 */