summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Add file utils function getFilesInDir.Andrei Karas2-0/+23
2016-01-21Add support for writing xml files from pugixml.Andrei Karas7-16/+175
2016-01-21Add xml writing unit tests.Andrei Karas1-1/+85
2016-01-20Move xml defines into separate file.Andrei Karas5-63/+151
2016-01-20Add pugixml backend incomplete.Andrei Karas5-6/+573
2016-01-19Move xml class based on libxml into libxml.cpp file.Andrei Karas3-145/+177
2016-01-19Add tests for xml macroses.Andrei Karas3-4/+30
2016-01-19Add some more xml unit tests.Andrei Karas1-0/+30
2016-01-18Add macro XmlTextWriterEndElement.Andrei Karas1-0/+1
2016-01-18Add unit tests for xml document.Andrei Karas1-0/+158
2016-01-17Update stringutils tests.Andrei Karas1-2/+2
2016-01-17Add support for adding cards into item links in chat.Andrei Karas2-6/+67
2016-01-17Improve a bit links replace function.Andrei Karas1-10/+12
2016-01-17Add unit tests for links replace function.Andrei Karas1-0/+184
2016-01-16Add function for replace item links in chat.Andrei Karas2-2/+54
2016-01-15Fix code style.Andrei Karas1-1/+2
2016-01-15Fix compilation without hercules support.Andrei Karas1-2/+2
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas2-2/+1
2016-01-03Auto set default language from chrome ui (nacl).Andrei Karas1-13/+47
2016-01-03Add support for custom NLS (without gettext).Andrei Karas6-4/+36
2016-01-02Update copyright year in .cc files.Andrei Karas5-5/+5
2016-01-02Add unit tests for po parser.Andrei Karas2-0/+81
2016-01-02Add basic support for skiping plurals and use default translation.Andrei Karas1-1/+21
2016-01-02Update copyrights year.Andrei Karas72-72/+72
2015-12-23Add const attribute to other files.Andrei Karas1-1/+1
2015-12-20Move OpenGLX related files into openglx directory.Andrei Karas1-3/+3
2015-12-20Move OpenGL functions related files into opengl directory.Andrei Karas1-2/+3
2015-12-18Fix code style.Andrei Karas1-2/+3
2015-12-14Move chatconsts into const directory.Andrei Karas1-1/+1
2015-12-13Move timer constants into separate file.Andrei Karas2-5/+2
2015-12-13Move nacl messages related functions into separate file.Andrei Karas5-86/+145
2015-12-13Fix code style.Andrei Karas1-2/+2
2015-12-12Fix warnings in nacl.Andrei Karas2-8/+16
2015-12-10Move cursor related code into sdlsharedhelper.Andrei Karas2-0/+82
2015-12-09Fix cursor position after insert text from clipboard (nacl)Andrei Karas1-0/+1
2015-12-05Add missing final keyword.Andrei Karas1-1/+1
2015-12-05Fix code style.Andrei Karas1-3/+8
2015-12-03Added NaCl messaging and clipboard functionsVasily3-5/+99
2015-12-02Added NaCl openBrowser function implementationVasily1-0/+10
2015-12-01Add string cut functions.Andrei Karas2-0/+26
2015-12-01Added NaCl data.zip PhysFS supportVasily1-0/+5
2015-11-20Fix unit tests.Andrei Karas2-4/+4
2015-11-19Add strong typed bool enum Append.Andrei Karas1-2/+2
2015-11-02Add intmap defines.Andrei Karas1-0/+30
2015-08-24Add missing resource manager init into unit tests.Andrei Karas2-0/+2
2015-08-24Fix unit tests.Andrei Karas2-6/+4
2015-08-22Use resource manager as global variable.Andrei Karas1-6/+4
2015-08-21Add function for convert time diff to string.Andrei Karas2-0/+64
2015-08-09Add unit tests for mathutils.hAndrei Karas1-0/+102
2015-08-04Remove gtest.h includes what left after old testing framework.Andrei Karas1-2/+0