summaryrefslogtreecommitdiff
path: root/src/fs/physfs
AgeCommit message (Expand)AuthorFilesLines
2017-03-04Remove extra include from virtfsphys_unittest.ccAndrei Karas1-1/+0
2017-03-04Reimplement VirtFs in correct way. Now all tests should pass.Andrei Karas2-43/+9
2017-03-02Add another zip archive for future tests.Andrei Karas1-4/+4
2017-03-02Fix possible leaks on exit and asserts about adding non existing zips and dir...Andrei Karas1-0/+11
2017-03-02Add ifdefs for prevent compilation by any scripts virtfs/physfs files if shou...Andrei Karas6-0/+14
2017-03-01Add logging info about mount / unmount in physfs.Andrei Karas1-4/+28
2017-03-01Fix closing physfs files.Andrei Karas1-0/+6
2017-03-01Fix compilation without physfs.Andrei Karas6-0/+1224