summaryrefslogtreecommitdiff
path: root/src/resources/image.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-07-27Improve 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
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer1-23/+43
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-2/+2
2007-06-20Set GL texture index to zero when an image uses the SDL backend (fix by Guill...Philipp Sehmisch1-1/+5
2007-06-03Fixed image loading in software mode to not check for alpha layer with imagesBjørn Lindeijer1-11/+14
2007-06-03Fixed image loading in software mode to not assume all images are 32-bit.Bjørn Lindeijer1-1/+1
2007-03-20Reduced amount of useless logging, calculate nearest power of two in a functionBjørn Lindeijer1-37/+44
2007-03-18Added man page by Patrick Matthäi and restored alpha layer check.Bjørn Lindeijer1-3/+30
2007-03-18Added --version to the arguments, deleted the 'pink-code'.Rogier Polak1-68/+4
2006-12-24Major rendering performance increase in software mode, by not using RLEBjørn Lindeijer1-3/+3
2006-11-26Higher precision log timestamps, some more logging and support for TGA images.Bjørn Lindeijer1-1/+9
2006-09-07Fixed a typo.Björn Steinbrink1-1/+1
2006-09-07Worked around a memory leak when using OpenGL.Björn Steinbrink1-5/+16
2006-03-16A bunch of cosmetic changes.Björn Steinbrink1-5/+7
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-17/+17
2006-03-08Some fixes for compiling with pedantic compiler settings and const char* checks.Bjørn Lindeijer1-2/+2