summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-06Add support for standard library file api in virtfs.s20170306Andrei Karas6-44/+85
2017-03-06Fix include type in main.cppAndrei Karas1-1/+1
2017-03-06Add missing header file into make file.Andrei Karas1-0/+1
2017-03-06Change configure.ac to allow build with mingw.Andrei Karas1-46/+72
2017-03-06Fix linking with some mingw versions.Andrei Karas1-0/+4
2017-03-05Remove from make file removed cmake file.Andrei Karas1-1/+0
2017-03-05Add builds with custom libs compiled with asan/ubsan.Andrei Karas1-0/+50
2017-03-05Fix compilation on windows.Andrei Karas1-0/+7
2017-03-05Remove physfs from cmake and switch to using virtfs.Andrei Karas2-69/+37
2017-03-04Remove libphysfs-dev from .travis.ymlAndrei Karas1-1/+17
2017-03-04Remove libphysfs-dev from .gitlab-ci.ymlAndrei Karas1-114/+118
2017-03-04Enable ci builds with old libs, because physfs disabled by default.Andrei Karas1-26/+20
2017-03-04Disable using physfs in all builds except cmake.Andrei Karas7-306/+301
2017-03-04Add missing include for non linux systems.Andrei Karas1-0/+1
2017-03-04Change version to 1.7.3.4.v1.7.3.4Andrei Karas9-9/+16
2017-03-04Skip check for file links on windows.Andrei Karas1-0/+2
2017-03-04Update translations.Andrei Karas23-5447/+3580
2017-03-04Update manaplus.cbp.Andrei Karas1-21/+44
2017-03-04Update Android.mk.Andrei Karas1-0/+4
2017-03-04Fix compilation with old compilers.Andrei Karas4-5/+5
2017-03-04Remove extra include from virtfsphys_unittest.ccAndrei Karas1-1/+0
2017-03-04Add missing include into virtfs.hAndrei Karas1-0/+2
2017-03-04Disable builds with old libraries due physfs 1.x issues.Andrei Karas1-6/+12
2017-03-04Remove unused files with unit tests.Andrei Karas3-1491/+1
2017-03-04Remove unused functions from virtfs.Andrei Karas4-819/+7
2017-03-04Reimplement VirtFs in correct way. Now all tests should pass.Andrei Karas39-574/+2615
2017-03-02Fix style issue in fsentrytype.hAndrei Karas1-1/+1
2017-03-02Add VirtFs for mounted zips and dirs order.Andrei Karas1-0/+80
2017-03-02Add another zip archive for future tests.Andrei Karas6-12/+14
2017-03-02Add into readme comments about git hostings TOS and licenses.Andrei Karas3-0/+32
2017-03-02Fix space and enter key press in updater window after update complete.Andrei Karas1-1/+2
2017-03-02Revert "Fix tests failure in physfs deinit."Andrei Karas12-17/+20
2017-03-02Move VirtFs::deinit from client.Andrei Karas2-1/+1
2017-03-02Add missing explicit keyword.Andrei Karas1-1/+1
2017-03-02Add missing files.Andrei Karas2-0/+82
2017-03-02Fix tests failure in physfs deinit.Andrei Karas12-20/+17
2017-03-02Add base class for VirtDirEntry and VirtZipEntry.Andrei Karas13-73/+118
2017-03-02Mark configure flag --without-physfs as experimental.Andrei Karas1-1/+1
2017-03-02Add flag -fno-omit-frame-pointer into bmakedebug script.Andrei Karas1-0/+1
2017-03-02Fix possible leaks on exit and asserts about adding non existing zips and dir...Andrei Karas8-6/+38
2017-03-02Add ifdefs for prevent compilation by any scripts virtfs/physfs files if shou...Andrei Karas24-0/+59
2017-03-02Fix some issues in virtfs and update tests.Andrei Karas5-9/+304
2017-03-01Fix some warnings in tests due physfs headers issues in some versions.Andrei Karas2-0/+6
2017-03-01Fix compilation without physfs if physfs not installed.Andrei Karas1-0/+2
2017-03-01Fix style in virtfstools.hAndrei Karas1-1/+1
2017-03-01Add into .gitlab-ci.yml some builds without physfs.Andrei Karas1-0/+97
2017-03-01Add into .travis.yml some builds without physfs.Andrei Karas1-0/+72
2017-03-01Add into .travis.yml build tests with saniti flags + glibc debug.Andrei Karas1-0/+20
2017-03-01Fix pointers alias issue in Being::playSfx (detected by gcc 7)Andrei Karas2-2/+2
2017-03-01Add logging info about mount / unmount in physfs.Andrei Karas1-4/+28