summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/water.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
| |
* | Fixed SatCom image loadingkrzys-h2014-07-241-3/+3
|/ | | | Now LoadTexture/SetTexture functions require full path with "textures/" directory
* 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-15/+13
| | | | | | | | | * 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
* ComputeSphereVisibility and fixes in CEngine TODOsPiotr Dziwinski2012-10-201-2/+4
| | | | | | | - view frustum culling with ComputeSphereVisibility - game should run faster now - resolved/removed most TODOs from CEngine - fixed OpenGL tests
* Lighting fix (experimental)Piotr Dziwinski2012-09-261-14/+9
| | | | | - changed fixed light allocation to prioritized per-use basis - minor refactoring in CPlanet and CWater
* Namespace and styling fixPiotr Dziwinski2012-09-191-57/+66
|
* CTerrain refactoring & fixesPiotr Dziwinski2012-09-081-16/+16
| | | | | - refactored CTerrain code - fixed some minor bugs
* Rendering functions, documentationPiotr Dziwinski2012-08-131-115/+82
| | | | | - rewrote the render functions for CEngine, CCloud and CWater - added documentation
* Object handling in CEnginePiotr Dziwinski2012-08-121-29/+32
| | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* Fixes & testing in CEnginePiotr Dziwinski2012-08-121-4/+1
| | | | | - fixed bugs in settings modes, etc. - some additions and minor refactoring
* Graphics stubsPiotr Dziwinski2012-08-091-4/+2
| | | | | | | - 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
* CWater and CCloud basic implementationPiotr Dziwinski2012-08-081-1/+639
| | | | | Added rewritten implementation for CWater and CCloud Won't link yet because of missing functions
* 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