colobot/src/graphics/engine
krzys-h effd349449 Fixed cutscene camera animation, closes #731 2016-03-15 21:09:21 +01: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 Corrected OpenGL 2.1 engine's error spam and added experimental terrain shadowing 2016-03-10 10:50:54 +01:00
engine.h Corrected OpenGL 2.1 engine's error spam and added experimental terrain shadowing 2016-03-10 10:50:54 +01: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 Updated license headers 2016-02-13 14:11:30 +01: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 Add logging in font loading 2016-02-18 18:07:29 +01:00
text.h Updated license headers 2016-02-13 14:11:30 +01: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
 */