colobot/src/object
krzys-h 17511ddb6a Fix some code style 2016-12-27 15:54:52 +01:00
..
auto Add error when object is busy (#871) 2016-12-27 13:36:46 +01:00
implementation Remove character limit in CEdit (#836) 2016-09-25 19:13:04 +02:00
interface Some CCamera cleanup and docs 2016-05-28 18:44:38 +02:00
motion Removed unused members of COldObject 2016-02-21 15:16:30 +01:00
subclass Updated license headers 2016-02-13 14:11:30 +01:00
task Fix some code style 2016-12-27 15:54:52 +01:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
crash_sphere.h Fixed using SOUND_CLICK instead of SOUND_NONE, some sound documentation fixes 2016-02-19 17:12:27 +01:00
drive_type.cpp Updated license headers 2016-02-13 14:11:30 +01:00
drive_type.h Updated license headers 2016-02-13 14:11:30 +01:00
mission_type.h Updated license headers 2016-02-13 14:11:30 +01:00
object.cpp Fixed AlienWorm collisions (#740) 2016-04-07 20:30:25 +02:00
object.h Updated license headers 2016-02-13 14:11:30 +01:00
object_create_exception.h Updated license headers 2016-02-13 14:11:30 +01:00
object_create_params.h Updated license headers 2016-02-13 14:11:30 +01:00
object_factory.cpp Updated license headers 2016-02-13 14:11:30 +01:00
object_factory.h Updated license headers 2016-02-13 14:11:30 +01:00
object_interface_type.h Updated license headers 2016-02-13 14:11:30 +01:00
object_manager.cpp Added comment explaining container choice 2016-08-13 12:18:54 -06:00
object_manager.h Updated license headers 2016-02-13 14:11:30 +01:00
object_type.h Updated license headers 2016-02-13 14:11:30 +01:00
old_object.cpp Fix mission end before astronaut death scene is finished (#848) 2016-12-27 15:32:38 +01:00
old_object.h Revert CParticle::CheckChannel changes 2016-09-27 18:34:54 +02:00
old_object_interface.cpp Updated license headers 2016-02-13 14:11:30 +01:00
old_object_interface.h Updated license headers 2016-02-13 14:11:30 +01:00
tool_type.cpp Updated license headers 2016-02-13 14:11:30 +01:00
tool_type.h Updated license headers 2016-02-13 14:11:30 +01: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.
 */