summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2013-10-19improve pinters usage in stringutils.Andrei Karas1-2/+2
2013-10-19improve pointer usage physfsrwops.Andrei Karas1-5/+5
2013-10-19fix const in declaration in mutex.Andrei Karas1-1/+1
2013-10-19add missing initialisation in mkdir.Andrei Karas1-1/+1
2013-10-11fix code styleAndrei Karas1-1/+1
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas1-4/+23
2013-10-11add missing check in base64.Andrei Karas1-0/+2
2013-10-09fix compilation under windows with codeblocks.Andrei Karas1-0/+1
2013-10-08remove unused system headers.Andrei Karas8-16/+5
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-4/+4
2013-09-29Add support for opening browser in Android with SDL2.Andrei Karas1-1/+7
2013-09-27fix code style and issues with different builds.Andrei Karas2-5/+6
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas2-3/+3
2013-09-26fix compilation on Android.Andrei Karas1-1/+1
2013-09-25allow use only first video mode on Android.Andrei Karas1-0/+8
2013-09-25improve a bit strings declaration.Andrei Karas4-11/+8
2013-09-24Extract data.zip on SDL2 and Android before use.Andrei Karas2-0/+141
2013-09-22fix compilation and partial running with SDL2 on Android.Andrei Karas4-0/+29
2013-09-20improve a bit code speed.Andrei Karas2-2/+2
2013-09-20fix possible issue in string comparisonAndrei Karas2-2/+6
2013-09-19fix some compilation issues in different platforms.Andrei Karas2-2/+4
2013-09-18add const to other files.Andrei Karas6-17/+19
2013-09-18fix compilation without C++11 flags.Andrei Karas1-0/+2
2013-09-16add missing files.Andrei Karas2-0/+158
2013-09-16fix compilation with SDL2.Andrei Karas1-0/+2
2013-09-15remove unused includes from utils.Andrei Karas13-26/+1
2013-09-15add RWops leaks reporting.Andrei Karas3-9/+17
2013-09-14add rwops leak detection.Andrei Karas2-0/+22
2013-08-31move render classes into render dir.Andrei Karas1-1/+1
2013-08-31fix code style and some minor issues.Andrei Karas2-4/+4
2013-08-29improve debug checkers.Andrei Karas2-0/+24
2013-08-29fix compilation errors and warnings in debug checkers.Andrei Karas2-5/+8
2013-08-29add file access fuzzer.Andrei Karas4-1/+105
2013-08-27fix code style.Andrei Karas2-4/+5
2013-08-27fix compilation warnings.Andrei Karas1-2/+2
2013-08-27remove unused comment.Andrei Karas1-3/+0
2013-08-26add surface allocation debug code.Andrei Karas2-0/+251
2013-08-25fix compilation with SDL1.2Andrei Karas2-2/+2
2013-08-24add clipboard support in SDL2.Andrei Karas1-0/+22
2013-08-24fix detecting possible resolutions in SDL2.Andrei Karas1-1/+23
2013-08-24move threads creation into sdl helper.Andrei Karas4-0/+22
2013-08-24move surface combination into sdlimagehelper.Andrei Karas1-1/+1
2013-08-24move WMInfo function calls into SDL helper.Andrei Karas5-4/+25
2013-08-24move some function to sdl helper.Andrei Karas4-0/+28
2013-08-24fix "grab input" in SDL2.Andrei Karas4-0/+12
2013-08-24fix window title and icon in SDL2.Andrei Karas4-0/+39
2013-08-24add support for size attribute in physfsrwops for SDL2.Andrei Karas1-0/+12
2013-08-24add sdlhelper with some low level SDL functions.Andrei Karas4-0/+177
2013-08-24second part with compilation fixes for SDL2.Andrei Karas1-8/+18
2013-08-24first part of fixes for compilation with SDL2Andrei Karas1-0/+3