colobot/src/object
Piotr Dziwinski 3ed8980c46 Make CTask classes use COldObject 2015-07-12 14:22:12 +02:00
..
auto Make CAuto classes use COldObject 2015-07-12 14:01:07 +02:00
interface GlobalSphere -> CameraCollisionSphere refactoring 2015-07-11 13:52:04 +02:00
level Removed old Teen objects 2015-07-10 11:37:32 +02:00
motion Make CMotion classes use COldObject 2015-07-12 14:01:14 +02:00
subclass GetPostion(), GetRotation() and GetScale() in CObject interface 2015-07-12 11:05:50 +02:00
task Make CTask classes use COldObject 2015-07-12 14:22:12 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
brain.cpp Make CPhysics and CBrain use COldObject 2015-07-12 14:19:09 +02:00
brain.h Make CPhysics and CBrain use COldObject 2015-07-12 14:19:09 +02:00
crash_sphere.h Refactor CObject interface related to crash spheres 2015-07-10 09:38:53 +02:00
drive_type.cpp CObject interface cleanup 2015-06-25 20:43:50 +02:00
drive_type.h CObject interface cleanup 2015-06-25 20:43:50 +02:00
mainmovie.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26: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 Fix some more CObject interface issues 2015-07-12 00:03:57 +02:00
object.h GetPostion(), GetRotation() and GetScale() in CObject interface 2015-07-12 11:05:50 +02:00
object_create_exception.h CStaticObject subclass using new model framework 2015-07-11 19:52:38 +02:00
object_create_params.h Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
object_factory.cpp GetPostion(), GetRotation() and GetScale() in CObject interface 2015-07-12 11:05: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 Make object deletion safe while iterating through their list 2015-07-12 13:16:07 +02:00
object_manager.h Make object deletion safe while iterating through their list 2015-07-12 13:16:07 +02:00
object_type.h CStaticObject subclass using new model framework 2015-07-11 19:52:38 +02:00
old_object.cpp GetPostion(), GetRotation() and GetScale() in CObject interface 2015-07-12 11:05:50 +02:00
old_object.h Fix some more CObject interface issues 2015-07-12 00:03:57 +02:00
old_object_interface.cpp Fix some more CObject interface issues 2015-07-12 00:03:57 +02:00
old_object_interface.h Fix some more CObject interface issues 2015-07-12 00:03:57 +02:00
robotmain.cpp Make CTask classes use COldObject 2015-07-12 14:22:12 +02:00
robotmain.h CStaticObject subclass using new model framework 2015-07-11 19:52:38 +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

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.
 */