summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-24Move type UseResman into separate file.Andrei Karas1-0/+1
2015-05-24Move simpletypes.h into directory simpletypes.Andrei Karas1-1/+1
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-3/+4
2015-05-08Fix compilation for NACL.Andrei Karas1-1/+1
2015-05-06Add strong typed bool type SkipError.Andrei Karas3-4/+4
2015-05-06Add strong types bool type UseResman.Andrei Karas3-4/+6
2015-05-06Add strong typed bool type NpcNames.Andrei Karas1-1/+1
2015-05-06Add strong typed bool type AllowSort.Andrei Karas1-2/+2
2015-05-01Add string function for parse string into two strings.Andrei Karas2-0/+20
2015-04-30Fix compilation on not x86/amd64 arches.Andrei Karas1-1/+4
2015-04-27Add into mail message field with date in string format.Andrei Karas2-0/+13
2015-03-29Remove unused guildid parameter from guild handler.Andrei Karas1-1/+1
2015-03-17Remove useless includes from .h files.Andrei Karas9-8/+11
2015-03-16remove useless includes from unit tests.Andrei Karas1-3/+0
2015-03-16Remove useless includes from cpp filesAndrei Karas7-18/+2
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-0/+2
2015-02-09Fix code style.Andrei Karas1-3/+3