summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/lightning.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' into dev-physfskrzys-h2014-10-141-16/+18
|\ | | | | | | | | Conflicts: data
| * Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-16/+18
| |
* | Moved effect??.png textures and made pos= in GroundSpot optionalkrzys-h2014-09-271-1/+1
| |
* | Fixed SatCom image loadingkrzys-h2014-07-241-1/+1
| | | | | | | | Now LoadTexture/SetTexture functions require full path with "textures/" directory
* | Fixed texture and script loadingkrzys-h2014-07-101-1/+1
| |
* | Big part of PhysFS supportKrzysztof Dermont2014-06-201-1/+1
|/ | | | | | | | | | | * removed -mod argument * removed -datadir argument * removed -lang argument * removed some dead ui code * added resource manager and file loaders (stream and SDL) * changed interface textures location to match new directory structure * removed CGameData for mod support * added PhysFS support
* 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-10/+12
| | | | | | | | | * 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
* Removed unnecessary dynamic_castsPiotr Dziwinski2012-10-171-1/+1
|
* CLightning rewritePiotr Dziwinski2012-10-051-26/+349
|
* Namespace and styling fixPiotr Dziwinski2012-09-191-11/+17
|
* Object handling in CEnginePiotr Dziwinski2012-08-121-10/+10
| | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* Graphics stubsPiotr Dziwinski2012-08-091-1/+67
| | | | | | | - 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