summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/pyro.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed problem with test compilationerihel2013-04-291-1/+1
| | | | | | Altered test cmake files to fix linker problem. Changed tga to png in pyro. Changed enum in CMotionDummy.
* Fixed stupid error, tweaked ambient light colorsPiotr Dziwinski2013-02-281-6/+3
| | | | | | * fixed stupid error in light manager * tweaked ambient light colors to 0.1 of diffuse; colors should not be oversaturated now
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-15/+19
| | | | | | | | | * 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
* Changed model min/max to LOD levelsPiotr Dziwinski2013-01-271-13/+25
|
* Engine optimization - rewritten model managementPiotr Dziwinski2012-12-261-3/+0
| | | | | | | | - new class CModelManager - rewritten engine object structure in CEngine - created shared model data instead of separate objects per each model instance - minor refactoring
* Static objects using OpenGL VBOs and display listsPiotr Dziwinski2012-12-141-0/+3
|
* CPyro rewritePiotr Dziwinski2012-10-031-60/+2263
|
* 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