summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2014-07-19Add missing include in glxhelper.v1.4.7.19Andrei Karas1-0/+1
2014-07-14Fix code style.Andrei Karas1-1/+1
2014-07-13Fix code style.Andrei Karas2-6/+6
2014-07-12Add macro for checking OpenGL function is it null or not null.Andrei Karas1-3/+4
2014-07-10In OpenGL context creation add support for compatability context.Andrei Karas6-26/+59
2014-07-05Fix code style.Andrei Karas2-8/+6
2014-07-02Fix resize in modernopengl with own context in SDL1.2 build.Andrei Karas6-2/+35
2014-07-01Fix compilation with some debug flags.Andrei Karas1-0/+2
2014-06-24Add manual OpenGL context creation.Andrei Karas6-0/+239
2014-06-20Fix code style.Andrei Karas1-2/+2
2014-06-08Add ShaderManager and Shader class.Andrei Karas2-0/+18
2014-06-07fix code style.Andrei Karas1-5/+4
2014-06-06Fix compilation with some options.Andrei Karas1-0/+2
2014-06-03Fix wrong includes.Andrei Karas2-2/+2
2014-05-31Improve profiler speed.Andrei Karas2-4/+21
2014-05-31Fix sign on some vars.Andrei Karas1-3/+6
2014-05-31fix debug.h position in gettexthelper.Andrei Karas1-2/+2
2014-05-31Add missing notfinal/final to classes.Andrei Karas1-1/+3
2014-05-31fix code style.Andrei Karas6-16/+27
2014-05-29Move gettext related methods into separate file.Andrei Karas2-0/+137
2014-05-29Move many variables from client into settings.Andrei Karas1-1/+2
2014-05-28Move from resourcemanager functions related to files into other files.Andrei Karas8-9/+166
2014-05-25Fix license headers.Andrei Karas2-2/+2
2014-05-24Fix localconsts.h and debug.h includes.Andrei Karas2-2/+2
2014-05-20Move sdlmemoryobject into separate file.Andrei Karas2-23/+57
2014-05-20Move physfsmemoryobject into separate file.Andrei Karas2-21/+54
2014-05-09Fix code style.Andrei Karas2-7/+9
2014-05-08Fix code style in utils.Andrei Karas4-9/+10
2014-05-07Remove depricated casts.Andrei Karas1-5/+5
2014-05-07Add missing const.Andrei Karas1-2/+2
2014-05-06Validate xml downloads, and if failed, use another mirror.Andrei Karas2-1/+43
2014-05-02Add missing const.Andrei Karas3-5/+5
2014-05-01Add missing const.Andrei Karas4-9/+9
2014-04-30Fix code style in utils.Andrei Karas3-7/+13
2014-03-28simplify variables cleanup.Andrei Karas2-2/+32
2014-02-26Add xmlutils for quick load simple xml files.Andrei Karas3-0/+167
2014-02-22Move color into gui dir.Andrei Karas1-3/+4
2014-02-21fix signed shifts.Andrei Karas3-5/+5
2014-02-20fix code style.Andrei Karas2-13/+18
2014-02-20improve includes.Andrei Karas6-7/+10
2014-02-17move sdlpixel file into utils directory.Andrei Karas1-0/+232
2014-02-11improve autocomplete sanitization.Andrei Karas2-0/+8
2014-02-11add support for map layer replacments.Andrei Karas1-0/+3
2014-02-07add missing const and static keywords.Andrei Karas2-2/+2
2014-02-02Add missing const and static into translation classes.Andrei Karas2-6/+6
2014-01-29Fix paths for xsel and xdg-open on OpenBSD and FreeBSD.Andrei Karas2-2/+15
2014-01-18fix code style.Andrei Karas1-2/+2
2014-01-16add missing const in xmlnode pointers.Andrei Karas2-14/+32
2014-01-15add option for edit screenshot dir.Andrei Karas2-4/+39
2014-01-14Change default screenshot path from XDG_DESKTOP_DIR into XDG_PICTURES_DIR.Andrei Karas2-3/+3