Timothy Baldridge
|
a82b2d5094
|
Merge pull request #719 from wabbajack-tools/extraction-improvements
Extraction improvements
|
2020-04-17 08:25:17 -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
|
166b3256e7
|
Merge pull request #718 from erri120/issue-686
Version field
|
2020-04-16 17:07:43 -06:00 |
|
erri120
|
cba64a25a3
|
Added the Version to the manifest
|
2020-04-16 17:54:26 +02:00 |
|
erri120
|
8aa8013725
|
Replaced VersionRegex with Version.TryParse
|
2020-04-16 17:31:12 +02:00 |
|
erri120
|
e8923a11f1
|
Added version field
|
2020-04-16 16:15:03 +02:00 |
|
Timothy Baldridge
|
5eabe4449c
|
Merge pull request #715 from erri120/remove-file-readme
Removed readme as file option
|
2020-04-15 17:04:03 -06:00 |
|
Timothy Baldridge
|
dece486ce0
|
Fix Uri init code
|
2020-04-15 12:01:05 -06:00 |
|
erri120
|
a3305b08fe
|
Removed readme as file option
|
2020-04-15 19:53:45 +02:00 |
|
Timothy Baldridge
|
470992cc4a
|
Merge Master
|
2020-04-15 06:05:05 -06:00 |
|
Timothy Baldridge
|
723f687dbd
|
Several fixes for BSA compiling
|
2020-04-15 05:53:49 -06:00 |
|
Timothy Baldridge
|
65cac27403
|
List validation, can heal HTTP downloads (and probably Nexus archives)
|
2020-04-14 21:25:00 -06:00 |
|
Justin Swanson
|
cf765942e1
|
TryGet variants /w out parameter
|
2020-04-12 14:47:28 -05:00 |
|
Justin Swanson
|
c4cce47399
|
Swapped calls to intended TryGet variants
|
2020-04-12 14:37:42 -05:00 |
|
Justin Swanson
|
e85f6b54dd
|
Clearing jobs create new lists instead of clearing
Other users may have grabbed them and then have the content swiped out from under them
|
2020-04-12 13:55:59 -05:00 |
|
Justin Swanson
|
db293b6808
|
Add swapped to SetTo
|
2020-04-12 13:18:08 -05:00 |
|
Justin Swanson
|
14a2285b73
|
Merge fixes
|
2020-04-12 00:43:05 -05:00 |
|
Justin Swanson
|
01588dbcc9
|
Merge branch 'master' into wabbajack-lib-nullability
|
2020-04-12 00:40:49 -05:00 |
|
Timothy Baldridge
|
f9f2c349c0
|
WIP List Validation code
|
2020-04-11 22:18:21 -06:00 |
|
Timothy Baldridge
|
137e9e73d1
|
Merge pull request #703 from Noggog/missing-delete-awaits
Missing DeleteDirectory awaits
|
2020-04-11 18:51:34 -06:00 |
|
Timothy Baldridge
|
86b9406e08
|
Merge branch 'master' into issue-705
|
2020-04-10 22:08:17 -06:00 |
|
Timothy Baldridge
|
ff2397b48b
|
Merge pull request #702 from Noggog/missing-prepare-awaits
Missing IDownloader.Prepare awaits
|
2020-04-10 22:04:57 -06:00 |
|
Timothy Baldridge
|
90c2bf6901
|
Don't prepare inside GetInstance
|
2020-04-10 21:26:05 -06:00 |
|
Timothy Baldridge
|
508eb32230
|
Fixes for nexus cache priming
|
2020-04-10 21:16:10 -06:00 |
|
Timothy Baldridge
|
a11508e4b6
|
Merge branch 'master' into missing-delete-awaits
|
2020-04-10 17:20:29 -06:00 |
|
Timothy Baldridge
|
26a42d3ceb
|
Verified that nexus entries are purged by the updates job
|
2020-04-10 16:48:53 -06:00 |
|
Timothy Baldridge
|
c4ef7f3be1
|
Can load and dedupe RSS feeds
|
2020-04-10 16:31:06 -06:00 |
|
Timothy Baldridge
|
0830480821
|
Fixes for broken bethesda tests.
|
2020-04-10 15:52:31 -06:00 |
|
Justin Swanson
|
69f18f2e22
|
Context.Stage's return action swapped to Func<Task>
So that its internal delete directory call can be awaited
|
2020-04-10 14:44:36 -05:00 |
|
Justin Swanson
|
482b7f9c9e
|
Missing IDownloader.Prepare awaits
|
2020-04-10 14:06:32 -05:00 |
|
Justin Swanson
|
806ff74893
|
Wabbajack.Lib nullability finished up
|
2020-04-10 13:32:35 -05:00 |
|
Justin Swanson
|
a30bba2c0b
|
Inferencer nullability enabled
|
2020-04-10 13:23:23 -05:00 |
|
Justin Swanson
|
4e1a32caac
|
MO2Compiler nullability enabled
|
2020-04-10 13:23:23 -05:00 |
|
Justin Swanson
|
a29eb93caf
|
Wabbajack.Lib downloaders enable nullable
|
2020-04-10 13:23:23 -05:00 |
|
Justin Swanson
|
5a38f40a66
|
GameMetaData.TryGetGameLocation()
Added choice of nullable return or not
|
2020-04-10 13:23:23 -05:00 |
|
Justin Swanson
|
86641d01df
|
Wabbajack.Lib Compilation steps nullable enabled
|
2020-04-10 13:23:23 -05:00 |
|
Justin Swanson
|
64f5531411
|
Wabbajack.Lib: Some nullability enabled
|
2020-04-10 13:23:10 -05:00 |
|
Justin Swanson
|
6572f14f49
|
ABatchProcessor nullable. ConfigureProcessor removed
|
2020-04-10 13:23:10 -05:00 |
|
Timothy Baldridge
|
712438c6a6
|
Several ProcessStartInfo -> ProcessHelper conversions
|
2020-04-10 06:58:55 -06:00 |
|
erri120
|
d25915c4f5
|
Using new Enum value for MEGA ApiResultCode
|
2020-04-10 12:47:29 +02:00 |
|
erri120
|
a864677463
|
Updated MegaApiClient to 1.8.0
|
2020-04-10 12:46:01 +02:00 |
|
Timothy Baldridge
|
a481f546c1
|
Fix a bunch of tests with auto-healing
|
2020-04-09 21:54:02 -06:00 |
|
Timothy Baldridge
|
d4e7311115
|
Merge master
|
2020-04-09 16:36:07 -06:00 |
|
Timothy Baldridge
|
d6e4ca6b1a
|
Merge pull request #695 from erri120/loverslab-meta-fixes
Better data scrapping for loverslab
|
2020-04-09 14:24:21 -06:00 |
|
erri120
|
eb1d596711
|
Better data scrapping for loverslab
|
2020-04-09 14:10:46 +02:00 |
|
Timothy Baldridge
|
7cf817853c
|
Implement tests for List validation
|
2020-04-07 22:19:36 -06:00 |
|
erri120
|
59ca6d94ad
|
Fixed MEGADownloader not initializing
|
2020-04-07 19:56:16 +02:00 |
|
Timothy Baldridge
|
8b35c0a626
|
Rework the nexus login to no longer use the buggy SSO server.
|
2020-04-06 21:56:12 -06:00 |
|
Timothy Baldridge
|
45254b0055
|
No more MessagePack, Json is love, Json is life
|
2020-04-06 14:48:54 -06:00 |
|
Timothy Baldridge
|
3d16b1e838
|
Purge all remaining references to MongoDB and BJSON
|
2020-04-05 15:15:01 -06:00 |
|