summaryrefslogtreecommitdiffstats
path: root/src/common/image.h
Commit message (Collapse)AuthorAgeFilesLines
* Ground spot texture drawingPiotr Dziwinski2012-10-201-0/+3
|
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-0/+2
|
* Map texture paintingPiotr Dziwinski2012-09-301-0/+2
|
* Refactored resource and relief loadingPiotr Dziwinski2012-09-261-0/+6
| | | | | - now loading can be from any image format - added IntColor struct for precise pixel operations
* Image pixel read/writePiotr Dziwinski2012-09-131-3/+14
|
* Refactoring in src/commonPiotr Dziwinski2012-09-091-1/+4
| | | | | - refactored CInstanceManager and some headers - removed old headers
* Multitexturing supportPiotr Dziwinski2012-07-041-0/+84
- added CImage class for loading/saving images and a simple test for it - added libpng library to build - added Gfx::Texture struct - updated the Gfx::CDevice interface to include new features - implemented the new features in Gfx::CGLDevice