index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sdl2graphics.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2013-08-27
fix code style.
Andrei Karas
1
-1
/
+2
2013-08-27
fix compilation warnings.
Andrei Karas
1
-8
/
+8
2013-08-27
improve a bit speed in SDL2 draw functions.
Andrei Karas
1
-12
/
+33
2013-08-26
set SDL2 renderer flags to software mode.
Andrei Karas
1
-1
/
+1
SDL2 software mode perfomance is sucks :(
2013-08-26
fix clipping in software mode in SDL2.
Andrei Karas
1
-4
/
+20
2013-08-26
fix SDL_Rect field types in SDL2.
Andrei Karas
1
-70
/
+64
2013-08-26
improve draw speed in sofrware mode in SDL2.
Andrei Karas
1
-107
/
+112
2013-08-26
fix draw line/point color in software in SDL2.
Andrei Karas
1
-10
/
+14
2013-08-26
add surface allocation debug code.
Andrei Karas
1
-9
/
+35
2013-08-25
fix rescaled images draw in software mode in SDL2.
Andrei Karas
1
-15
/
+3
2013-08-25
add partial support for software mode with SDL2.
Andrei Karas
1
-634
/
+67
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
-8
/
+0
2013-08-24
fix outlined text draw in SDL2.
Andrei Karas
1
-2
/
+3
2013-08-24
final SDL2 compilation fixes.
Andrei Karas
1
-29
/
+43
now it can be compiled, but still not works.
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
/
+1150
add missing sdlshared.h