colobot/src/object
krzys-h bb35585194 Fix object.factory() code type detection, closes 2017-06-03 21:43:10 +02:00
..
auto Fix object.factory() code type detection, closes 2017-06-03 21:43:10 +02:00
implementation Remove character limit in CEdit () 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 () 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 () 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 Fix -Wundefined-var-template warning () 2017-05-29 20:46:11 +02:00
object_manager.h Remove unnecessary m_instance declarations 2017-05-24 14:00:34 +02:00
object_type.h Add Barricade objects 2017-05-19 15:33:44 +02:00
old_object.cpp Fix alien animations after 5d4dfd8cb5 2017-05-24 10:45:31 +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.
 */