summaryrefslogtreecommitdiff
path: root/src/utils/stringutils.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-10Change empty strings initializations.Andrei Karas1-2/+2
2011-09-08Fix code style.Andrei Karas1-1/+1
2011-09-08Fix register in some auto complete strings.Andrei Karas1-0/+18
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-5/+6
2011-08-28Add support for auto download content fixes.Andrei Karas1-0/+8
2011-08-27Fix lower chars issue.Andrei Karas1-1/+1
2011-08-27Basic support for guild bot integration.Andrei Karas1-0/+54
2011-08-22Add highlight list option.Andrei Karas1-2/+15
2011-08-02Add ctrl key combination to all text fields.Andrei Karas1-0/+12
2011-07-04Replace some lists to vectors.Andrei Karas1-2/+2
2011-06-16Add dataPath to branding.Andrei Karas1-0/+10
2011-06-14Add ability to add comments to any players.Andrei Karas1-1/+12
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-07Save atack filter between restarts.Andrei Karas1-1/+20
2011-04-18Allow try different language part for searching help translations.Andrei Karas1-6/+10
2011-04-09Small fix to code style and compilation warning.Andrei Karas1-1/+1
2011-04-06Add support for help pages translations.Andrei Karas1-0/+14
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-1/+1
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-7/+8
2011-03-03Dehardcode item colors. Now reading all from configs.Andrei Karas1-0/+41
2011-02-27First part of implimintation item colors.Andrei Karas1-0/+10
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-14Replace sprites functionality (need support in client data).Andrei Karas1-0/+11
2011-02-12Add items attribute what allow hide other sprites only by id.Andrei Karas1-0/+11
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-2/+2