colobot/src/object
Fiftytwo 8647deafc8 Merge branch dev into dev-gameplus 2021-03-21 22:30:23 +01:00
..
auto Fix more dynamic casts for gcc-11 2020-09-15 10:20:24 +02:00
implementation Fix more dynamic casts for gcc-11 2020-09-15 10:20:24 +02:00
interface Merge branch dev into dev-gameplus 2021-03-21 22:30:23 +01:00
motion Merge branch dev into dev-gameplus 2021-03-21 22:30:23 +01:00
subclass Add Missions+ gamemode 2020-07-20 18:35:31 +02:00
task Merge branch dev into dev-gameplus 2021-03-21 22:30:23 +01:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
crash_sphere.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
drive_type.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
drive_type.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
mission_type.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object_create_exception.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object_create_params.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object_factory.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object_factory.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object_interface_type.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
object_manager.cpp Merge branch dev into dev-gameplus 2021-03-21 22:30:23 +01:00
object_manager.h Fix for issue #1163 (#1332) 2020-07-20 21:55:44 +02:00
object_type.cpp Allow producing objects with no keyword in CBOT (#1335) 2020-07-24 02:20:06 +02:00
object_type.h Allow producing objects with no keyword in CBOT (#1335) 2020-07-24 02:20:06 +02:00
old_object.cpp Merge branch dev into dev-gameplus 2021-03-21 22:30:23 +01:00
old_object.h Add Missions+ gamemode 2020-07-20 18:35:31 +02:00
old_object_interface.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
old_object_interface.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
tool_type.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
tool_type.h Updated license headers (#1317) 2020-07-07 10:19:36 +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.
 */