colobot/src/graphics/engine
Tomasz Kapuściński 6b7e6cbc75 Added rendering modes and implemented additional OpenGL 2.1 shaders 2016-02-13 03:54:49 +01:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
camera.cpp Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
camera.h Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
cloud.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
cloud.h Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
engine.cpp Added rendering modes and implemented additional OpenGL 2.1 shaders 2016-02-13 03:54:49 +01:00
engine.h Fix for visibility distance setting 2016-01-30 23:58:26 +01:00
lightman.cpp Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
lightman.h Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
lightning.cpp Refactored CPauseManager 2015-08-31 21:47:55 +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 Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02:00
particle.cpp Restored old Ceebot-Teen objects 2015-09-28 22:08:59 +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 Restored old Ceebot-Teen objects 2015-09-28 22:08:59 +02:00
pyro.h Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +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 Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
terrain.h Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
text.cpp Fix crash related to TTF and PHYSFS 2016-02-11 16:12:16 +01:00
text.h Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
water.cpp Fixed water/lava moving and waves (#659) 2015-09-30 20:31:09 +02:00
water.h Fix undefined function colobot-lint issues 2015-09-29 21:44:24 +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
 */