summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-08-24Fix fps counter in SDL2.Andrei Karas1-0/+2
2013-08-24fix gui text input in SDL2.Andrei Karas9-2/+66
2013-08-24fix keyboard handling in gui in SDL2.Andrei Karas5-23/+67
2013-08-24extent SDL event logging for SDL2.Andrei Karas2-2/+54
2013-08-24fix window title and icon in SDL2.Andrei Karas6-55/+86
2013-08-24fix mouse cursor drawing in SDL2.Andrei Karas1-2/+2
2013-08-24fix images converting and drawing issues in SDL2 and OpenGL.Andrei Karas5-13/+38
2013-08-24add support for size attribute in physfsrwops for SDL2.Andrei Karas1-0/+12
2013-08-24fix USE_OPENGL defineAndrei Karas1-0/+4
2013-08-24final SDL2 compilation fixes.Andrei Karas7-32/+82
2013-08-24store window size into rectangle.Andrei Karas9-37/+56
2013-08-24add some more fixes for SDL2 compilation.Andrei Karas9-10/+39
2013-08-24add sdlhelper with some low level SDL functions.Andrei Karas8-33/+189
2013-08-24some SDL2 complilation fixes.Andrei Karas6-19/+45
2013-08-24move SDL_SetVideoMode calls into graphicsmanager.Andrei Karas5-4/+25
2013-08-24rename target in graphics into window.Andrei Karas9-155/+157
2013-08-24second part with compilation fixes for SDL2.Andrei Karas6-21/+149
2013-08-24separate SDLGraphics and SDLImageHelper to 1.2 and 2.Andrei Karas11-12/+1648
2013-08-24move sdl video mode initialisation from graphics into sdlgraphics.Andrei Karas4-16/+20
2013-08-24first part of fixes for compilation with SDL2Andrei Karas20-5/+102
2013-08-24embed SDL2gfx.Andrei Karas8-0/+9688
2013-08-24fix SDL includes.Andrei Karas1-1/+1
2013-08-24add configure option --with-sdl2 for enable SDL2 support.Andrei Karas2-0/+17
2013-08-24add support for target cursor animations.Andrei Karas2-71/+31
2013-08-20Fix default inventory and shop window size on big screens.Andrei Karas2-2/+8
2013-08-20fix typo.Andrei Karas1-1/+1
2013-08-20fix typo.Andrei Karas3-3/+3
2013-08-20fix typo.Andrei Karas5-9/+9
2013-08-20fix normal dye in big endian systems.Andrei Karas1-3/+33
2013-08-19add some unit tests for normal dye.Andrei Karas1-0/+46
2013-08-19improve a bit normal dye code.Andrei Karas4-56/+82
2013-08-19fix compilation with old gcc.Andrei Karas6-17/+14
2013-08-19fix dye for big endian system again.Andrei Karas3-21/+38
2013-08-18testDyeAndrei Karas3-0/+66
2013-08-18fix A and S dye for big endian systems.Andrei Karas2-17/+41
2013-08-18improve OpenGL A,S dye speed.Andrei Karas4-60/+73
2013-08-18improve software A,S dye speed.Andrei Karas4-59/+73
2013-08-18fix compilation error.Andrei Karas1-1/+1
2013-08-18improve SDL draw lines speed.Andrei Karas1-47/+88
2013-08-18fix compilation warnings.Andrei Karas1-13/+19
2013-08-18Remove gcn::SDLGraphics from basic classes.Andrei Karas8-761/+359
2013-08-18Split from Graphics SDL related code into SDLGraphics.Andrei Karas16-804/+1014
2013-08-17Change version to 1.3.8.18.v1.3.8.18Andrei Karas1-2/+2
2013-08-16fix code style.Andrei Karas6-9/+15
2013-08-16add missing checks.Andrei Karas2-9/+16
2013-08-14fix icons order in chat emotes window.Andrei Karas1-2/+2
2013-08-14fix compilation warnings.Andrei Karas3-4/+6
2013-08-14Fix outline color issues.Andrei Karas4-3/+5
2013-08-14add icons into tabs in chat emotes window.Andrei Karas3-12/+41
2013-08-14add flag into resource and imageset what prevent subimage or other resource f...Andrei Karas3-4/+11