summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-30Add support for include tag in badges.xml.Andrei Karas1-1/+0
2015-07-30Add support for includes in xml utils functions.Andrei Karas1-20/+39
2015-07-29Add function for load xml data to std::map with strings.Andrei Karas2-0/+48
2015-07-26Fix code style.Andrei Karas2-54/+104
2015-07-26Add macro constexpr2. Depend on compiler and version it can be constexpr or e...Andrei Karas1-8/+8
2015-07-26Add some constexpr in mathutils.hAndrei Karas1-10/+11
2015-07-26Use uint8_t for array items in square_roots.Andrei Karas1-2/+2
2015-07-25healmd checks healing radiusJoseph Botosh1-0/+62
2015-07-21Add missing checks and non null attributes.Andrei Karas4-7/+8
2015-07-17Fix code style.Andrei Karas1-2/+0
2015-07-17Add missing checks into logindialog and xml.Andrei Karas1-5/+10
2015-07-11Add missing checks into other files.Andrei Karas2-4/+1
2015-06-27Move environment functions into separate file.Andrei Karas3-2/+112
2015-06-25Add missing checks into db directory.Andrei Karas7-4/+33
2015-06-20Fix code style.Andrei Karas1-0/+6
2015-06-06Fix atox with empty input string.Andrei Karas1-4/+4
2015-06-06Fix code style.Andrei Karas4-14/+14
2015-06-05Fix compilation on 32 bit systems.Andrei Karas2-2/+2
2015-06-05Add fast versions for function toString for different types.Andrei Karas3-10/+109
2015-05-26Convert tests for xmlutils into catch format.Andrei Karas1-15/+9
2015-05-26Convert tests for stringutils into catch format.Andrei Karas1-205/+207
2015-05-26Convert tests for files into catch format.Andrei Karas1-10/+5
2015-05-24Remove simpletypes.h.Andrei Karas1-1/+0
2015-05-24Move type SkipError into separate file.Andrei Karas1-0/+1