index
:
HoraK-FDF/mana
0.5
0.6
lpc2012
manaserv-char-attr
master
npc-text-formatting
online-player-list
png_dyecmd
release-updates
removed-config-file-checks
Original The Mana World client, now known as simply the Mana client.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
openglgraphics.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-18
Take only const pointers to images in Graphics
Thorbjørn Lindeijer
1
-9
/
+9
2024-03-26
Added support for HiDPI fonts
Thorbjørn Lindeijer
1
-5
/
+6
2024-03-26
Added functions to draw images at sub-pixel positions
Thorbjørn Lindeijer
1
-106
/
+20
2024-03-22
Added support for scaling the output
Thorbjørn Lindeijer
1
-41
/
+72
2024-03-02
General code cleanups
Thorbjørn Lindeijer
1
-4
/
+2
2024-02-27
Added VSync and windowed fullscreen options
Thorbjørn Lindeijer
1
-97
/
+36
2024-01-26
Apply C++11 fixits
Thorbjørn Lindeijer
1
-5
/
+5
2024-01-25
Ported to SDL2
Thorbjørn Lindeijer
1
-21
/
+54
2012-08-12
Removed manual calling of glFlush and made glFinish optional
Thorbjørn Lindeijer
1
-3
/
+20
2012-08-05
Added support for ARB_texture_non_power_of_two extension
Thorbjørn Lindeijer
1
-1
/
+4
2012-08-05
Some cleanups in OpenGL code
Thorbjørn Lindeijer
1
-37
/
+0
2012-08-05
Fixed mixup of parameter types in OpenGL code
Thorbjørn Lindeijer
1
-4
/
+4
2012-01-26
Updated copyrights to 2012
Thorbjørn Lindeijer
1
-1
/
+1
2012-01-22
Allow resizing of the game in windowed mode
Thorbjørn Lindeijer
1
-0
/
+11
2012-01-16
Restore GL_PACK_ALIGNMENT after creating screenshots in OpenGL mode
Andrei Karas
1
-0
/
+4
2011-09-13
Fixed OpenGLGraphics::drawRescaledImagePattern
Thorbjørn Lindeijer
1
-32
/
+45
2010-12-06
Removed superfluous #includes taken from checkheaders list.
Yohann Ferreira
1
-2
/
+0
2010-07-27
Improve OpenGL speed.
Andrei Karas
1
-107
/
+395
2010-02-22
Modify copyright headers
Freeyorp
1
-1
/
+2
2010-02-20
License header update for The Mana Client
Thorbjørn Lindeijer
1
-4
/
+3
2010-02-14
Removed a redundant SDL_Surface pointer
Tametomo
1
-7
/
+7
2010-02-07
Updated Copyright year to 2010!
Bertram
1
-1
/
+1
2010-01-27
Copy height/width/bpp cache setting from Graphics::setVideoMode to OpenGLGrap...
Daniel Bradshaw
1
-0
/
+3
2010-01-12
Standardize header order
Jared Adams
1
-2
/
+2
2009-10-09
Made the smooth effect quadratic.
Bertram
1
-0
/
+5
2009-10-09
IAS (I am stupid (TM) ;D...
Bertram
1
-4
/
+6
2009-10-09
Final fix (or I hope so) to smooth effect in OpenGL.
Bertram
1
-2
/
+3
2009-10-07
Fixed wallpaper blur by only using resized image drawing when it is necessary
Philipp Sehmisch
1
-0
/
+6
2009-09-23
Added a basic smooth effect to rescaled wallpapers in OpenGL.
Bertram
1
-0
/
+23
2009-07-27
Added the ability to ask a ambient layer to keep its ratio when the resolutio...
Bertram
1
-0
/
+43
2009-07-24
Made the wallpaper be rescaled when necessary under SDL and OpenGL.
Bertram
1
-0
/
+67
2009-04-14
Unduplicated the code that draws a quad
Bjørn Lindeijer
1
-58
/
+36
2009-03-23
Merge branch 'aethyra/master'
Bjørn Lindeijer
1
-20
/
+93
2009-03-18
Fixed a broken Mac include for SDL_ttf
Bjørn Lindeijer
1
-2
/
+2
2009-03-17
Added an image merge feature loosely based on a merge function found in
Ira Rice
1
-1
/
+0
2009-03-16
Applied a similar optimization as in commit
Ira Rice
1
-17
/
+36
2009-03-16
Optimising OpenGLGraphics::drawImagePattern
Steve Cotton
1
-0
/
+53
2009-03-10
Extended window layout to take relative positions, as well as offsets to
Ira Rice
1
-20
/
+22
2009-02-10
Fixed header files, as well as removed the unused buddy list class (not
Ira Rice
1
-2
/
+3
2009-02-07
Some more include cleanups.
Ira Rice
1
-5
/
+0
2009-01-23
Removed unnecessary references to The Mana World in code headers
Bjørn Lindeijer
1
-4
/
+4
2009-01-05
Made an option around the syncing, but no way to change it for now.
Bjørn Lindeijer
1
-3
/
+1
2008-12-02
Made an option around the syncing, but no way to change it for now.
Bjørn Lindeijer
1
-1
/
+11
2008-11-21
Fixed the linker error that we've been having. Apparently, it was caused
Ira Rice
1
-11
/
+12
2008-11-18
Pedantic fixes to the client, where I alphabetized all of the include
Ira Rice
1
-6
/
+1
2008-07-18
Import of client tree
Lloyd Bryant
1
-1
/
+1
2008-04-18
Mac now uses Apple key for
David Athay
1
-2
/
+2
2007-12-24
Minor update, fixed disconnection dialog
David Athay
1
-1
/
+1
2007-10-18
Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch,
Bjørn Lindeijer
1
-62
/
+73
2007-04-15
Rely on default 0 value for z axis.
Bjørn Lindeijer
1
-12
/
+12
[next]