summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-08Fix warning in nacl build.Andrei Karas1-1/+3
2017-03-07Fix unit tests on windows.Andrei Karas20-169/+205
2017-03-07Enable console in unit tests if build with mingw.Andrei Karas1-1/+3
2017-03-07Fix tests after last changes.Andrei Karas2-0/+20
2017-03-07Fix dyecmd compilation with mingw.Andrei Karas1-0/+1
2017-03-07Fix warning about defefined PACKAGE_VERSION in mingw builds.Andrei Karas1-2/+0
2017-03-07Enable -rdynamic flag only if it supported by linker.Andrei Karas1-0/+4
2017-03-06Show assert if failed open streamed files.Andrei Karas5-4/+29
2017-03-06Show asserts if any errors happened with fopen.Andrei Karas3-7/+17
2017-03-06Add missing header file into make file.Andrei Karas1-0/+1
2017-03-06Add resources into build with mingw and automake.Andrei Karas1-0/+12
2017-03-06Fix packet warnings for server plugin version < 16.Andrei Karas1-12/+48
2017-03-06Fix packets for updated hercules.Andrei Karas1-0/+9
2017-03-06Add binary access mode in read zip archives.Andrei Karas1-2/+2
2017-03-06Add missing file.Andrei Karas1-0/+48
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-06Fix linking with some mingw versions.Andrei Karas1-0/+4
2017-03-05Fix compilation on windows.Andrei Karas1-0/+7
2017-03-05Remove physfs from cmake and switch to using virtfs.Andrei Karas1-17/+37
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 Karas1-2/+2
2017-03-04Skip check for file links on windows.Andrei Karas1-0/+2
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-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 Karas3-12/+12
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-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-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
2017-03-01Fix closing physfs files.Andrei Karas1-0/+6
2017-03-01Fix tests running without physfs.Andrei Karas16-11/+103