summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Improve physfs calls to get dir separator.Andrei Karas3-2/+14
2013-02-21Fix some incorrect chars in browserbox links.Andrei Karas2-0/+14
2013-02-20Fix compilation with old physfs.Andrei Karas2-6/+6
2013-02-20Fix compilation errors.Andrei Karas1-0/+2
2013-02-19Remove spaces in browser links.Andrei Karas1-3/+3
2013-02-18Change process priority depend on game state.Andrei Karas2-0/+17
2013-02-18remove sha256.cpp/h files.Andrei Karas2-337/+0
2013-02-18move most direct calls to physfs to separate file.Andrei Karas5-15/+157
2013-02-14fix copyright years.Andrei Karas1-1/+1
2013-02-13Fix code style.Andrei Karas1-0/+1
2013-02-06Allow open browser on Android.Andrei Karas1-4/+8
2013-02-05Add missing checks and consts.Andrei Karas2-2/+2
2013-01-20Last part with FOR_EACH changes.Andrei Karas3-5/+3
2013-01-16update copyrights year.Andrei Karas35-35/+35
2013-01-01Fix some issues in process creation.Andrei Karas1-2/+9
2012-12-29add open browser support for MacOSX.Andrei Karas1-11/+21
2012-12-29OS X now compiles with process.cppSocapex1-19/+2
2012-12-29Minor physfswops fix (const char*)Socapex1-1/+1
2012-12-29Another possible fix for broken libs.Andrei Karas1-9/+14
2012-12-29Add workaround fix for broken macports libs.Andrei Karas1-0/+12
2012-12-29Add checks for incorrect path before calling unsafe physfs functions.Andrei Karas1-0/+6
2012-12-25Improve empty strings manipulation.Andrei Karas2-9/+9
2012-11-27Simplify command handlers.Andrei Karas2-0/+18
2012-11-17Add a bit constexpr.Andrei Karas1-12/+7
2012-11-07Add own profiler and profiler info to some code.Andrei Karas2-0/+161
2012-10-30Add unused warnings to other files.Andrei Karas2-3/+9
2012-10-30Add unused warnings to some files.Andrei Karas8-55/+77
2012-10-27Autoselect resolution under android.Andrei Karas2-0/+16
2012-10-18Simplify reading values from config.Andrei Karas1-3/+3
2012-10-17ARM fixes.Andrei Karas1-1/+1
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas4-13/+18
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas4-4/+4
2012-10-14Add some android fixes.Andrei Karas2-1/+3
2012-10-10Delete copy constructor from other classes.Andrei Karas4-14/+25
2012-10-02Fix some conversions.Andrei Karas1-1/+1
2012-10-02Remove most C casts.Andrei Karas2-8/+21
2012-09-30fix code style.Andrei Karas1-1/+1
2012-09-30add atlas textures support.Andrei Karas1-0/+8
2012-09-24Fix compilation errors.Andrei Karas2-0/+4
2012-09-23Add missing final keywords to classes.Andrei Karas4-4/+4
2012-09-23fix code style.Andrei Karas1-0/+2
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-09-16Add const to variables with type size_t.Andrei Karas4-13/+13
2012-09-11Fix code style and small perfomance issues.Andrei Karas1-5/+2
2012-09-09fix code style.Andrei Karas1-1/+2
2012-09-08Improve constructors in some classes.Andrei Karas1-5/+2
2012-09-05Fix termination from forked processes if exec file failed.Andrei Karas2-3/+3
2012-09-04add const to more classes,Andrei Karas2-2/+2
2012-09-04Add const to more classes.Andrei Karas21-112/+127
2012-09-01Fix forked processes termination.v1.2.9.2Andrei Karas1-2/+2