summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/camera.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Graphics stubsPiotr Dziwinski2012-08-091-12/+69
| | | | | | | - 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
* CCamera rewritePiotr Dziwinski2012-07-291-1/+1642
| | | | | Rewritten old code; doesn't compile yet because changes in other modules are needed.
* 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