summaryrefslogtreecommitdiffstats
path: root/src/common/image.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-15/+18
|
* formatting and enhancements for savefile screenshot featureMohamed Waheed2014-06-241-1/+1
|
* implemented savefile screenshot featureMohamed Waheed2014-06-241-0/+6
|
* Fix for crash when loading PNG in indexed modePiotr Dziwinski2013-11-151-0/+6
| | | | For example, some icons in SatCom
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Non-power-of-2 padding for background imagesPiotr Dziwinski2013-05-111-0/+3
| | | | | * added padding options * removed old hardcoded image sizes
* 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