Commit Graph

106 Commits

Author SHA1 Message Date
Timothy Baldridge
fce50cb368
Merge pull request #1111 from wabbajack-tools/fix-ctd-during-extraction
Fix CTD issue during extraction
2020-09-29 08:53:33 -06:00
Timothy Baldridge
18c7444541 Fix CTD issue during extraction 2020-09-29 06:35:31 -06:00
Timothy Baldridge
06a320611d tweaks to downloads and compilation 2020-09-17 21:27:59 -06:00
Timothy Baldridge
e1adcb761e Don't try to extract folders 2020-09-12 15:07:34 -06:00
Timothy Baldridge
b6dbcc2368 Rework performance profiles of WJ 2020-09-12 14:23:03 -06:00
Timothy Baldridge
d7371294f9 Installation optimizations and fixes 2020-09-10 19:22:07 -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
9de30ea8b7 Removed cruft of old extractor 2020-09-05 21:28:31 -06:00
Timothy Baldridge
3bdab577e1 EndToEnd Tests pass 2020-09-05 21:19:05 -06:00
Timothy Baldridge
a847d69851 Patching and extraction works, fewer failing tests 2020-09-05 08:01:32 -06:00
Timothy Baldridge
6602f1a895 WIP, massive rework of file extraction 2020-09-04 15:00:37 -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
Timothy Baldridge
27f3571951 7zip extraction improvements 2020-09-02 16:14:56 -06:00
Timothy Baldridge
aaa2275032 Default compression to off 2020-08-06 06:15:11 -06:00
Timothy Baldridge
74c4360da9 Extraction fixes 2020-07-27 21:30:25 -06:00
Timothy Baldridge
bc975c1840 Fix #980, 2.1.3.4, and deps bumps 2020-07-27 15:33:45 -06: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
c64fb2a815 Version 2.1.3.1 2020-07-20 05:37:29 -06:00
Timothy Baldridge
4b2142ed99 WIP 2020-07-14 21:04:31 -06:00
Timothy Baldridge
009b59289c Don't re-hash files during compilation 2020-07-10 16:59:39 -06:00
Timothy Baldridge
dec442288b Hotfixes for 2.1.0.2 2020-07-07 14:17:49 -06:00
Timothy Baldridge
17afaaeda9 Upgrade all deps 2020-06-30 22:08:34 -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
6b2d762e70 Removed unused IAsyncDisposable on BSAReader 2020-06-26 14:01:10 -05:00
Justin Swanson
761f8aeb56 Enabled comment xmls export 2020-06-26 12:23:50 -05:00
Justin Swanson
f01f81025f Swapped Common, BSA, and VFS libs to standard 2020-06-26 12:19:07 -05:00
Timothy Baldridge
0b74c04c86 And priority to how game files are resolved 2020-06-20 17:10:43 -06:00
Timothy Baldridge
817dbef7ae Version 2.0.6.2 2020-06-14 07:13:29 -06:00
Timothy Baldridge
ea76d88012 Temp files now implement IAsyncDisposable instead of IDisposable and use AbsolutePath.DeleteAsync 2020-05-27 20:43:57 -06:00
Timothy Baldridge
1b403a62d8 Bump deps versions 2020-05-26 05:36:31 -06:00
Timothy Baldridge
9ade449985 Make all delete operations async 2020-05-26 05:31:11 -06:00
Timothy Baldridge
1099d68ef7 Fix race condition with Do and async 2020-05-25 13:41:16 -06:00
Timothy Baldridge
191f321dc2 VirtualFile now useses Async IO exclusively 2020-05-25 10:30:47 -06:00
dependabot-preview[bot]
96cd064a13
Bump System.Collections.Immutable from 1.7.0 to 1.7.1
Bumps [System.Collections.Immutable](https://github.com/dotnet/corefx) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-13 07:13:19 +00:00
Timothy Baldridge
80b98935fa Move xxHash and VFS cache data into RocksDB so we don't pollute folders and can cache more files 2020-05-12 15:28:09 -06:00
Timothy Baldridge
2b5adb3d8e Allow any file with the correct BSA headers to be extracted with the BSA extractor. 2020-05-11 06:52:23 -06:00
Timothy Baldridge
77acf01fa0 Debug code and fixes for BA2 duplicate file bug 2020-05-02 14:15:36 -06:00
Timothy Baldridge
c96665cde3 Print the archive being extracted when analysis fails. 2020-04-30 06:17:18 -06:00
Justin Swanson
2b0866b4f3 Adjusted TempFolder init concepts
Wasn't being awaited in the App ctor.  Swapped for a static factory that can be awaited to ensure initialization is complete
2020-04-27 22:17:06 -05:00
Timothy Baldridge
d9612609e8
Merge pull request #751 from wabbajack-tools/2.0-release-day-bug-fixes
Bug fixes encountered during the 2.0 release
2020-04-27 06:16:46 -06:00
erri120
b1011bd63e
Fixed path with whitespace in archive not being extracted 2020-04-27 13:06:57 +02:00
Timothy Baldridge
b475334d4b Fix BSA copy errors 2020-04-26 22:49:54 -06:00
Timothy Baldridge
fee49cca12 Fix VFS FullPath errors 2020-04-24 07:56:03 -06:00
Timothy Baldridge
00fdc132f3 Fix 7zip file pattern matching 2020-04-17 07:06:28 -06:00
Timothy Baldridge
fb8a56aedb Prefix 7zip path names with a slash 2020-04-16 22:39:49 -06:00