summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/terrain.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updated docs and some Doxygen fixesPiotr Dziwinski2012-09-271-3/+5
|
* Refactored resource and relief loadingPiotr Dziwinski2012-09-261-43/+44
| | | | | - now loading can be from any image format - added IntColor struct for precise pixel operations
* * Building should work now without 'ground not flat' messageerihel2012-09-251-6/+6
|
* Various fixesPiotr Dziwinski2012-09-221-6/+21
| | | | | | | | - disabled UserDir() in path lookup - fixed crashes on loading missions in CObject - fixed texture bug in CTerrain - changed mouse move event handling to avoid flooding event queue - enabled all missions for testing
* Data dir pathsPiotr Dziwinski2012-09-221-2/+2
| | | | | - changed access to paths in data directory in CApplication - models now load from data directory
* Namespace and styling fixPiotr Dziwinski2012-09-191-90/+96
|
* CTerrain refactoring & fixesPiotr Dziwinski2012-09-081-502/+455
| | | | | - refactored CTerrain code - fixed some minor bugs
* New model file formatPiotr Dziwinski2012-08-311-1/+1
| | | | | | | - added new binary and text formats for models - fixes and improvements in CModelFile - tool for converting model files - minor additions and fixes
* Fixes in terrain renderingPiotr Dziwinski2012-08-271-3/+9
|
* Object handling in CEnginePiotr Dziwinski2012-08-121-59/+59
| | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* CTerrain implementationPiotr Dziwinski2012-08-081-1/+1801
| | | | | | Added rewritten CTerrain implementation Compiles OK, but functions are missing from other classes Also needs testing
* 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