index
:
AntumDeluge/manaplus
master
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fs
/
virtfs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-06
Add support for standard library file api in virtfs.
s20170306
Andrei Karas
5
-44
/
+83
2017-03-05
Fix compilation on windows.
Andrei Karas
1
-0
/
+7
2017-03-04
Fix compilation with old compilers.
Andrei Karas
4
-5
/
+5
2017-03-04
Add missing include into virtfs.h
Andrei Karas
1
-0
/
+2
2017-03-04
Remove unused files with unit tests.
Andrei Karas
2
-1488
/
+0
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
16
-125
/
+2221
2017-03-02
Add another zip archive for future tests.
Andrei Karas
1
-4
/
+4
2017-03-02
Add missing explicit keyword.
Andrei Karas
1
-1
/
+1
2017-03-02
Add missing files.
Andrei Karas
2
-0
/
+82
2017-03-02
Add base class for VirtDirEntry and VirtZipEntry.
Andrei Karas
11
-73
/
+82
2017-03-02
Fix possible leaks on exit and asserts about adding non existing zips and dir...
Andrei Karas
1
-0
/
+15
2017-03-02
Add ifdefs for prevent compilation by any scripts virtfs/physfs files if shou...
Andrei Karas
18
-0
/
+45
2017-03-02
Fix some issues in virtfs and update tests.
Andrei Karas
4
-8
/
+55
2017-03-01
Fix tests running without physfs.
Andrei Karas
1
-0
/
+18
2017-03-01
Fix compilation without physfs.
Andrei Karas
18
-0
/
+4065