Age | Commit message (Expand) | Author | Files | Lines |
2017-05-01 | Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels. | Andrei Karas | 1 | -2/+7 |
2017-04-18 | Add test for function urlJoin. | Andrei Karas | 1 | -0/+16 |
2017-04-15 | Fix download urls on windows.v1.7.4.15 | Andrei Karas | 2 | -0/+40 |
2017-04-14 | Fix code style. | Andrei Karas | 1 | -2/+2 |
2017-04-09 | Remove extra includes. | Andrei Karas | 1 | -2/+0 |
2017-04-08 | Move resourcemanager from class to namespace. | Andrei Karas | 5 | -8/+79 |
2017-04-05 | Remove extra include from langs.cpp | Andrei Karas | 1 | -2/+0 |
2017-04-05 | Add chat command for translate message from player language to english. | Andrei Karas | 6 | -1/+43 |
2017-04-05 | Add reverse translation dictionary. | Andrei Karas | 4 | -0/+17 |
2017-04-05 | Add loading translation for dict object. | Andrei Karas | 3 | -0/+3 |
2017-04-03 | Use pathJoin for concatinate some paths. | Andrei Karas | 1 | -1/+1 |
2017-03-29 | Remove debug code from DEBUG_VIRTFS defines. | Andrei Karas | 1 | -50/+0 |
2017-03-29 | Remove wrong character from pugixml.cpp | Andrei Karas | 1 | -1/+1 |
2017-03-29 | Remove extra memory copy in VirtFs::loadFile. | Andrei Karas | 5 | -8/+9 |
2017-03-29 | Remove extra includes. | Andrei Karas | 1 | -1/+0 |
2017-03-28 | Move Virtfs::loadFile into virtfs.cpp | Andrei Karas | 4 | -4/+4 |
2017-03-28 | Change memory allocation in Virtfs::LoadFile from calloc to new. | Andrei Karas | 5 | -25/+25 |
2017-03-28 | Move virtfstools into virtfs directory. | Andrei Karas | 5 | -5/+5 |
2017-03-28 | Join fs/virfs.h and fs/virtfs/virtfs.h | Andrei Karas | 8 | -8/+8 |
2017-03-28 | Remove physfs support. | Andrei Karas | 2 | -53/+0 |
2017-03-24 | Remove debug line from xml_unittest.cc | Andrei Karas | 1 | -1/+0 |
2017-03-24 | Add ignore some compilation options in tinyxml2 include. | Andrei Karas | 1 | -0/+4 |
2017-03-24 | Add support for tinyxml2 for reading / writing xml files. | Andrei Karas | 12 | -42/+594 |
2017-03-16 | Disable unit test for timeDiffToString if NLS not enabled. | Andrei Karas | 1 | -3/+2 |
2017-03-15 | Fix output type in stringutils_unittest.cc | Andrei Karas | 1 | -1/+1 |
2017-03-15 | Possible fix for cast issue in i386 arch in tests. | Andrei Karas | 1 | -2/+2 |
2017-03-14 | Fix compilation for windows 64 with mingw. | Andrei Karas | 3 | -8/+15 |
2017-03-10 | Add pathJoin functions for join parts of path. | Andrei Karas | 3 | -0/+183 |
2017-03-09 | Simplify add/remove dirs and zips methods in virtfs. | Andrei Karas | 5 | -36/+36 |
2017-03-08 | Enable stack generation if target platform support this. | Andrei Karas | 1 | -16/+8 |
2017-03-08 | Add configuration path initialisation in tests where it need. | Andrei Karas | 3 | -2/+32 |
2017-03-07 | Fix unit tests on windows. | Andrei Karas | 5 | -30/+29 |
2017-03-04 | Reimplement VirtFs in correct way. Now all tests should pass. | Andrei Karas | 5 | -36/+36 |
2017-03-02 | Revert "Fix tests failure in physfs deinit." | Andrei Karas | 4 | -6/+7 |
2017-03-02 | Fix tests failure in physfs deinit. | Andrei Karas | 4 | -7/+6 |
2017-03-01 | Fix some warnings in tests due physfs headers issues in some versions. | Andrei Karas | 1 | -0/+3 |
2017-03-01 | Fix compilation without physfs if physfs not installed. | Andrei Karas | 1 | -0/+2 |
2017-03-01 | Fix tests running without physfs. | Andrei Karas | 5 | -10/+28 |
2017-03-01 | Fix compilation without physfs. | Andrei Karas | 2 | -0/+11 |
2017-02-28 | Rename UseResMan into UseVirtFs. | Andrei Karas | 7 | -18/+18 |
2017-02-27 | Add string function for sanitization strings. | Andrei Karas | 3 | -1/+164 |
2017-02-21 | Add sdl mixer version into libs version dump. | Andrei Karas | 2 | -0/+23 |
2017-02-21 | Move other fs related files into fs directory. | Andrei Karas | 9 | -1063/+0 |
2017-02-21 | Move virt fs related files into fs directory. | Andrei Karas | 27 | -1821/+31 |
2017-02-21 | Fix compilation with pugixml. | Andrei Karas | 2 | -0/+4 |
2017-02-21 | Remove extra includes. | Andrei Karas | 1 | -2/+0 |
2017-02-20 | Fix all left leaks in tests. | Andrei Karas | 1 | -0/+2 |
2017-02-20 | Fix some leaks in unit tests. | Andrei Karas | 8 | -6/+89 |
2017-02-19 | Fix some memory leaks and add duplicate item fields check. | Andrei Karas | 1 | -0/+7 |
2017-02-17 | Fix code style. | Andrei Karas | 3 | -4/+3 |