colobot/src/object
krzys-h f94519b240 Don't finish mission if there are no win conditions
This replaces the old EndMissionNever hack
2015-07-07 18:04:17 +02:00
..
auto Rename fret/truck to cargo/transporter 2015-06-29 23:11:02 +02:00
level Added support for teams in EndMissionTake 2015-07-07 17:48:49 +02:00
motion Rename fret/truck to cargo/transporter 2015-06-29 23:11:02 +02:00
subclass Introduce new CObject base class and mixin class framework 2015-07-02 23:50:50 +02:00
task Rename fret/truck to cargo/transporter 2015-06-29 23:11:02 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
brain.cpp Rename fret/truck to cargo/transporter 2015-06-29 23:11:02 +02:00
brain.h Further cleaning of CObject interface 2015-06-29 22:46:13 +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
interactive_object.h Introduce new CObject base class and mixin class framework 2015-07-02 23:50: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.h Introduce new CObject base class and mixin class framework 2015-07-02 23:50:50 +02:00
object_create_params.h Create CExchangePost subclass 2015-06-27 23:22:55 +02:00
object_factory.cpp Introduce new CObject base class and mixin class framework 2015-07-02 23:50:50 +02:00
object_factory.h Introduce new CObject base class and mixin class framework 2015-07-02 23:50:50 +02:00
object_interface_type.h Introduce new CObject base class and mixin class framework 2015-07-02 23:50:50 +02:00
object_manager.cpp Added support for teams in EndMissionTake 2015-07-07 17:48:49 +02:00
object_manager.h Added support for teams in EndMissionTake 2015-07-07 17:48:49 +02:00
object_type.h Create CObjectFactory 2015-06-20 19:37:25 +02:00
old_object.cpp Set CBotVar::m_binit type to specific enum instead of plain int. 2015-07-05 23:39:55 +03:00
old_object.h Introduce new CObject base class and mixin class framework 2015-07-02 23:50:50 +02:00
old_object_interface.h Introduce new CObject base class and mixin class framework 2015-07-02 23:50:50 +02:00
robotmain.cpp Don't finish mission if there are no win conditions 2015-07-07 18:04:17 +02:00
robotmain.h Don't finish mission if there are no win conditions 2015-07-07 18:04:17 +02:00
scene_conditions.cpp Added support for teams in EndMissionTake 2015-07-07 17:48:49 +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.
 */