colobot/src/object
krzys-h 648dfd75c4 Fix handling of particle 'father' objects when they are destroyed 2017-05-23 20:31:55 +02:00
..
auto Some CRobotMain cleanup 2016-12-27 23:38:57 +01:00
implementation Remove character limit in CEdit (#836) 2016-09-25 19:13:04 +02:00
interface Add basics of scoreboard implementation; better support for multiple teams 2017-05-17 18:22:58 +02:00
motion Fix rendering glasses in FPP camera, closes #775 (#959) 2017-05-23 18:57:41 +02: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 Change bullet collision logic to allow for collisions with non-damageable objects 2017-04-29 13:14:10 +02: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 Add Barricade objects 2017-05-19 15:33:44 +02: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 Add Barricade objects 2017-05-19 15:33:44 +02:00
object_manager.h Fix all compiler warnings and enable -Werror (#955) 2017-05-22 11:10:35 +02:00
object_type.h Add Barricade objects 2017-05-19 15:33:44 +02:00
old_object.cpp Fix handling of particle 'father' objects when they are destroyed 2017-05-23 20:31:55 +02:00
old_object.h Add Barricade objects 2017-05-19 15:33:44 +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.
 */