summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/particle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed variable shadowing warningsPiotr Dziwinski2013-05-271-3/+3
| | | | | * fixed -Wshadow warnings * refactored some constructors
* 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-13/+16
| | | | | | | | | * 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
* Fix track mapping and sphere particle positionPiotr Dziwinski2012-10-191-1/+1
|
* CParticle rewritePiotr Dziwinski2012-10-051-129/+3737
|
* Namespace and styling fixPiotr Dziwinski2012-09-191-48/+54
|
* warnings fight in progress.Zaba9992012-09-181-1/+1
|
* Object handling in CEnginePiotr Dziwinski2012-08-121-43/+43
| | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* Graphics stubsPiotr Dziwinski2012-08-091-1/+280
| | | | | | | - 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