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
/
graphicsmanager.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-17
Remove useless includes from .h files.
Andrei Karas
1
-1
/
+0
2015-01-06
Move screen density enum into separate file.
Andrei Karas
1
-11
/
+0
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-08-29
Fix code style.
Andrei Karas
1
-1
/
+1
2014-06-25
Add shaders version logging and checking.
Andrei Karas
1
-1
/
+8
2014-06-20
Fix code style.
Andrei Karas
1
-2
/
+2
2014-06-19
Check if all OpenGL extensions supported for modernopengl.
Andrei Karas
1
-0
/
+2
2014-06-18
Add error logging if shader compilation failure.
Andrei Karas
1
-0
/
+2
2014-06-07
Fallback to safe OpenGL mode if OpenGL version is lower than 2.0.
Andrei Karas
1
-0
/
+2
2014-06-07
Improve a bit video mode initialisation code.
Andrei Karas
1
-2
/
+2
2014-05-27
Refactor a bit video system initialisation.
Andrei Karas
1
-0
/
+2
2014-05-27
Rename initGraphics into intoRenderers.
Andrei Karas
1
-1
/
+1
2014-05-25
Add support for simple texture size detection.
Andrei Karas
1
-1
/
+11
2014-02-02
Add missing const and static into other classes.
Andrei Karas
1
-4
/
+4
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2013-10-02
Add command /dumpgl to show OpenGL version string in chat.
Andrei Karas
1
-0
/
+3
2013-09-26
remove useless virtual keywords.
Andrei Karas
1
-1
/
+1
2013-09-09
remove useless includes from some files.
Andrei Karas
1
-3
/
+2
2013-08-26
fix compilation warnings with sdl2.
Andrei Karas
1
-0
/
+2
2013-08-24
final SDL2 compilation fixes.
Andrei Karas
1
-0
/
+6
2013-08-24
move SDL_SetVideoMode calls into graphicsmanager.
Andrei Karas
1
-0
/
+6
2013-06-03
Remove subdir SDL from SDL includes.
Andrei Karas
1
-2
/
+2
2013-06-03
fix SDL includes.
Andrei Karas
1
-2
/
+2
2013-05-28
fix guard header part3.
Andrei Karas
1
-1
/
+1
2013-05-01
use different default font sizes depend on screen density.
Andrei Karas
1
-0
/
+14
2013-05-01
fix compilation error without C++11
Andrei Karas
1
-0
/
+2
2013-05-01
add pixel size detection fo X11 and windows.
Andrei Karas
1
-2
/
+14
2013-02-28
improve some files.
Andrei Karas
1
-12
/
+15
2013-01-26
Add support for manual compression selection.
Andrei Karas
1
-1
/
+0
2013-01-16
update copyrights year.
Andrei Karas
1
-1
/
+1
2012-10-30
Add unused warnings to some files.
Andrei Karas
1
-12
/
+12
2012-10-27
Autoselect resolution under android.
Andrei Karas
1
-0
/
+4
2012-10-23
Move OpenGL error conversion to string to graphicsmanager.
Andrei Karas
1
-0
/
+2
2012-10-23
Add support for OpenGL debug extensions.
Andrei Karas
1
-0
/
+4
2012-10-17
Add OpenGL support for Android builds (partially).
Andrei Karas
1
-0
/
+6
2012-10-15
Fix compilation warnings without C++11 support.
Andrei Karas
1
-1
/
+1
2012-10-10
Delete copy constructor in some classes.
Andrei Karas
1
-0
/
+2
2012-10-08
Fix compilation errors and warnings in different modes.
Andrei Karas
1
-16
/
+17
2012-10-08
Get from video detection texture compression and texture sampler modes.
Andrei Karas
1
-2
/
+5
2012-10-08
Store OpenGL renderer and vendor in graphics manager.
Andrei Karas
1
-1
/
+7
2012-10-06
Disable rectangular textures if texture sampler enabled.
Andrei Karas
1
-0
/
+4
2012-10-04
Read max fbo size.
Andrei Karas
1
-0
/
+2
2012-10-02
fix code style.
Andrei Karas
1
-2
/
+0
2012-10-01
Using GL_ARB_sampler_objects.
Andrei Karas
1
-0
/
+22
2012-09-30
add atlas textures support.
Andrei Karas
1
-0
/
+5
2012-09-22
Add final keyword to most classes.
Andrei Karas
1
-1
/
+3
2012-09-11
Fix code style and small perfomance issues.
Andrei Karas
1
-1
/
+1
2012-09-11
switch to hardware depend batch sizes.
Andrei Karas
1
-0
/
+9
2012-08-14
Add support for GLX and wGL extensions.
Andrei Karas
1
-0
/
+10
2012-08-14
Fow OpenGL >= 3.0 check extensions in modern way.
Andrei Karas
1
-2
/
+4
[next]