colobot/src/graphics/engine
Piotr Dziwinski 1183ed1980 Refactor old Get/SetPosition -> Get/SetPartPosition 2015-07-14 19:40:39 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
camera.cpp GetPostion(), GetRotation() and GetScale() in CObject interface 2015-07-12 11:05:50 +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 Better mouse scaling on widescreen resolutions 2015-07-13 11:58:52 +02:00
engine.h CStaticObject subclass using new model framework 2015-07-11 19:52:38 +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 GetPostion(), GetRotation() and GetScale() in CObject interface 2015-07-12 11:05:50 +02:00
lightning.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
oldmodelmanager.cpp CStaticObject subclass using new model framework 2015-07-11 19:52:38 +02:00
oldmodelmanager.h CStaticObject subclass using new model framework 2015-07-11 19:52:38 +02:00
particle.cpp Made pendown() trace opaque 2015-07-14 17:38:29 +02:00
particle.h Removed unused particle types 2015-07-14 14:16:19 +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 Refactor old Get/SetPosition -> Get/SetPartPosition 2015-07-14 19:40:39 +02:00
pyro.h Remove unused reset code 2015-07-13 22:46:51 +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
 */