summaryrefslogtreecommitdiff
path: root/src/test/testlauncher.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-31fix code style.Andrei Karas1-3/+2
2014-05-29Move many variables from client into settings.Andrei Karas1-6/+7
2014-05-28Add function for show/test draw primitives.Andrei Karas1-0/+41
2014-05-26Fix max texture size detection.Andrei Karas1-8/+9
2014-05-25In max texture test, check actual texture drawing.Andrei Karas1-2/+46
2014-05-25Detect max texture size also in safe OpenGL mode.Andrei Karas1-1/+1
2014-05-25Fix texture size detection and saving.Andrei Karas1-1/+1
2014-05-25Add support for simple texture size detection.Andrei Karas1-1/+36
2014-05-02Add missing const.Andrei Karas1-2/+1
2014-04-30Fix code style in other files.Andrei Karas1-1/+1
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-6/+6
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-6/+6
2013-12-14Improve a bit separate images drawing.Andrei Karas1-6/+6
2013-09-15remove unused include from test files.Andrei Karas1-3/+0
2013-09-15improve a bit video detection mode drawing.Andrei Karas1-5/+6
2013-09-15add RWops leaks reporting.Andrei Karas1-2/+3
2013-08-31move render classes into render dir.Andrei Karas1-1/+2
2013-08-25add SurfaceImageHelper for loading/processing surfaces for SDL2.Andrei Karas1-10/+10
2013-08-24move surface combination into sdlimagehelper.Andrei Karas1-2/+3
2013-08-24improve dirs usage in Client.Andrei Karas1-5/+5
2013-08-19fix compilation with old gcc.Andrei Karas1-5/+4
2013-08-19fix dye for big endian system again.Andrei Karas1-7/+0
2013-08-18testDyeAndrei Karas1-0/+63
2013-04-20fix style in other files.Andrei Karas1-1/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+0
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas1-4/+4
2013-03-01Fix arrow images load.Andrei Karas1-4/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas1-0/+3
2012-10-08Get from video detection texture compression and texture sampler modes.Andrei Karas1-2/+2
2012-10-08Add functions for future batch size detection.Andrei Karas1-0/+10
2012-09-04Add const to more classes.Andrei Karas1-12/+14
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-06-05Fix code style.Andrei Karas1-1/+2
2012-05-19Improve fps test.Andrei Karas1-6/+11
2012-05-19Add button "detect best video mode" in video settings (windows only).Andrei Karas1-0/+1
2012-05-18Improve auto detection for best graphics mode.Andrei Karas1-0/+10
2012-04-28Fix code style and add some checks.Andrei Karas1-2/+4
2012-04-26Add to log draw backend name.Andrei Karas1-0/+50
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-2/+4
2012-01-20Fix code style.Andrei Karas1-1/+1
2012-01-05Fix code style.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2012-01-04Add ability for testing drivers and graphics.Andrei Karas1-0/+170