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
|
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 |
|
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
|
191f321dc2
|
VirtualFile now useses Async IO exclusively
|
2020-05-25 10:30:47 -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 |
|
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 |
|
erri120
|
b1011bd63e
|
Fixed path with whitespace in archive not being extracted
|
2020-04-27 13:06:57 +02: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 |
|
Timothy Baldridge
|
bb9ef89dee
|
BSA archives are now lazily extracted.
7Zip extracted archives now only extract the fewest files required.
Audited the uses of .Wait
Lazily init the VFS cleaning
|
2020-04-16 21:52:19 -06:00 |
|
Timothy Baldridge
|
712438c6a6
|
Several ProcessStartInfo -> ProcessHelper conversions
|
2020-04-10 06:58:55 -06:00 |
|
Timothy Baldridge
|
d4e7311115
|
Merge master
|
2020-04-09 16:36:07 -06:00 |
|
erri120
|
f98711d48c
|
Added extraction support for non-inno exes
|
2020-04-09 12:48:08 +02:00 |
|
Timothy Baldridge
|
b37728eefd
|
Tons of WIP changes for paths
|
2020-04-03 16:37:27 -06:00 |
|
Timothy Baldridge
|
2a14932092
|
Move around namespaces so BSA routines can use Common namespaces. Make BA2 creation use memory mapped files instead of memory streams
|
2020-03-04 17:02:16 -07:00 |
|