colobot/src/object
krzys-h cba3863d75 Fixed bug with object loading introduced in 083f216529 2015-07-22 12:51:29 +02:00
..
auto Team object recoloring (#514) 2015-07-22 12:45:50 +02:00
interface Clean up more functions from COldObjectInterface 2015-07-12 20:05:12 +02:00
level Finished support for up to 999 chapters and levels 2015-07-18 19:48:25 +02:00
motion Team object recoloring (#514) 2015-07-22 12:45:50 +02:00
subclass Team object recoloring (#514) 2015-07-22 12:45:50 +02:00
task Team object recoloring (#514) 2015-07-22 12:45:50 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
brain.cpp Use MakeUnique with level parser classes 2015-07-17 20:38:21 +02:00
brain.h Removed manual memory management in CBrain in program list 2015-07-17 19:53:17 +02:00
crash_sphere.h Refactor CObject interface related to crash spheres 2015-07-10 09:38:53 +02:00
drive_type.cpp Refactored EnableBuild, EnableResearch and DoneResearch 2015-07-13 17:38:19 +02:00
drive_type.h Refactored EnableBuild, EnableResearch and DoneResearch 2015-07-13 17:38:19 +02:00
level_category.cpp CPlayerProgress 2015-07-18 23:14:20 +02:00
level_category.h LevelCategory enum 2015-07-18 19:45:40 +02:00
mainmovie.cpp Remove unnecessary #include "object/object.h" 2015-07-12 14:23:18 +02:00
mainmovie.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
mission_type.h Basic support for teams and code battle missions 2015-06-26 22:07:55 +02:00
object.cpp Refactor old Get/SetAngle/Zoom -> Get/SetPartRotation/Scale 2015-07-14 21:35:43 +02:00
object.h Refactor old Get/SetAngle/Zoom -> Get/SetPartRotation/Scale 2015-07-14 21:35:43 +02:00
object_create_exception.h CStaticObject subclass using new model framework 2015-07-11 19:52:38 +02:00
object_create_params.h Team object recoloring (#514) 2015-07-22 12:45:50 +02:00
object_factory.cpp Team object recoloring (#514) 2015-07-22 12:45:50 +02:00
object_factory.h CStaticObject subclass using new model framework 2015-07-11 19:52:38 +02:00
object_interface_type.h CStaticObject subclass using new model framework 2015-07-11 19:52:38 +02:00
object_manager.cpp Team object recoloring (#514) 2015-07-22 12:45:50 +02:00
object_manager.h Team object recoloring (#514) 2015-07-22 12:45:50 +02:00
object_type.h CStaticObject subclass using new model framework 2015-07-11 19:52:38 +02:00
old_object.cpp Fixed bug with object loading introduced in 083f216529 2015-07-22 12:51:29 +02:00
old_object.h Use MakeUnique with level parser classes 2015-07-17 20:38:21 +02:00
old_object_interface.cpp DeselList refactoring 2015-07-15 18:09:23 +02:00
old_object_interface.h DeselList refactoring 2015-07-15 18:09:23 +02:00
player_profile.cpp Fixed huge lag on closing settings 2015-07-19 21:35:55 +02:00
player_profile.h Removed obsolete save directory configuration 2015-07-19 16:05:09 +02:00
robotmain.cpp Fixed bug with object loading introduced in 083f216529 2015-07-22 12:51:29 +02:00
robotmain.h Team object recoloring (#514) 2015-07-22 12:45:50 +02:00
scene_conditions.cpp GetPostion(), GetRotation() and GetScale() in CObject interface 2015-07-12 11:05:50 +02:00
scene_conditions.h Added support for teams in EndMissionTake 2015-07-07 17:48:49 +02:00
tool_type.cpp CObject interface cleanup 2015-06-25 20:43:50 +02:00
tool_type.h CObject interface cleanup 2015-06-25 20:43:50 +02:00
trace_color.cpp TraceColor enum 2015-07-14 13:53:50 +02:00
trace_color.h TraceColor enum 2015-07-14 13:53:50 +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.
 */