summaryrefslogtreecommitdiff
path: root/src/utils/stringutils.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-08remove unused system headers.Andrei Karas1-3/+3
2013-09-25improve a bit strings declaration.Andrei Karas1-1/+1
2013-09-20fix possible issue in string comparisonAndrei Karas1-1/+1
2013-09-19fix some compilation issues in different platforms.Andrei Karas1-2/+2
2013-09-15remove unused includes from utils.Andrei Karas1-1/+0
2013-08-09improve size() methods usage.Andrei Karas1-8/+19
2013-07-08add ability to show stats from items.xml like strings.Andrei Karas1-0/+14
2013-07-01improve size() usage in stringutils.Andrei Karas1-6/+10
2013-06-22improve function for splitting string to ints.Andrei Karas1-5/+3
2013-06-15Add support for monster look.Andrei Karas1-0/+30
2013-04-25fix some code style by cpplint.Andrei Karas1-2/+5
2013-04-18improve stringutils file.Andrei Karas1-38/+17
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-04-09improve messagein class.Andrei Karas1-0/+7
2013-03-15Fix code style.Andrei Karas1-2/+2
2013-03-11Add some fixes after automatic checks.Andrei Karas1-4/+2
2013-02-26Improve string usage in other files.Andrei Karas1-6/+6
2013-02-21Fix some incorrect chars in browserbox links.Andrei Karas1-0/+10
2013-02-05Add missing checks and consts.Andrei Karas1-1/+1
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-27Simplify command handlers.Andrei Karas1-0/+16
2012-10-27Autoselect resolution under android.Andrei Karas1-0/+13
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-7/+9
2012-10-14Add some android fixes.Andrei Karas1-0/+1
2012-09-16Add const to variables with type size_t.Andrei Karas1-10/+10
2012-09-04Add const to more classes.Andrei Karas1-23/+23
2012-08-21next code style changes.Andrei Karas1-1/+1
2012-08-17Improve size calculations.Andrei Karas1-1/+1
2012-07-17Fix more code style and additional warnings.Andrei Karas1-2/+2
2012-04-26Add to log draw backend name.Andrei Karas1-0/+13
2012-04-25Improve iterators part 2.Andrei Karas1-4/+4
2012-04-01Last part of fixes.Andrei Karas1-16/+16
2012-04-01One part of fixes after auto checking.Andrei Karas1-2/+2
2012-03-29Replace vectors with strings to short names.Andrei Karas1-5/+4
2012-02-25Fix old casts.Andrei Karas1-3/+3
2012-02-18Fix compilation for windows.Andrei Karas1-0/+2
2012-02-17Update servers list once a day.Andrei Karas1-0/+14
2012-02-12Fix some possible errors in string untils.Andrei Karas1-11/+23
2012-02-11Remove some unneeded includes.Andrei Karas1-2/+0
2012-02-08Fix code style with new tool.Andrei Karas1-4/+4
2012-02-05Add own translation system.Andrei Karas1-0/+7
2012-02-05Move path functions from stringutils to paths.Andrei Karas1-10/+0
2012-02-05Move language functions to langs.cpp and langs.h files.Andrei Karas1-56/+0
2012-02-02Use translation for server descriptions in server list.Andrei Karas1-0/+20
2012-02-02Add some checks after automatic checking.Andrei Karas1-0/+3
2012-01-23Add support for request client language from server.Andrei Karas1-0/+13
2012-01-08Validate update host.Andrei Karas1-0/+10
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-05Fix current language detection if using custom language.Andrei Karas1-4/+11