colobot/src/graphics/engine
Piotr Dziwinski 4c10730f87 CCarrierObject interface 2015-07-10 23:16:55 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
camera.cpp CCarrierObject interface 2015-07-10 23:16:55 +02:00
camera.h Refactored keybindings UI and added some keybindings 2014-12-14 16:54:32 +01:00
cloud.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
cloud.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
engine.cpp Refactor model-related code 2015-07-09 21:37:04 +02:00
engine.h Refactor model-related code 2015-07-09 21:37:04 +02:00
lightman.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
lightman.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
lightning.cpp CTransportableObject interface 2015-07-10 19:51:49 +02:00
lightning.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
oldmodelmanager.cpp Refactor model-related code 2015-07-09 21:37:04 +02:00
oldmodelmanager.h Refactor model-related code 2015-07-09 21:37:04 +02:00
particle.cpp Removed old Teen objects 2015-07-10 11:37:32 +02:00
particle.h Sound enum refactoring 2015-07-09 21:32:25 +02:00
planet.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
planet.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
pyro.cpp CCarrierObject interface 2015-07-10 23:16:55 +02:00
pyro.h Refactor CObject interface related to crash spheres 2015-07-10 09:38:53 +02:00
pyro_manager.cpp Fix for issue #492 2015-07-07 21:36:37 +02:00
pyro_manager.h Proper CAuto, CBrain, CMotion, CPhysics, CPyro lifetime management 2015-06-22 21:58:58 +02:00
pyro_type.h Proper CAuto, CBrain, CMotion, CPhysics, CPyro lifetime management 2015-06-22 21:58:58 +02:00
terrain.cpp Refactor model-related code 2015-07-09 21:37:04 +02:00
terrain.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
text.cpp Implemented trilinear filtering, mipmap level setting and anisotropic filtering 2015-05-06 17:55:10 +02:00
text.h Fixed buttons "eating" other characters in SatCom 2015-04-07 12:27:31 +02:00
water.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
water.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +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
 */