Age | Commit message (Expand) | Author | Files | Lines |
2017-03-07 | Fix error in configure. Improve detection functions. | Andrei Karas | 1 | -7/+8 |
2017-03-07 | Fix unit tests on windows. | Andrei Karas | 20 | -169/+205 |
2017-03-07 | Enable console in unit tests if build with mingw. | Andrei Karas | 1 | -1/+3 |
2017-03-07 | Fix tests after last changes. | Andrei Karas | 2 | -0/+20 |
2017-03-07 | Fix dyecmd compilation with mingw. | Andrei Karas | 1 | -0/+1 |
2017-03-07 | Fix warning about defefined PACKAGE_VERSION in mingw builds. | Andrei Karas | 1 | -2/+0 |
2017-03-07 | Auto detect if librt usable for current compiler. | Andrei Karas | 1 | -53/+57 |
2017-03-07 | Enable -rdynamic flag only if it supported by linker. | Andrei Karas | 2 | -0/+58 |
2017-03-06 | Show assert if failed open streamed files. | Andrei Karas | 5 | -4/+29 |
2017-03-06 | Show asserts if any errors happened with fopen. | Andrei Karas | 3 | -7/+17 |
2017-03-06 | Update translations. | Andrei Karas | 24 | -7280/+9150 |
2017-03-06 | Add missing header file into make file. | Andrei Karas | 1 | -0/+1 |
2017-03-06 | Add resources into build with mingw and automake. | Andrei Karas | 2 | -2/+22 |
2017-03-06 | Fix packet warnings for server plugin version < 16. | Andrei Karas | 1 | -12/+48 |
2017-03-06 | Fix packets for updated hercules. | Andrei Karas | 1 | -0/+9 |
2017-03-06 | Add binary access mode in read zip archives. | Andrei Karas | 1 | -2/+2 |
2017-03-06 | Add missing file. | Andrei Karas | 1 | -0/+48 |
2017-03-06 | Add support for standard library file api in virtfs.s20170306 | Andrei Karas | 6 | -44/+85 |
2017-03-06 | Fix include type in main.cpp | Andrei Karas | 1 | -1/+1 |
2017-03-06 | Add missing header file into make file. | Andrei Karas | 1 | -0/+1 |
2017-03-06 | Change configure.ac to allow build with mingw. | Andrei Karas | 1 | -46/+72 |
2017-03-06 | Fix linking with some mingw versions. | Andrei Karas | 1 | -0/+4 |
2017-03-05 | Remove from make file removed cmake file. | Andrei Karas | 1 | -1/+0 |
2017-03-05 | Add builds with custom libs compiled with asan/ubsan. | Andrei Karas | 1 | -0/+50 |
2017-03-05 | Fix compilation on windows. | Andrei Karas | 1 | -0/+7 |
2017-03-05 | Remove physfs from cmake and switch to using virtfs. | Andrei Karas | 2 | -69/+37 |
2017-03-04 | Remove libphysfs-dev from .travis.yml | Andrei Karas | 1 | -1/+17 |
2017-03-04 | Remove libphysfs-dev from .gitlab-ci.yml | Andrei Karas | 1 | -114/+118 |
2017-03-04 | Enable ci builds with old libs, because physfs disabled by default. | Andrei Karas | 1 | -26/+20 |
2017-03-04 | Disable using physfs in all builds except cmake. | Andrei Karas | 7 | -306/+301 |
2017-03-04 | Add missing include for non linux systems. | Andrei Karas | 1 | -0/+1 |
2017-03-04 | Change version to 1.7.3.4.v1.7.3.4 | Andrei Karas | 9 | -9/+16 |
2017-03-04 | Skip check for file links on windows. | Andrei Karas | 1 | -0/+2 |
2017-03-04 | Update translations. | Andrei Karas | 23 | -5447/+3580 |
2017-03-04 | Update manaplus.cbp. | Andrei Karas | 1 | -21/+44 |
2017-03-04 | Update Android.mk. | Andrei Karas | 1 | -0/+4 |
2017-03-04 | Fix compilation with old compilers. | Andrei Karas | 4 | -5/+5 |
2017-03-04 | Remove extra include from virtfsphys_unittest.cc | Andrei Karas | 1 | -1/+0 |
2017-03-04 | Add missing include into virtfs.h | Andrei Karas | 1 | -0/+2 |
2017-03-04 | Disable builds with old libraries due physfs 1.x issues. | Andrei Karas | 1 | -6/+12 |
2017-03-04 | Remove unused files with unit tests. | Andrei Karas | 3 | -1491/+1 |
2017-03-04 | Remove unused functions from virtfs. | Andrei Karas | 4 | -819/+7 |
2017-03-04 | Reimplement VirtFs in correct way. Now all tests should pass. | Andrei Karas | 39 | -574/+2615 |
2017-03-02 | Fix style issue in fsentrytype.h | Andrei Karas | 1 | -1/+1 |
2017-03-02 | Add VirtFs for mounted zips and dirs order. | Andrei Karas | 1 | -0/+80 |
2017-03-02 | Add another zip archive for future tests. | Andrei Karas | 6 | -12/+14 |
2017-03-02 | Add into readme comments about git hostings TOS and licenses. | Andrei Karas | 3 | -0/+32 |
2017-03-02 | Fix space and enter key press in updater window after update complete. | Andrei Karas | 1 | -1/+2 |
2017-03-02 | Revert "Fix tests failure in physfs deinit." | Andrei Karas | 12 | -17/+20 |
2017-03-02 | Move VirtFs::deinit from client. | Andrei Karas | 2 | -1/+1 |