summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2013-04-14some more style fixes from cpplint.Andrei Karas1-3/+0
2013-04-12Fix code style and other small issues.Andrei Karas1-2/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas7-40/+20
2013-04-09some more style and cast fixes.Andrei Karas1-0/+1
2013-04-09improve messagein class.Andrei Karas2-0/+9
2013-04-07fix cide style.Andrei Karas1-1/+2
2013-04-07some fixes after auto check.Andrei Karas2-6/+4
2013-03-24fix code style.Andrei Karas1-2/+1
2013-03-23Devide profiler time to 100.Andrei Karas1-2/+2
2013-03-23in profiler save only time from start.Andrei Karas1-9/+10
2013-03-15Fix code style.Andrei Karas1-2/+2
2013-03-12Fix code style.Andrei Karas1-1/+1
2013-03-11Add some fixes after automatic checks.Andrei Karas2-6/+4
2013-03-03another fixes from Coverity checks.Andrei Karas1-2/+9
2013-03-02Last fixes after Coverity checks.Andrei Karas1-0/+2
2013-02-26Improve string usage in other files.Andrei Karas1-6/+6
2013-02-26Improve string usage in other files.Andrei Karas3-15/+20
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