colobot/src/graphics/engine
krzys-h a5c84b9a1e Removed unused OBJECT_FIX and OBJECT_FRET 2015-08-18 11:43:41 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
camera.cpp Removed unused OBJECT_FIX and OBJECT_FRET 2015-08-18 11:43:41 +02:00
camera.h Moved settings out of CMainDialog into a separate class 2015-08-04 12:46:54 +02:00
cloud.cpp Moved files not directly related to CObject into src/level/ directory 2015-08-13 11:47:32 +02:00
cloud.h Add proper initializations in CWater, CTerrain and CCloud 2015-08-06 08:22:11 +02:00
engine.cpp Compile fixes for MSVC2013 2015-08-16 00:39:08 +02:00
engine.h Compile fixes for MSVC2013 2015-08-16 00:39:08 +02:00
lightman.cpp More style fixes 2015-08-02 12:06:14 +02:00
lightman.h Include refactoring 2015-08-02 17:49:07 +02:00
lightning.cpp Apply clang-modernize -use-nullptr 2015-08-17 22:40:52 +02:00
lightning.h Add proper initializations in remaining graphics classes 2015-08-06 09:33:27 +02:00
oldmodelmanager.cpp Include refactoring 2015-08-02 17:49:07 +02:00
oldmodelmanager.h Add proper initializations in remaining graphics classes 2015-08-06 09:33:27 +02:00
particle.cpp Apply clang-modernize -use-nullptr 2015-08-17 22:40:52 +02:00
particle.h Compile fixes for MSVC2013 2015-08-16 00:39:08 +02:00
planet.cpp Address comments on commit d7bc28a 2015-08-06 11:17:54 +02:00
planet.h Address comments on commit d7bc28a 2015-08-06 11:17:54 +02:00
planet_type.h Address comments on commit d7bc28a 2015-08-06 11:17:54 +02:00
pyro.cpp Apply clang-modernize -use-nullptr 2015-08-17 22:40:52 +02:00
pyro.h Compile fixes for MSVC2013 2015-08-16 00:39:08 +02:00
pyro_manager.cpp More style fixes 2015-08-02 12:06:14 +02:00
pyro_manager.h More style fixes 2015-08-02 12:06:14 +02:00
pyro_type.h Refactored ExplodeObject 2015-08-13 18:54:44 +02:00
terrain.cpp Removed a lot of useless settings (#556) 2015-08-14 13:04:05 +02:00
terrain.h Compile fixes for MSVC2013 2015-08-16 00:39:08 +02:00
text.cpp Replace NULL -> nullptr 2015-08-16 12:43:42 +02:00
text.h Remove manual memory management from graphics classes 2015-08-12 21:07:16 +02:00
water.cpp Moved files not directly related to CObject into src/level/ directory 2015-08-13 11:47:32 +02:00
water.h Compile fixes for MSVC2013 2015-08-16 00:39:08 +02:00

README.txt

/**
 * \dir src/graphics/engine
 * \brief Graphics engine
 *
 * CEngine class and various other classes implementing the main features
 * of graphics engine from model loading to decorative particles
 *
 * Graphics operations are done on abstract interface from src/graphics/core
 */