summaryrefslogtreecommitdiff
path: root/src/resources/image.cpp
AgeCommit message (Expand)AuthorFilesLines
14 daysFixed issues related to wrong alpha mod set on texturesThorbjørn Lindeijer1-12/+3
2025-07-04Added logging priorities and use SDLs logging facilitiesThorbjørn Lindeijer1-13/+11
2025-04-29Dye: Cast to SDL_Color rather than shifting bits aroundThorbjørn Lindeijer1-12/+13
2025-04-05Avoid pixel format conversions when applying dyeThorbjørn Lindeijer1-19/+22
2024-04-02General code cleanupsThorbjørn Lindeijer1-1/+1
2024-03-21Removed the unused Image::mLoaded memberThorbjørn Lindeijer1-29/+19
2024-03-21Use std::function in ResourceManagerThorbjørn Lindeijer1-8/+0
2024-02-13General code cleanupsThorbjørn Lindeijer1-14/+4
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-10/+10
2024-01-25Ported to SDL2Thorbjørn Lindeijer1-262/+29
2012-08-05Removed 'virtual' from methods of ImageThorbjørn Lindeijer1-7/+8
2012-08-05Avoid copying surfaces unnecessarily for upload to textureThorbjørn Lindeijer1-25/+35
2012-08-05Specify a more specific image format when uploading texturesThorbjørn Lindeijer1-1/+1
2012-08-05Added support for ARB_texture_non_power_of_two extensionThorbjørn Lindeijer1-1/+2
2012-08-05Fixed indentation of Image::_GLloadThorbjørn Lindeijer1-75/+75
2012-07-25Revert "Leave the default values for OpenGL texture filters"Thorbjørn Lindeijer1-0/+2
2012-02-12Leave the default values for OpenGL texture filtersThorbjørn Lindeijer1-2/+0
2012-02-09Fixed wallpaper prescaling issuesThorbjørn Lindeijer1-14/+35
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-24Removed unused function Image::SDLmergeThorbjørn Lindeijer1-78/+0
2012-01-24Use SDL_RWops directly on top of PhysFSThorbjørn Lindeijer1-5/+2
2010-10-22Turned the OpenGL and disable transparency options as static members.Yohann Ferreira1-16/+19
2010-10-17Added Low CPU Mode toggle in video setup. Defaults to On.madcamel@gmail.com1-0/+4
2010-10-16Implement opacity cache for SDL surfaces.Andrei Karas1-7/+87
2010-08-03Improve OpenGL speed.Andrei Karas1-1/+6
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-02-01Moved from SDLrescalefacility to SDL_gfx.Bertram1-4/+3
2010-01-12Standardize header orderJared Adams1-1/+1
2010-01-10Change code styleAndrei Karas1-2/+1
2009-09-17Optimized the Image::setAlpha() function for SDL.Bertram1-14/+25
2009-08-15Fix some compile errorsJared Adams1-1/+1
2009-08-15Removed unused include.Bertram1-1/+0
2009-08-15Mantis #783: Fixed window opacity breaks in software (SDL) mode.Bertram1-37/+63
2009-08-14Fixed the compilation without OpenGL Support, and remove a too young function.Bertram1-36/+5
2009-08-13Fix compile errorsJared Adams1-8/+10
2009-08-14Added a Alpha Channel copier for 32 bit SDL based images.Bertram1-5/+35
2009-08-14Minor update...Bertram1-3/+0
2009-08-14Prevented another possible segfault...Bertram1-0/+3
2009-08-14Reliability fix in Image::Image(SDL_Surface*)...Bertram1-3/+2
2009-08-14Added a new function to know if an image is using an alpha channel.Bertram1-1/+41
2009-08-14Made the mLoaded member working again.Bertram1-2/+22
2009-08-13Changed mImage member to mSDLSurface as it is SDL specific...Bertram1-18/+18
2009-08-13Cleaned up the image code a bit...Bertram1-138/+146
2009-08-06Use fillRectangle instead of tiling a colored imageThorbjørn Lindeijer1-29/+6
2009-07-26Fixed a '+' string operation, and attempt to resolve the Mantis 427.Bertram1-12/+35
2009-07-25Fixed compile warnings about unsigned/signed integer comparisonsThorbjørn Lindeijer1-1/+1
2009-07-24Made the wallpaper be rescaled when necessary under SDL and OpenGL.Bertram1-1/+38
2009-03-27Fixed include structure in resource/ directoryBjørn Lindeijer1-15/+15