summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/particle.h
Commit message (Collapse)AuthorAgeFilesLines
* Documentation updatePiotr Dziwinski2012-08-111-1/+4
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Graphics stubsPiotr Dziwinski2012-08-091-41/+50
| | | | | | | - 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
* CTerrain implementationPiotr Dziwinski2012-08-081-3/+3
| | | | | | Added rewritten CTerrain implementation Compiles OK, but functions are missing from other classes Also needs testing
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+337
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine