colobot/src/graphics/engine
Piotr Dziwinski 3335be42de Fix MSVC compilation
Forgot to push this the last time
2015-08-30 22:11:30 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
camera.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
camera.h Fix license header in all files 2015-08-22 16:40:02 +02:00
cloud.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
cloud.h Fix license header in all files 2015-08-22 16:40:02 +02:00
engine.cpp Recalculate camera projection matrix after aspect ratio change 2015-08-25 16:18:01 +02:00
engine.h Fix license header in all files 2015-08-22 16:40:02 +02:00
lightman.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
lightman.h Fix license header in all files 2015-08-22 16:40:02 +02:00
lightning.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
lightning.h Fix license header in all files 2015-08-22 16:40:02 +02:00
oldmodelmanager.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
oldmodelmanager.h Fix license header in all files 2015-08-22 16:40:02 +02:00
particle.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
particle.h Fix MSVC compilation 2015-08-30 22:11:30 +02:00
planet.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
planet.h Fix license header in all files 2015-08-22 16:40:02 +02:00
planet_type.h Fix license header in all files 2015-08-22 16:40:02 +02:00
pyro.cpp Fixed Shielder not being destructible by OrgaMatter even when the shield is not active, closes #597 2015-08-24 21:12:06 +02:00
pyro.h Fix license header in all files 2015-08-22 16:40:02 +02:00
pyro_manager.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
pyro_manager.h Fix license header in all files 2015-08-22 16:40:02 +02:00
pyro_type.h Fix license header in all files 2015-08-22 16:40:02 +02:00
terrain.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
terrain.h Fix license header in all files 2015-08-22 16:40:02 +02:00
text.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
text.h Fix license header in all files 2015-08-22 16:40:02 +02:00
water.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
water.h Fix license header in all files 2015-08-22 16:40:02 +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
 */