summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/pyro.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix for #228Piotr Dziwinski2013-06-261-9/+15
| | | | * "empty" objects were wrongly handled in CPyro
* Some Ui refactoringerihel2013-06-241-5/+2
|
* Added debug aids for lightingPiotr Dziwinski2013-06-171-0/+1
| | | | | | * displaying positions of current lights (F11) * dumping info to console (F10) * added assert() in suspicious place in CPyro
* Fix for #133Piotr Dziwinski2013-06-171-1/+15
| | | | | * objects are now copied and textures are updated correctly * also added function to debug objects
* Fixed variable shadowing warningsPiotr Dziwinski2013-05-271-5/+7
| | | | | * 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
* 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