summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)AuthorFilesLines
2014-05-31fix code style.Andrei Karas2-4/+2
2014-05-29Move many variables from client into settings.Andrei Karas2-12/+13
2014-05-28Add function for show/test draw primitives.Andrei Karas2-0/+43
2014-05-26Fix compilation warning.Andrei Karas1-1/+0
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 Karas3-5/+34
2014-05-25Fix texture size detection and saving.Andrei Karas2-1/+2
2014-05-25Add support for simple texture size detection.Andrei Karas4-8/+75
2014-05-23Add functions for resize batch size (OpenGL).Andrei Karas1-1/+2
2014-05-08Fix code style in other files.Andrei Karas1-2/+2
2014-05-02Add missing const.Andrei Karas1-2/+1
2014-05-01Add missing const.Andrei Karas2-10/+10
2014-04-30Fix code style in other files.Andrei Karas1-1/+1
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-6/+6
2014-01-01update copyright year in all sources.Andrei Karas4-4/+4
2013-12-29improve draw image calls.Andrei Karas1-6/+6
2013-12-14Improve a bit separate images drawing.Andrei Karas1-6/+6
2013-10-22dehardcode render values.Andrei Karas1-5/+5
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-1/+1
2013-09-27fix code style and issues with different builds.Andrei Karas1-0/+4
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas2-2/+2
2013-09-18add const to other files.Andrei Karas1-3/+2
2013-09-15remove unused include from test files.Andrei Karas3-6/+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-09-02dehardcode some mode render mode constans usage.Andrei Karas2-9/+11
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 Karas2-9/+9
2013-08-20fix typo.Andrei Karas1-1/+1
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 Karas2-0/+65
2013-04-20fix style in other files.Andrei Karas2-2/+4
2013-04-14another fixes from cpplint.Andrei Karas2-3/+3
2013-04-12first part of style fixed after cpplint checks.Andrei Karas2-6/+4
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas1-4/+4
2013-03-02Other fixes after Coverity checks.Andrei Karas2-0/+8
2013-03-01Fix arrow images load.Andrei Karas1-4/+4
2013-02-26Improve string usage in other files.Andrei Karas1-14/+14
2013-01-16update copyrights year.Andrei Karas4-4/+4
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas2-2/+2
2012-10-10Delete copy constructor from other classes.Andrei Karas2-0/+6
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas4-13/+16
2012-10-08Get from video detection texture compression and texture sampler modes.Andrei Karas3-6/+12