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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-26
Fix code style.
Andrei Karas
1
-7
/
+13
2015-12-25
Add restrict keyword into graphicsdef.hpp
Andrei Karas
1
-1
/
+1
2015-12-24
Fix compilation with clang.
Andrei Karas
1
-79
/
+81
2015-12-24
Add restrict keyword into graphics.
Andrei Karas
1
-101
/
+107
2015-12-23
Add const attribute to render.
Andrei Karas
1
-0
/
+8
2015-12-16
Use screenshort helpers for creating screenshots
Andrei Karas
1
-8
/
+3
2015-12-16
Add sdlscreenshothelper.
Andrei Karas
1
-0
/
+2
2015-12-13
Move spells and graphics related constants into separate files.
Andrei Karas
1
-3
/
+0
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
-16
/
+0
2015-05-17
Fix code style.
Andrei Karas
1
-3
/
+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
-2
/
+3
2015-03-17
Remove useless includes from .h files.
Andrei Karas
1
-0
/
+1
2015-01-13
Move rendertype.h into enums directory.
Andrei Karas
1
-2
/
+2
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-07-18
Move renderer method createGLContext from protected into public.
Andrei Karas
1
-2
/
+4
2014-07-09
Improve initial OpenGL state.
Andrei Karas
1
-0
/
+2
2014-07-02
Fix resize in modernopengl with own context in SDL1.2 build.
Andrei Karas
1
-0
/
+6
2014-06-29
Remove useless bool return value from renderers.
Andrei Karas
1
-7
/
+5
2014-06-29
In renderers add copyImage function.
Andrei Karas
1
-0
/
+3
2014-06-24
Add manual OpenGL context creation.
Andrei Karas
1
-2
/
+11
2014-06-14
fix modernoepngl drawing.
Andrei Karas
1
-0
/
+7
2014-06-13
Ignore for now "cached" functions in modernopengl.
Andrei Karas
1
-2
/
+2
2014-06-13
In modernopengl add support for buffered draw tile collection.
Andrei Karas
1
-0
/
+6
2014-06-09
Add basic shaders in modernopengl.
Andrei Karas
1
-1
/
+2
2014-06-08
Add simple shader creation.
Andrei Karas
1
-0
/
+3
2014-06-03
Fix wrong includes.
Andrei Karas
1
-2
/
+2
2014-06-02
Add missing final/notfinal to classes.
Andrei Karas
1
-1
/
+1
2014-05-23
Add functions for resize batch size (OpenGL).
Andrei Karas
1
-1
/
+4
2014-05-22
Add to OpenGL renderers function for clear screen.
Andrei Karas
1
-0
/
+3
2014-05-19
fix code style.
Andrei Karas
1
-3
/
+2
2014-05-18
Move imagerect into separate file.
Andrei Karas
1
-44
/
+2
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
-2
/
+10
2014-03-24
fix code style.
Andrei Karas
1
-5
/
+6
2014-02-24
Rename Rectangle into Rect.
Andrei Karas
1
-7
/
+7
2014-02-23
Rename drawImage2 methods into drawImage.
Andrei Karas
1
-2
/
+2
2014-02-22
Move Rectangle and ClipRectangle into gui directory.
Andrei Karas
1
-7
/
+7
2014-02-22
Move color into gui dir.
Andrei Karas
1
-8
/
+9
2014-02-15
move some methods from base/graphics into render/graphics.
Andrei Karas
1
-17
/
+146
2014-02-15
move exguichan files into gui/base/
Andrei Karas
1
-2
/
+2
2014-01-29
allow apply scale without client restart.
Andrei Karas
1
-1
/
+3
2014-01-28
add support for screen scale in OpenGL modes.
Andrei Karas
1
-6
/
+23
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2013-12-30
add calcImageRect into each renderer. but copy function body to shared file.
Andrei Karas
1
-6
/
+1
2013-12-30
add drawImageRect into each renderer. but copy function body to shared file.
Andrei Karas
1
-14
/
+3
2013-12-30
Improve calcImageRect in renderers.
Andrei Karas
1
-9
/
+1
2013-12-30
Improve drawImageRect in renderers.
Andrei Karas
1
-16
/
+1
2013-12-30
Improve drawRescaledImage in renderers.
Andrei Karas
1
-5
/
+3
[next]