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
2016-02-17
Fix unit tests if build with SDL2 support.
Andrei Karas
1
-1
/
+3
2016-02-11
Fix compilation warning.
Andrei Karas
1
-1
/
+1
2016-02-11
Use inline attribute in some critial performance functions.
Andrei Karas
11
-55
/
+82
2016-02-08
Add some missing checks and remove useless checks.
Andrei Karas
2
-2
/
+2
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
9
-372
/
+372
2016-01-29
Fix compilation with different flags and fix redefines in new SDL2.
Andrei Karas
3
-4
/
+10
2016-01-06
Add noexcept into shaders.
Andrei Karas
2
-2
/
+2
2016-01-06
Add noexcept into other renderers.
Andrei Karas
8
-13
/
+16
2016-01-06
Add noexcept into graphics.
Andrei Karas
2
-17
/
+17
2016-01-02
Update copyrights year.
Andrei Karas
61
-61
/
+61
2016-01-01
Fix code style.
Andrei Karas
1
-1
/
+2
2015-12-26
Fix code style.
Andrei Karas
12
-49
/
+94
2015-12-25
Add restrict keyword to all renderers.
Andrei Karas
20
-272
/
+333
2015-12-25
Add restrict to all methods in graphics.
Andrei Karas
7
-24
/
+33
2015-12-25
Add restrict keyword in softwaregraphicsdef.hpp
Andrei Karas
4
-5
/
+7
2015-12-25
Add restrict keyword in openglgraphicsdefadvanced.hpp
Andrei Karas
6
-29
/
+42
2015-12-25
Add restrict keyword in openglgraphicsdef1.hpp
Andrei Karas
5
-5
/
+5
2015-12-25
Add restrict keyword in openglgraphicsdef.hpp
Andrei Karas
10
-42
/
+42
2015-12-25
Add restrict keyword into graphicsdef.hpp
Andrei Karas
16
-598
/
+732
2015-12-24
Add restrict keyword in graphics_drawImageRect.hpp
Andrei Karas
1
-10
/
+10
2015-12-24
Add restrict keyword in graphics_calcImageRect.hpp
Andrei Karas
1
-10
/
+10
2015-12-24
Fix compilation with clang.
Andrei Karas
1
-79
/
+81
2015-12-24
Add restrict keyword into graphics.
Andrei Karas
2
-102
/
+108
2015-12-23
Add const attribute to render.
Andrei Karas
2
-1
/
+11
2015-12-20
Fix regal and nacl conflict in headers.
Andrei Karas
5
-5
/
+5
2015-12-20
Move nacl rendering related files into nacl directory.
Andrei Karas
4
-9
/
+9
2015-12-20
Move OpenGLX related files into openglx directory.
Andrei Karas
7
-18
/
+18
2015-12-20
Move OpenGL functions related files into opengl directory.
Andrei Karas
22
-49
/
+50
2015-12-18
Fix code style.
Andrei Karas
5
-10
/
+0
2015-12-16
Add sdl2softwarescreenshothelper.
Andrei Karas
1
-0
/
+2
2015-12-16
Use screenshort helpers for creating screenshots
Andrei Karas
14
-381
/
+3
2015-12-16
Add sdlscreenshothelper.
Andrei Karas
1
-0
/
+2
2015-12-15
Replace all left OpenGL calls in mobile and modern backends to defines.
Andrei Karas
4
-9
/
+13
2015-12-15
Replace in openglimagehelper all gl functions calls into defines.
Andrei Karas
1
-0
/
+6
2015-12-15
Add safeopenglimagehelper for using in safe opengl mode only.
Andrei Karas
2
-16
/
+27
2015-12-15
add defines for all nacl functions in interface PPB_OpenGLES2.
Andrei Karas
1
-0
/
+217
2015-12-13
Move spells and graphics related constants into separate files.
Andrei Karas
1
-3
/
+0
2015-12-13
Fix code style.
Andrei Karas
7
-12
/
+19
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
4
-12
/
+71
2015-12-13
Not build unsupported render backends on nacl.
Andrei Karas
6
-11
/
+11
2015-12-12
Fix compilation warning.
Andrei Karas
1
-2
/
+2
2015-12-12
Fix warnings in nacl.
Andrei Karas
1
-0
/
+2
2015-12-12
Replace glGetString into mglGetString.
Andrei Karas
3
-0
/
+11
2015-12-11
Not allow select unsupported renderers in nacl.
Andrei Karas
3
-2
/
+87
2015-12-11
Add pseudo function for some gl calls.
Andrei Karas
6
-77
/
+107
2015-12-11
Add nacl gl init and nacl defines and includes in most files.
Andrei Karas
10
-55
/
+158
2015-12-11
Add nacl gl functions.
Andrei Karas
1
-0
/
+93
2015-12-11
Fix warnings in mobileopengl2graphics.
Andrei Karas
1
-75
/
+93
[next]