summaryrefslogtreecommitdiff
path: root/src/resources/image.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+77
2009-03-17Added an image merge feature loosely based on a merge function found inIra Rice1-2/+77
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-01-30Some style cleanups to the image class. TODO: Find a way to fix theIra Rice1-21/+22
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+1
2008-07-18Import of client treeLloyd Bryant1-1/+1
2007-11-21Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer...Bjørn Lindeijer1-1/+46
2007-11-20Merged revisions 3642,3662-3664,3667 via svnmerge from Bjørn Lindeijer1-24/+11