summaryrefslogtreecommitdiffstats
path: root/src/common/image.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-2/+1
|
* Fixed bugs in texture coloringPiotr Dziwinski2012-09-301-4/+4
|
* Map texture paintingPiotr Dziwinski2012-09-301-0/+7
|
* Refactored resource and relief loadingPiotr Dziwinski2012-09-261-8/+27
| | | | | - now loading can be from any image format - added IntColor struct for precise pixel operations
* Image pixel read/writePiotr Dziwinski2012-09-131-14/+128
|
* Switched to new style castsPiotr Dziwinski2012-07-301-3/+3
| | | | | | - rewrote old C-style casts to new ..._cast<> - corrected some dangerous casts - added -Wold-style-cast to compile flags
* Multitexturing supportPiotr Dziwinski2012-07-041-0/+221
- 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