index
:
AntumDeluge/manaplus
master
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sdlgraphics.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-31
move render classes into render dir.
Andrei Karas
1
-1272
/
+0
2013-08-31
fix compilation with old compilers.
Andrei Karas
1
-2
/
+0
2013-08-27
fix code style.
Andrei Karas
1
-2
/
+3
2013-08-27
fix compilation warnings.
Andrei Karas
1
-35
/
+37
2013-08-27
Improve a bit drawing speed in software mode in SDL1.2.
Andrei Karas
1
-93
/
+186
2013-08-26
improve draw speed in sofrware mode in SDL1.2.
Andrei Karas
1
-93
/
+129
2013-08-26
add surface allocation debug code.
Andrei Karas
1
-1
/
+3
2013-08-24
extract surface draw into surfacegraphics class.
Andrei Karas
1
-11
/
+2
2013-08-24
move surface combination into sdlimagehelper.
Andrei Karas
1
-6
/
+0
2013-08-24
store window size into rectangle.
Andrei Karas
1
-2
/
+4
2013-08-24
move SDL_SetVideoMode calls into graphicsmanager.
Andrei Karas
1
-1
/
+4
2013-08-24
rename target in graphics into window.
Andrei Karas
1
-58
/
+58
2013-08-24
separate SDLGraphics and SDLImageHelper to 1.2 and 2.
Andrei Karas
1
-0
/
+4
2013-08-24
move sdl video mode initialisation from graphics into sdlgraphics.
Andrei Karas
1
-0
/
+15
2013-08-19
fix compilation with old gcc.
Andrei Karas
1
-0
/
+6
2013-08-18
fix compilation error.
Andrei Karas
1
-1
/
+1
2013-08-18
improve SDL draw lines speed.
Andrei Karas
1
-47
/
+88
2013-08-18
Remove gcn::SDLGraphics from basic classes.
Andrei Karas
1
-0
/
+311
2013-08-18
Split from Graphics SDL related code into SDLGraphics.
Andrei Karas
1
-0
/
+773