summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/pyro.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Namespace and styling fixPiotr Dziwinski2012-09-191-26/+32
|
* Object handling in CEnginePiotr Dziwinski2012-08-121-25/+25
| | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* Graphics stubsPiotr Dziwinski2012-08-091-1/+157
| | | | | | | - added stubs for functions in CLightning, CParticle and CPyro - cleaned object.h and physics.h headers - created temporary stubs to compile CCamera - other necessary changes to compile successfully
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+23
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine