colobot/src/object
Piotr Dziwinski d5ddf3ac76 Addressed comments on commit efedb44 2015-08-15 00:16:50 +02:00
..
auto Add proper initializations and remove manual memory management in remaining classes 2015-08-14 23:44:00 +02:00
implementation Add proper initializations and remove manual memory management in remaining classes 2015-08-14 23:44:00 +02:00
interface Addressed comments on commit efedb44 2015-08-15 00:16:50 +02:00
motion Add proper initializations and remove manual memory management in remaining classes 2015-08-14 23:44:00 +02:00
subclass Addressed comments on commit efedb44 2015-08-15 00:16:50 +02:00
task Addressed comments on commit efedb44 2015-08-15 00:16:50 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +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
mission_type.h Some style and whitespace fixes 2015-08-02 11:36:36 +02:00
object.cpp Add other missing #include <stdexcept> 2015-08-14 19:05:24 +02:00
object.h Refactored object creation 2015-08-14 18:20:44 +02:00
object_create_exception.h CStaticObject subclass using new model framework 2015-07-11 19:52:38 +02:00
object_create_params.h Refactored object creation 2015-08-14 18:20:44 +02:00
object_factory.cpp Removed old Scrap objects; cleaned up some more if()'s 2015-08-13 19:41:21 +02:00
object_factory.h More style fixes 2015-08-02 12:06:14 +02:00
object_interface_type.h Refactored ExplodeObject 2015-08-13 18:54:44 +02:00
object_manager.cpp Add proper initializations and remove manual memory management in remaining classes 2015-08-14 23:44:00 +02:00
object_manager.h Refactored object creation 2015-08-14 18:20:44 +02:00
object_type.h Somehow missed some more Scraps :/ 2015-08-13 19:53:03 +02:00
old_object.cpp Add proper initializations and remove manual memory management in remaining classes 2015-08-14 23:44:00 +02:00
old_object.h Add proper initializations and remove manual memory management in remaining classes 2015-08-14 23:44:00 +02:00
old_object_interface.cpp Add other missing #include <stdexcept> 2015-08-14 19:05:24 +02:00
old_object_interface.h Refactored ExplodeObject 2015-08-13 18:54:44 +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.
 */