summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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
All manaplus builds before this commits will show warnings in debug tab if run with new hercules.
2017-03-06Add binary access mode in read zip archives.Andrei Karas1-2/+2
By default windows using text mode for read/write files.
2017-03-06Add missing file.Andrei Karas1-0/+48
2017-03-06Add support for standard library file api in virtfs.s20170306Andrei Karas6-44/+85
Because posix file api broken in mingw.
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
On this test VirtFs without physfs for now failing.
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
Before this keys triggered cancel action.
2017-03-02Revert "Fix tests failure in physfs deinit."Andrei Karas12-17/+20
This reverts commit 22a2c48a263c67ab3418c22a88cec67e5c1d318c.
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 ↵Andrei Karas8-6/+38
directories.
2017-03-02Add ifdefs for prevent compilation by any scripts virtfs/physfs files if ↵Andrei Karas24-0/+59
should be disabled.
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
2017-03-01Fix compilation without physfs.Andrei Karas32-186/+501
Also split fs related files to virtfs and physfs.
2017-03-01Impliment some functions in VirtFs with physfs disabled.Andrei Karas6-8/+36
2017-02-28Add configure flag for use physfs.Andrei Karas5-32/+84
New configure option: --without-physfs For now manaplus cant be compiled without physfs.
2017-02-28Add test with zip archives into VirtFs.Andrei Karas2-4/+119
2017-02-28Fix files enumeration in root directory in VirtFsZip.Andrei Karas4-8/+202
Also add tests for same for other VirtFs functions.
2017-02-28Add paths.xml option overweightPercent for show overweight message.Andrei Karas5-2/+9
Default value: 50
2017-02-28Remove destructor from virtfsfuncs.Andrei Karas1-0/+2
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas50-76/+76