summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Fix compilation with old SDL 2 versions.Andrei Karas1-0/+5
2017-10-26Replace some SDL2 function calls to lower level functions.Andrei Karas1-4/+9
2017-10-25Add sdlmusichelper with some SDL/SDL2 functions.Andrei Karas4-0/+188
2017-10-13Fix code style.Andrei Karas1-1/+1
2017-10-07Revert "Disable warning -Wundef in zlib.h."Andrei Karas1-3/+0
2017-10-07Disable warning -Wundef in zlib.h.Andrei Karas1-0/+3
2017-10-06remove extra includes if build without tmwa support.Andrei Karas1-1/+2
2017-09-27Change attributes value type to int64.Andrei Karas1-0/+2
2017-09-19Add missing space into pnglib.hAndrei Karas1-1/+1
2017-09-18Move imagewriter into utils directory and rename to pnglib.Andrei Karas2-0/+151
2017-09-15Detect cpu flags by sdl if other ways impossible to use.Andrei Karas1-0/+27
2017-09-15Dump system ram size.Andrei Karas1-0/+8
2017-09-14Improve x11 events logging.Andrei Karas1-33/+145
2017-09-13Fix compilation with SDL 2 < 2.0.2.Andrei Karas1-0/+4
2017-09-13Add option to select any existing SDL renderer drivers for SDL2 default mode.Andrei Karas2-0/+44
2017-09-13Fix option for enable/disable screensaver in SDL 2.Andrei Karas5-5/+28
2017-09-13Add missing space in x11logger.cppAndrei Karas1-1/+1
2017-09-12Fix error messages in tests in old SDL 2 versions.Andrei Karas1-0/+5
2017-09-12Extend SDL events logging.Andrei Karas2-4/+6
2017-09-11Add option to set sdl logging level.Andrei Karas6-0/+30
2017-09-09Remove extra include from sdlhelper.cppAndrei Karas1-1/+0
2017-09-09Fix compilation warning with mesa 17.3.0.Andrei Karas1-2/+3
2017-09-09Add logging wm events for SDL2.Andrei Karas2-0/+135
2017-09-08Split SDL_WaitEventTimeout/SDL_PollEvent into lower level SDL function calls.Andrei Karas4-0/+29
2017-09-08Fix compilation with old SDL 2 versions (before 2.0.4)Andrei Karas1-0/+6
2017-09-08Remove extra include.Andrei Karas1-1/+0
2017-09-08Fix compilation warning.Andrei Karas1-1/+1
2017-09-07Add missing sdl2logger files.Andrei Karas2-0/+170
2017-09-07Fix possible thread structure memory leak on SDL2 if thread terminated before...Andrei Karas4-0/+16
2017-09-07Add SDL2 errors logging.Andrei Karas4-0/+14
2017-09-07Remove useless calls in SDL::getAllVideoModes for SDL2.Andrei Karas1-3/+2
2017-09-01Add some checks after automatic check code by tools.Andrei Karas1-1/+1
2017-09-01Fix code style.Andrei Karas1-1/+1
2017-08-22Remove some parentheses.Andrei Karas1-1/+4
2017-08-21Remove useless else.Andrei Karas3-65/+41
2017-08-20Add logging basic types sizes.Andrei Karas2-0/+68
2017-08-20Add function for read float and double number from xml.Andrei Karas6-12/+79
2017-08-14Fix some pointer to bool conversions.Andrei Karas1-5/+5
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-1/+1
2017-08-07Fix old style cast in sdltcpnet.cpp and tinyxml2.incAndrei Karas1-0/+3
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas7-7/+7
2017-07-13Add vector.h for use different vectors.Andrei Karas5-4/+40
2017-07-07Move unit tests into unittests directory.Andrei Karas11-3728/+0
2017-06-30Remove more extra headers.Andrei Karas1-3/+3
2017-06-30Move likely macroses into separate file.Andrei Karas1-0/+32
2017-06-30Remove extra includes again.Andrei Karas2-2/+0
2017-06-30Remove extra includes from headers.Andrei Karas6-2/+6
2017-06-29Fix compilation with old compilers and not for linux.Andrei Karas3-0/+3
2017-06-29Use std::move in some places.Andrei Karas1-0/+30
2017-06-29Move cast macroses into separate file.Andrei Karas8-0/+44