summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/particle.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-3/+1
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-1/+1
|
* CParticle rewritePiotr Dziwinski2012-10-051-155/+198
|
* Namespace and styling fixPiotr Dziwinski2012-09-191-28/+30
|
* warnings fight in progress.Zaba9992012-09-181-1/+1
|
* Rendering functions, documentationPiotr Dziwinski2012-08-131-1/+6
| | | | | - rewrote the render functions for CEngine, CCloud and CWater - added documentation
* 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