colobot/src/graphics/engine
Piotr Dziwinski f9b09d08f0 Create CObjectFactory
* move functions creating objects to new class CObjectFactory
 * replace calls to CObject::Create*() with CObjectManager::Create()
 * move creation/deletion of some objects to better places
 * make CModelManager non-singleton
 * clean up some code in changed functions
2015-06-20 19:37:25 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
camera.cpp Moved all CObject management from CInstanceManager to CObjectManager 2014-12-21 19:04:31 +01: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 Create CObjectFactory 2015-06-20 19:37:25 +02:00
engine.h Create CObjectFactory 2015-06-20 19:37:25 +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 Moved all CObject management from CInstanceManager to CObjectManager 2014-12-21 19:04:31 +01:00
lightning.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
modelfile.cpp Fixed linking convert_model (#332) 2014-10-25 12:44:52 +02:00
modelfile.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
modelmanager.cpp Create CObjectFactory 2015-06-20 19:37:25 +02:00
modelmanager.h Create CObjectFactory 2015-06-20 19:37:25 +02:00
particle.cpp Moved all CObject management from CInstanceManager to CObjectManager 2014-12-21 19:04:31 +01:00
particle.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +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 Added nullptr checks in CPyro, should fix #462 2015-04-18 11:33:39 +02:00
pyro.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
terrain.cpp Fixes recent mistake (- instead of +) 2015-05-07 13:05:20 +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
 */