summaryrefslogtreecommitdiff
path: root/src/openglgraphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-08-12Removed manual calling of glFlush and made glFinish optionalThorbjørn Lindeijer1-3/+20
2012-08-05Added support for ARB_texture_non_power_of_two extensionThorbjørn Lindeijer1-1/+4
2012-08-05Some cleanups in OpenGL codeThorbjørn Lindeijer1-37/+0
2012-08-05Fixed mixup of parameter types in OpenGL codeThorbjørn Lindeijer1-4/+4
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-22Allow resizing of the game in windowed modeThorbjørn Lindeijer1-0/+11
2012-01-16Restore GL_PACK_ALIGNMENT after creating screenshots in OpenGL modeAndrei Karas1-0/+4
2011-09-13Fixed OpenGLGraphics::drawRescaledImagePatternThorbjørn Lindeijer1-32/+45
2010-12-06Removed superfluous #includes taken from checkheaders list.Yohann Ferreira1-2/+0
2010-07-27Improve OpenGL speed.Andrei Karas1-107/+395
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-14Removed a redundant SDL_Surface pointerTametomo1-7/+7
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-27Copy height/width/bpp cache setting from Graphics::setVideoMode to OpenGLGrap...Daniel Bradshaw1-0/+3
2010-01-12Standardize header orderJared Adams1-2/+2
2009-10-09Made the smooth effect quadratic.Bertram1-0/+5
2009-10-09IAS (I am stupid (TM) ;D...Bertram1-4/+6
2009-10-09Final fix (or I hope so) to smooth effect in OpenGL.Bertram1-2/+3
2009-10-07Fixed wallpaper blur by only using resized image drawing when it is necessaryPhilipp Sehmisch1-0/+6
2009-09-23Added a basic smooth effect to rescaled wallpapers in OpenGL.Bertram1-0/+23
2009-07-27Added the ability to ask a ambient layer to keep its ratio when the resolutio...Bertram1-0/+43
2009-07-24Made the wallpaper be rescaled when necessary under SDL and OpenGL.Bertram1-0/+67
2009-04-14Unduplicated the code that draws a quadBjørn Lindeijer1-58/+36
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-20/+93
2009-03-18Fixed a broken Mac include for SDL_ttfBjørn Lindeijer1-2/+2
2009-03-17Added an image merge feature loosely based on a merge function found inIra Rice1-1/+0
2009-03-16Applied a similar optimization as in commitIra Rice1-17/+36
2009-03-16Optimising OpenGLGraphics::drawImagePatternSteve Cotton1-0/+53
2009-03-10Extended window layout to take relative positions, as well as offsets toIra Rice1-20/+22
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-07Some more include cleanups.Ira Rice1-5/+0
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-05Made an option around the syncing, but no way to change it for now.Bjørn Lindeijer1-3/+1
2008-12-02Made an option around the syncing, but no way to change it for now.Bjørn Lindeijer1-1/+11
2008-11-21Fixed the linker error that we've been having. Apparently, it was caused Ira Rice1-11/+12
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-6/+1
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-04-18Mac now uses Apple key forDavid Athay1-2/+2
2007-12-24Minor update, fixed disconnection dialogDavid Athay1-1/+1
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer1-62/+73
2007-04-15Rely on default 0 value for z axis.Bjørn Lindeijer1-12/+12
2006-11-26Higher precision log timestamps, some more logging and support for TGA images.Bjørn Lindeijer1-0/+3
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-15/+13
2006-05-12Set color back to current color instead of setting it to white. Fixes whiteBjørn Lindeijer1-1/+1
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-2/+2
2006-02-23A bunch of mostly cosmetic cleanups.Björn Steinbrink1-1/+0
2005-10-15Some small cleanups.Björn Steinbrink1-1/+1
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-5/+5