colobot/src/graphics/engine
Piotr Dziwinski 720705bd6b Some colobot-lint fixes 2016-03-19 12:33:54 +13:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
camera.cpp Fixed cutscene camera animation, closes #731 2016-03-15 21:09:21 +01:00
camera.h Restored old camera scroll as a config option 2016-02-19 17:14:08 +01:00
cloud.cpp Updated license headers 2016-02-13 14:11:30 +01:00
cloud.h Updated license headers 2016-02-13 14:11:30 +01:00
engine.cpp Some colobot-lint fixes 2016-03-19 12:33:54 +13:00
engine.h Debug mode for displaying crash spheres, closes #400 2016-03-19 11:54:58 +13:00
lightman.cpp FIXED ALL GOLD EDITION LIGHTING PROBLEMS!! Yay! 2016-02-21 15:35:52 +01:00
lightman.h Updated license headers 2016-02-13 14:11:30 +01:00
lightning.cpp Updated license headers 2016-02-13 14:11:30 +01:00
lightning.h Updated license headers 2016-02-13 14:11:30 +01:00
oldmodelmanager.cpp Updated license headers 2016-02-13 14:11:30 +01:00
oldmodelmanager.h Updated license headers 2016-02-13 14:11:30 +01:00
particle.cpp Optimize use of textures in text rendering, closes #215 2016-03-19 12:00:56 +13:00
particle.h Updated license headers 2016-02-13 14:11:30 +01:00
planet.cpp Updated license headers 2016-02-13 14:11:30 +01:00
planet.h Updated license headers 2016-02-13 14:11:30 +01:00
planet_type.h Updated license headers 2016-02-13 14:11:30 +01:00
pyro.cpp Updated license headers 2016-02-13 14:11:30 +01:00
pyro.h Updated license headers 2016-02-13 14:11:30 +01:00
pyro_manager.cpp Updated license headers 2016-02-13 14:11:30 +01:00
pyro_manager.h Updated license headers 2016-02-13 14:11:30 +01:00
pyro_type.h Updated license headers 2016-02-13 14:11:30 +01:00
terrain.cpp Updated license headers 2016-02-13 14:11:30 +01:00
terrain.h Updated license headers 2016-02-13 14:11:30 +01:00
text.cpp Optimize use of textures in text rendering, closes #215 2016-03-19 12:00:56 +13:00
text.h Optimize use of textures in text rendering, closes #215 2016-03-19 12:00:56 +13:00
water.cpp Removed dirt from water surface 2016-02-27 15:29:41 +01:00
water.h Updated license headers 2016-02-13 14:11:30 +01: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
 */