colobot/src/graphics/engine
krzys-h f6cc629054 Log correct terrain relief resolution 2017-05-18 18:32:22 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
camera.cpp Fixed colobot-lint warnings 2016-07-09 20:39:18 +02:00
camera.h Removed CAM_TYPE_INFO 2016-05-28 18:52:30 +02: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 Fix apperance camera position, closes #802 (#880) 2017-01-02 18:43:19 +01:00
engine.h Fix apperance camera position, closes #802 (#880) 2017-01-02 18:43:19 +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 Add basics of scoreboard implementation; better support for multiple teams 2017-05-17 18:22:58 +02:00
lightning.h Debug menu 2016-03-28 17:58:31 +02: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 Add basics of scoreboard implementation; better support for multiple teams 2017-05-17 18:22:58 +02:00
particle.h Revert CParticle::CheckChannel changes 2016-09-27 18:34:54 +02: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 Add basics of scoreboard implementation; better support for multiple teams 2017-05-17 18:22:58 +02: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 Log correct terrain relief resolution 2017-05-18 18:32:22 +02:00
terrain.h Resources debug mode 2016-03-28 17:58:31 +02:00
text.cpp Fix code style issues 2016-11-26 13:48:12 +01:00
text.h Fixed links in CBot listings in SatCom 2016-06-17 21:13:16 +02: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
 */