index
:
mana/mana-client
0.5
0.6
lpc2012
master
Original Mana client. For the new Qt client, see https://github.com/tales/tales-client
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
openglgraphics.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2005-09-18
Changed Graphics::saveScreenshot to Graphics::getScreenshot. Now using the ↵
Björn Steinbrink
1
-0
/
+55
ImageWriter to save that screenshot.
2005-09-17
Use gl{Push,Pop}Matrix instead of calculating offsets, cause floating point ↵
Björn Steinbrink
1
-7
/
+2
maths isn't accurate enough.
2005-08-31
Fix push/pop clip area, also fixes the broken scrollareas.
Björn Steinbrink
1
-8
/
+8
2005-08-28
Prepare our source so that it'll survive a guichan header cleanup, should it ↵
Björn Steinbrink
1
-0
/
+2
ever happen...
2005-08-26
Remove useless code.
Björn Steinbrink
1
-5
/
+0
2005-08-26
Use glTranslatef instead of glTranslated. Remove some useless code.
Björn Steinbrink
1
-41
/
+4
2005-08-25
Use OpenGL's translation capabilites. Small cleanups.
Björn Steinbrink
1
-22
/
+23
2005-08-25
Reducing the code duplication a little more.
Björn Steinbrink
1
-96
/
+63
2005-08-25
Reduce code duplication.
Björn Steinbrink
1
-34
/
+18
2005-08-25
Made our drawImage() method respect the clip area from the guichan graphics ↵
Björn Steinbrink
1
-0
/
+3
part. Removed some (now) obsolete code. Fixed compilation errors.
2005-08-20
Added some missing state changes and checks.
Björn Steinbrink
1
-8
/
+28
2005-08-18
Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance.
Björn Steinbrink
1
-0
/
+389