summaryrefslogtreecommitdiff
path: root/src/graphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-26Added functions to draw images at sub-pixel positionsThorbjørn Lindeijer1-0/+29
2024-03-22Added support for scaling the outputThorbjørn Lindeijer1-16/+13
2024-02-27Added VSync and windowed fullscreen optionsThorbjørn Lindeijer1-333/+8
2024-02-06Fixed crash when taking a screenshotThorbjørn Lindeijer1-1/+5
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer1-0/+9
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-2/+2
2024-01-25Ported to SDL2Thorbjørn Lindeijer1-153/+214
2012-08-12Removed ImageLoader and ProxyImage classesThorbjørn Lindeijer1-10/+0
2012-08-05Revert "Graphics: take only const pointers to images."Thorbjørn Lindeijer1-3/+3
2012-08-05Graphics: take only const pointers to images.Stefan Beller1-3/+3
2012-02-09Fixed wallpaper prescaling issuesThorbjørn Lindeijer1-17/+33
2012-02-09Allow changing fullscreen resolution without restartThorbjørn Lindeijer1-35/+32
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-22Allow resizing of the game in windowed modeThorbjørn Lindeijer1-0/+27
2010-05-20Buffer layered sprites under SDLJared Adams1-2/+8
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-14Use setTarget a bit earlierThorbjørn Lindeijer1-3/+1
2010-02-14Removed a redundant SDL_Surface pointerTametomo1-16/+15
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-26Fixed crash when failing to switch to fullscreen/windowedThorbjørn Lindeijer1-7/+14
2009-08-13Changed mImage member to mSDLSurface as it is SDL specific...Bertram1-16/+20
2009-07-27Added the ability to ask a ambient layer to keep its ratio when the resolutio...Bertram1-0/+42
2009-07-24Made the wallpaper be rescaled when necessary under SDL and OpenGL.Bertram1-2/+39
2009-04-14Put the remaining unnamespaced handlers in a namespaceBjørn Lindeijer1-2/+2
2009-03-25A host of code style fixesBjørn Lindeijer1-1/+1
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-27/+33
2009-03-16Applied a similar optimization as in commitIra Rice1-12/+22
2009-03-10Extended window layout to take relative positions, as well as offsets toIra Rice1-17/+13
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-10/+8
2008-12-29Fixed a video resolution switching crash.Ira Rice1-1/+0
2008-12-26Fixed a potential leak in setup, changed the default border color toIra Rice1-1/+2
2008-12-20Enabled video mode switching, as well as got rid of an old, unneededIra Rice1-0/+2
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
2008-07-18Import of client treeLloyd Bryant1-1/+1
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer1-2/+13
2007-06-03Fixed image loading in software mode to not check for alpha layer with imagesBjørn Lindeijer1-13/+0
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch1-0/+11
2006-12-12Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h)Bjørn Lindeijer1-2/+0
2006-11-26Higher precision log timestamps, some more logging and support for TGA images.Bjørn Lindeijer1-0/+3
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-2/+4
2006-05-03Increased fps limit granularity and cleaned some code, fixed some xml library...Eugenio Favalli1-11/+0
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-3/+3
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-16/+12
2005-09-19Mostly code cleanups related to commits in past two days.Bjørn Lindeijer1-6/+0
2005-09-18Move the writing logic out of the Graphics class once again... Some cleanups ...Björn Steinbrink1-44/+1
2005-09-18Some minor optimizations.Yohann Ferreira1-7/+5
2005-09-18Removed unuseful comments. Made the saveScreenshots() function return a corre...Yohann Ferreira1-88/+5