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
/
render
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-22
Move Rectangle and ClipRectangle into gui directory.
Andrei Karas
14
-118
/
+118
2014-02-22
Move color into gui dir.
Andrei Karas
6
-14
/
+15
2014-02-21
fix signed shifts.
Andrei Karas
1
-1
/
+1
2014-02-20
fix code style.
Andrei Karas
2
-0
/
+2
2014-02-20
improve includes.
Andrei Karas
1
-0
/
+2
2014-02-17
move sdlpixel file into utils directory.
Andrei Karas
3
-5
/
+5
2014-02-15
move some methods from base/graphics into render/graphics.
Andrei Karas
10
-32
/
+369
2014-02-15
move exguichan files into gui/base/
Andrei Karas
4
-5
/
+5
2014-02-15
Fix scale apply if using SDL 2.
Andrei Karas
1
-1
/
+3
2014-02-14
fix code style.
Andrei Karas
1
-1
/
+1
2014-02-05
fix adjusting scale if resolution too low.
Andrei Karas
1
-2
/
+15
2014-02-02
Add missing const and static into render classes.
Andrei Karas
2
-2
/
+2
2014-01-30
Fix code style.
Andrei Karas
1
-2
/
+2
2014-01-29
fix on the fly scalle changing.
Andrei Karas
1
-5
/
+4
2014-01-29
allow apply scale without client restart.
Andrei Karas
3
-5
/
+26
2014-01-28
add support for screen scale in OpenGL modes.
Andrei Karas
14
-68
/
+144
2014-01-01
update copyright year in all sources.
Andrei Karas
27
-27
/
+27
2013-12-31
fix code style.
Andrei Karas
4
-13
/
+19
2013-12-31
fix compilation warnings.
Andrei Karas
1
-3
/
+3
2013-12-31
Improve drawNet in safeopenglgraphics.
Andrei Karas
2
-4
/
+28
2013-12-31
fix compilation errors with different flags.
Andrei Karas
3
-4
/
+4
2013-12-30
add drawImageInline into renders for internal usage.
Andrei Karas
15
-12
/
+70
2013-12-30
add calcTileVertexesInline into renders for internal usage.
Andrei Karas
15
-10
/
+92
2013-12-30
add calcPatternInline into renders for internal usage.
Andrei Karas
15
-24
/
+113
2013-12-30
rename shared files in renderers.
Andrei Karas
2
-0
/
+0
2013-12-30
add calcImageRect into each renderer. but copy function body to shared file.
Andrei Karas
19
-108
/
+208
2013-12-30
add drawPatternInline into renders for internal usage.
Andrei Karas
12
-7
/
+70
2013-12-30
add drawImageRect into each renderer. but copy function body to shared file.
Andrei Karas
18
-78
/
+194
2013-12-30
deduplicate opengl renders methods definition.
Andrei Karas
5
-475
/
+149
2013-12-30
Improve calcImageRect in renderers.
Andrei Karas
8
-42
/
+20
2013-12-30
Remove unused comments from graphics.
Andrei Karas
1
-3
/
+0
2013-12-30
Fix images drawing in software renderers.
Andrei Karas
2
-4
/
+4
2013-12-30
Improve drawImageRect in renderers.
Andrei Karas
2
-34
/
+14
2013-12-30
Improve drawRescaledImage in renderers.
Andrei Karas
16
-300
/
+68
2013-12-29
fix compilation warnings.
Andrei Karas
3
-9
/
+13
2013-12-29
improve draw image calls.
Andrei Karas
18
-150
/
+67
2013-12-29
Remove duplicate code from mobileopenglgraphics.
Andrei Karas
1
-216
/
+44
2013-12-29
Remove duplicate code from normalopenglgraphics.
Andrei Karas
1
-254
/
+65
2013-12-29
Remove unused variabled from mobileopenglgraphics.
Andrei Karas
2
-8
/
+0
2013-12-29
Add cached draw methods into renderers.
Andrei Karas
17
-2
/
+1214
2013-12-28
Remove unused method from renders.
Andrei Karas
2
-21
/
+0
2013-12-28
In renderers replace ImagePattern in methods into Pattern.
Andrei Karas
17
-313
/
+313
2013-12-22
allow correct draw control background if width smaller than some image sizes.
Andrei Karas
1
-9
/
+27
2013-12-15
add final keyword to some renderers classes and remove useless virtual keywords.
Andrei Karas
4
-171
/
+150
2013-12-15
rename drawTile methods into separate names drawTileVertexes, drawTileCollect...
Andrei Karas
16
-37
/
+53
2013-12-15
rename calcTile methods into separate names calcTileVertexes, calTileCollection.
Andrei Karas
17
-98
/
+108
2013-12-14
Improve a bit separate images drawing.
Andrei Karas
10
-39
/
+48
2013-11-17
fix drawing outside of allowed area in SDL2 default renderer.
Andrei Karas
1
-5
/
+5
2013-11-04
improve checking for batch draw mode support by renderer.
Andrei Karas
1
-0
/
+2
2013-11-03
Rename in all places "fast opengl" into "normal opengl".
Andrei Karas
2
-2
/
+2
[next]