colobot/src/graphics/engine
krzys-h 0b2f25a6e3 Restored -datadir and -langdir arguments, added -savedir
Also, fixed some crashes when unable to open file
2014-08-06 12:27:17 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
camera.cpp Removed old code based on #ifs (issue #55) 2014-06-27 19:52:09 +02:00
camera.h Fixed code formatting 2013-05-27 10:19:16 +02:00
cloud.cpp Fixed SatCom image loading 2014-07-24 22:17:49 +02:00
cloud.h Fixed code formatting 2013-05-27 10:19:16 +02:00
engine.cpp Fixed SatCom image loading 2014-07-24 22:17:49 +02:00
engine.h CPauseManager 2013-12-31 13:24:09 +01:00
lightman.cpp Fixed some CBot-related memory leaks 2013-10-12 18:50:30 +02:00
lightman.h Fixed some CBot-related memory leaks 2013-10-12 18:50:30 +02:00
lightning.cpp Fixed SatCom image loading 2014-07-24 22:17:49 +02:00
lightning.h Fixed code formatting 2013-05-27 10:19:16 +02:00
modelfile.cpp More work on levels 2014-06-22 21:30:23 +02:00
modelfile.h Enhanced logging, option to auto-start mission 2013-06-16 21:54:36 +02:00
modelmanager.cpp More work on levels 2014-06-22 21:30:23 +02:00
modelmanager.h Better datadir mod support 2014-05-18 12:12:47 +02:00
particle.cpp Fixed SatCom image loading 2014-07-24 22:17:49 +02:00
particle.h Fixed code formatting 2013-05-27 10:19:16 +02:00
planet.cpp Fixed SatCom image loading 2014-07-24 22:17:49 +02:00
planet.h Fixed code formatting 2013-05-27 10:19:16 +02:00
pyro.cpp Fixed SatCom image loading 2014-07-24 22:17:49 +02:00
pyro.h Some Ui refactoring 2013-06-24 22:09:39 +02:00
terrain.cpp Fixed texture and script loading 2014-07-10 16:25:40 +02:00
terrain.h Random relief generator 2014-04-10 21:50:26 +02:00
text.cpp Restored -datadir and -langdir arguments, added -savedir 2014-08-06 12:27:17 +02:00
text.h Fixed code formatting 2013-05-27 10:19:16 +02:00
water.cpp Fixed SatCom image loading 2014-07-24 22:17:49 +02:00
water.h Fixed code formatting 2013-05-27 10:19:16 +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
 */