Commit Graph

121 Commits

Author SHA1 Message Date
dependabot[bot]
5e2208f2f9
Bump SharpZipLib from 1.3.1 to 1.3.2
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.1...v1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 10:17:46 +00:00
Unnoen
26bf4e9eb1
Ignore warnings and fix UTF-7 ignore 2021-04-24 15:00:26 +10:00
Timothy Baldridge
1aa391dde9 Fixes #860 2021-02-23 17:17:48 -07:00
Timothy Baldridge
a6bbc62944 Bump version, disable long BSA test not that it passes 2021-01-29 18:21:36 -07:00
Timothy Baldridge
659452f2d5 Fix some small bsa tests 2021-01-29 17:38:55 -07:00
Timothy Baldridge
835d56bf68 Upgrade deps, fix several warnings 2021-01-28 21:02:26 -07:00
Timothy Baldridge
a754d9ae68 Dispose of file handles in BSA creation, don't load unused patches. 2021-01-15 07:00:58 -07:00
Timothy Baldridge
13eef5c695 Remove RocksDB (replaced with SQLite) 2021-01-05 15:09:32 -07:00
Timothy Baldridge
90280e8b6f WIP getting .LIB to compile with 5.0 2020-12-31 17:06:56 -07:00
Timothy Baldridge
053a71795a disable back button and 2.3.4.3 2020-12-06 21:26:02 -07:00
Timothy Baldridge
802448c934 Deps version bump 2020-11-14 07:26:04 -07:00
Timothy Baldridge
6499f20d4b Yet another test fix 2020-10-24 10:04:24 -06:00
Timothy Baldridge
3d9d7f28a1 Revert LZ4 lib upgrade 2020-09-09 15:47:22 -06:00
Timothy Baldridge
9b69be5d72 Merge remote-tracking branch 'origin/ips-reworks' into ips-reworks 2020-09-09 14:46:46 -06:00
Timothy Baldridge
16041170d2 Fix strange edge-case with BSA extraction 2020-09-09 14:40:28 -06:00
Timothy Baldridge
ab5010594f IPS4 reworks 2020-09-09 12:56:16 -06:00
Timothy Baldridge
1f002b5f77 IPS4 reworks 2020-09-09 06:51:38 -06:00
Timothy Baldridge
f1b50b0e09 Merge remote-tracking branch 'origin/7zip-improvements' into 7zip-improvements 2020-09-08 17:25:30 -06:00
Timothy Baldridge
48bb6e1998
Merge branch 'master' into 7zip-improvements 2020-09-08 16:19:35 -06:00
Timothy Baldridge
548a0553d2 Re-add OMOD support 2020-09-08 16:15:33 -06:00
Timothy Baldridge
5d7bceb6dc Spool large files to disk during extraction to save memory 2020-09-07 20:22:23 -06:00
Timothy Baldridge
a847d69851 Patching and extraction works, fewer failing tests 2020-09-05 08:01:32 -06:00
Timothy Baldridge
8a365ac445 WIP, massive rework of file extraction 2020-09-04 15:00:29 -06:00
Timothy Baldridge
47e45965c4 Fix for server error that kills services 2020-09-02 20:49:45 -06:00
halgari
496a35a605 BSA fix, better logging for failed IPS4 downloads 2020-08-24 19:34:57 -06:00
halgari
eb3e323971 Fix endless loop in CopyToLimit 2020-08-15 13:33:05 -07:00
Timothy Baldridge
251d960e65 Bump packages for Nuget 2020-08-14 19:28:35 -06:00
Timothy Baldridge
3cf766c941 Fix some nasty bugs with name blob sizes and hashes in Compression.BSA 2020-08-14 19:27:33 -06:00
Timothy Baldridge
167b81d586 Package version name updates 2020-08-13 06:03:20 -06:00
Timothy Baldridge
35a8bebe76 Add version numbers to libs with nuget publishing 2020-08-13 05:51:30 -06:00
Justin Swanson
47e7de8287 Fix for overpicky filename parser 2020-08-11 11:08:37 -05:00
Justin Swanson
dbc868a363 BSAReader.TryGetFolder 2020-08-11 10:29:37 -05:00
Justin Swanson
56fe093618 Compression.BSA nullable enabled. Some heavy files disabled 2020-08-11 10:28:25 -05:00
Justin Swanson
a6169988c1 IFolder 2020-08-11 10:24:02 -05:00
Justin Swanson
b32f12f978 Split interfaces and state into folders 2020-08-11 09:26:38 -05:00
Justin Swanson
05e25c7fb3 Common and BSA libraries include their PDB 2020-08-11 09:24:23 -05:00
Justin Swanson
e1f0f4f0cf Refactor BSAReader to a lazier overlay style 2020-08-11 09:23:55 -05:00
Justin Swanson
65ad0457ed Split BSAReader into multiple files 2020-08-11 07:15:03 -05:00
Justin Swanson
b6d5464682 More usage of enums within BSA code 2020-08-11 07:14:12 -05:00
Timothy Baldridge
a00128db35 Check file signatures before attempting to extract. Only use 7zip for RAR, 7zip and Zip (not TAR) 2020-07-21 16:25:34 -06:00
Timothy Baldridge
91ae3a716e Make BSA Construction async 2020-07-19 19:19:56 -06:00
Timothy Baldridge
17afaaeda9 Upgrade all deps 2020-06-30 22:08:34 -06:00
Timothy Baldridge
d48489d4fe Consider all possible binary patches and select the smallest 2020-06-30 17:09:59 -06:00
Timothy Baldridge
2855b1d1ca Revert "Compression.BSA -> Wabbajack.Compression.BSA"
This reverts commit 4fc53ce7b2.
2020-06-27 11:04:59 -06:00
Timothy Baldridge
4fc53ce7b2 Compression.BSA -> Wabbajack.Compression.BSA 2020-06-27 08:26:38 -06:00
Justin Swanson
e6599316c7 BSAReader bugfix for FileFlags member 2020-06-26 14:20:53 -05:00
Justin Swanson
ff04fa029e BSAReader removed temporary members 2020-06-26 14:05:42 -05:00
Justin Swanson
6021716d9d BSAReader non-async factory offered 2020-06-26 14:04:16 -05:00
Justin Swanson
6b2d762e70 Removed unused IAsyncDisposable on BSAReader 2020-06-26 14:01:10 -05:00
Justin Swanson
8548c0c618 Reduced nullability error verbosity in editorconfig 2020-06-26 12:33:38 -05:00