index
:
mana/plus
CI_test_var
c++17_deprecated_func
camel
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mplint
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
old-stable
rename_and_cleanup
stable
stripped
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-28
Remove VirtFs::getLastError().
Andrei Karas
1
-5
/
+0
2017-03-28
Remove physfs support.
Andrei Karas
20
-51
/
+0
2017-03-12
Remove extra includes.
Andrei Karas
9
-18
/
+0
2017-03-11
Fix different issues found by automatic checks.
Andrei Karas
12
-30
/
+10
2017-03-09
Fix style issue in zip.cpp
Andrei Karas
1
-4
/
+4
2017-03-09
Probably fix reading zip archives on big endian cpu.
Andrei Karas
1
-4
/
+23
2017-03-09
Simplify add/remove dirs and zips methods in virtfs.
Andrei Karas
3
-140
/
+140
2017-03-08
Fix style issue in zip.cpp
Andrei Karas
1
-1
/
+1
2017-03-08
Dont show in log "read archive ..." messages if zip debugging disabled.
Andrei Karas
1
-0
/
+3
2017-03-08
Dont show debug info about zip archives in log.
Andrei Karas
1
-0
/
+6
2017-03-07
Fix unit tests on windows.
Andrei Karas
4
-109
/
+130
2017-03-06
Add binary access mode in read zip archives.
Andrei Karas
1
-2
/
+2
2017-03-06
Add missing file.
Andrei Karas
1
-0
/
+48
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