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
/
graphics.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-17
Fix unit tests if build with SDL2 support.
Andrei Karas
1
-1
/
+3
2016-02-07
Fix code style.
Andrei Karas
1
-1
/
+2
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-8
/
+8
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-12-25
Add restrict to all methods in graphics.
Andrei Karas
1
-18
/
+25
2015-12-25
Add restrict keyword in openglgraphicsdef.hpp
Andrei Karas
1
-1
/
+1
2015-12-25
Add restrict keyword into graphicsdef.hpp
Andrei Karas
1
-5
/
+5
2015-12-24
Add restrict keyword into graphics.
Andrei Karas
1
-1
/
+1
2015-12-20
Move nacl rendering related files into nacl directory.
Andrei Karas
1
-2
/
+2
2015-12-20
Move OpenGLX related files into openglx directory.
Andrei Karas
1
-1
/
+1
2015-12-20
Move OpenGL functions related files into opengl directory.
Andrei Karas
1
-1
/
+1
2015-12-15
Add safeopenglimagehelper for using in safe opengl mode only.
Andrei Karas
1
-4
/
+15
2015-12-13
Fix code style.
Andrei Karas
1
-1
/
+0
2015-12-13
Fix compilation warning.
Andrei Karas
1
-2
/
+2
2015-12-13
Allow resize nacl window with OpenGL without recreating context.
Andrei Karas
1
-10
/
+32
2015-12-12
Replace glGetString into mglGetString.
Andrei Karas
1
-0
/
+7
2015-12-11
Add pseudo function for some gl calls.
Andrei Karas
1
-0
/
+2
2015-12-10
Add support for mobileopengl2 backend (still copy from modern opengl).
Andrei Karas
1
-0
/
+1
2015-08-09
Show error message in log if selected texture compression not supported.
Andrei Karas
1
-0
/
+1
2015-08-09
Add some missing checks to render found by paranucker.
Andrei Karas
1
-1
/
+1
2015-05-25
Remove color2 from graphics.
Andrei Karas
1
-2
/
+1
2015-05-17
Fix code style.
Andrei Karas
1
-1
/
+0
2015-05-13
Remove duplicate function from graphics.
Andrei Karas
1
-8
/
+0
2015-05-13
New stack class in graphics areas stack.
Andrei Karas
1
-14
/
+17
2015-03-16
Remove useless includes from cpp files
Andrei Karas
1
-3
/
+7
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-07-09
Improve initial OpenGL state.
Andrei Karas
1
-0
/
+29
2014-07-02
Fix resize in modernopengl with own context in SDL1.2 build.
Andrei Karas
1
-0
/
+2
2014-06-29
Remove useless bool return value from renderers.
Andrei Karas
1
-10
/
+5
2014-06-28
Remove some depricated code from modernopengl or move it to renderers.
Andrei Karas
1
-1
/
+0
2014-06-24
Add manual OpenGL context creation.
Andrei Karas
1
-3
/
+17
2014-06-08
Add Modern OpenGL render type.
Andrei Karas
1
-0
/
+1
2014-05-23
Add functions for resize batch size (OpenGL).
Andrei Karas
1
-1
/
+1
2014-05-08
Fix code style in render.
Andrei Karas
1
-2
/
+4
2014-05-01
Add missing const.
Andrei Karas
1
-1
/
+1
2014-04-29
Add type defines for SDL_Rect based on SDL version.
Andrei Karas
1
-6
/
+6
2014-03-24
fix code style.
Andrei Karas
1
-5
/
+5
2014-02-24
Rename Rectangle into Rect.
Andrei Karas
1
-6
/
+6
2014-02-22
Move Rectangle and ClipRectangle into gui directory.
Andrei Karas
1
-6
/
+6
2014-02-15
move some methods from base/graphics into render/graphics.
Andrei Karas
1
-1
/
+123
2014-02-15
Fix scale apply if using SDL 2.
Andrei Karas
1
-1
/
+3
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
1
-1
/
+1
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
1
-3
/
+22
2014-01-28
add support for screen scale in OpenGL modes.
Andrei Karas
1
-18
/
+30
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2013-12-31
fix code style.
Andrei Karas
1
-1
/
+0
2013-12-30
add calcImageRect into each renderer. but copy function body to shared file.
Andrei Karas
1
-70
/
+0
[next]