Commit Graph

2436 Commits

Author SHA1 Message Date
69c3f2ebcb Merge pull request #741 from wabbajack-tools/qol-fixes
Fix settings saving/loading
2020-04-23 06:22:06 -06:00
233d89b132 Merge pull request #746 from erri120/vectorplexus-metastate
Multiple Bugfixes
2020-04-23 06:21:57 -06:00
91480e8404 Updated CHANGELOG 2020-04-23 12:39:45 +02:00
2d27f398cc Fixed NullException for AuthedClient 2020-04-23 12:38:43 +02:00
95217035c9 Fixed non existing file crashing 2020-04-23 12:37:58 +02:00
820d278600 Fix settings saving/loading 2020-04-22 22:02:50 -06:00
484faa0922 Fix the tests (again) 2020-04-22 17:41:30 -06:00
aa52b0bfa5 Merge pull request #740 from wabbajack-tools/fix-libceftests
Fix libceftests
2020-04-22 17:24:13 -06:00
2dbd300b3a Fix mediafire tests 2020-04-22 17:11:32 -06:00
ebf9a686bf Fix misc tests 2020-04-22 17:11:06 -06:00
24e9f7dec8 Really fix the ingest code 2020-04-22 16:38:38 -06:00
7f669885a2 Fix broken ingest code 2020-04-22 16:09:38 -06:00
4cfcf9c6c5 Merge pull request #739 from wabbajack-tools/path-issues-in-alpha4
Fixes for issues found in alpha4
2020-04-22 15:29:48 -06:00
d0accf01e8 Fixes for issues found in alpha4 2020-04-22 14:58:50 -06:00
310f680f8f Merge pull request #738 from erri120/morrowind-bethnet
StoreHandler Mini-rework
2020-04-22 07:50:35 -06:00
3a7af10ed3 GameRegistry cleanup 2020-04-22 14:36:32 +02:00
82d8939198 Implemented new Path classes in SteamHandler 2020-04-22 14:36:32 +02:00
6ec0025245 Added BethNet StoreHandler 2020-04-22 14:36:32 +02:00
58d8d2ef20 Merge pull request #736 from wabbajack-tools/dependabot/nuget/GraphQL.Client-3.1.0
Bump GraphQL.Client from 3.0.3 to 3.1.0
2020-04-22 05:44:39 -06:00
d0b16f6e00 Merge pull request #737 from wabbajack-tools/dependabot/nuget/YamlDotNet-8.1.1
Bump YamlDotNet from 8.1.0 to 8.1.1
2020-04-22 05:44:27 -06:00
a76a21ead1 Bump YamlDotNet from 8.1.0 to 8.1.1
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Changelog](https://github.com/aaubry/YamlDotNet/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/aaubry/YamlDotNet/compare/v8.1.0...v8.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-22 07:29:01 +00:00
b7c9a81ea9 Bump GraphQL.Client from 3.0.3 to 3.1.0
Bumps [GraphQL.Client](https://github.com/graphql-dotnet/graphql-client) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/graphql-dotnet/graphql-client/releases)
- [Commits](https://github.com/graphql-dotnet/graphql-client/compare/v3.0.3...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-22 07:28:38 +00:00
81d557b1fe Merge pull request #735 from wabbajack-tools/alpha2.0-3-fixes
Temp folder fixes, fix for NOMATCH_INCLUDE
2020-04-21 22:42:29 -06:00
2f6357bd51 Temp folder fixes, fix for NOMATCH_INCLUDE 2020-04-21 22:13:07 -06:00
adb3354615 Rel path conversion name issues in IncludePathces 2020-04-21 16:58:42 -06:00
82a733ab8a Update Consts.cs 2020-04-21 07:42:32 -06:00
fd096e703d Change the VFS cache name so we don't overwrite 1.1.5 caches 2020-04-21 06:40:17 -06:00
f5568df7d0 Update Patreon supporters 2020-04-21 06:20:51 -06:00
0e0b0d8883 Remove vortex support 2020-04-21 06:14:52 -06:00
ad27e071c4 Merge pull request #729 from wabbajack-tools/bump-deps-4-20-2019
Bump all the deps in the project
2020-04-21 05:53:20 -06:00
b099afe49a Fix changed icon names 2020-04-20 22:07:40 -06:00
19b9ce4fa4 Merge pull request #728 from wabbajack-tools/issue-651
Dispose of LibCef Drivers when done
2020-04-20 17:28:33 -06:00
a9ea0421be Bump all the deps in the project 2020-04-20 16:54:32 -06:00
840d4fcfb3 Dispose of LibCef Drivers when done 2020-04-20 16:36:11 -06:00
324888a759 Update TaskExtTests.cs 2020-04-20 16:27:15 -06:00
b1a06089b2 Merge pull request #727 from wabbajack-tools/async-bsa-building
BSA building is now async, status updates during compression
2020-04-20 16:00:09 -06:00
724f0074ce BSA building is now async, status updates during compression 2020-04-20 15:36:33 -06:00
a82b2d5094 Merge pull request #719 from wabbajack-tools/extraction-improvements
Extraction improvements
2020-04-17 08:25:17 -06:00
00fdc132f3 Fix 7zip file pattern matching 2020-04-17 07:06:28 -06:00
fb8a56aedb Prefix 7zip path names with a slash 2020-04-16 22:39:49 -06:00
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
d65cf0f8c2 Merge pull request #711 from wabbajack-tools/dependabot/nuget/FluentFTP-32.3.3
Bump FluentFTP from 32.3.1 to 32.3.3
2020-04-16 17:07:57 -06:00
166b3256e7 Merge pull request #718 from erri120/issue-686
Version field
2020-04-16 17:07:43 -06:00
cba64a25a3 Added the Version to the manifest 2020-04-16 17:54:26 +02:00
545d258ce0 Removed unused TextViewer 2020-04-16 17:51:01 +02:00
8e6dd8ba41 Using new Version field in auto-changelog generation 2020-04-16 17:50:06 +02:00
8aa8013725 Replaced VersionRegex with Version.TryParse 2020-04-16 17:31:12 +02:00
50613fa438 ADded a version field to the UI 2020-04-16 17:16:49 +02:00
e8923a11f1 Added version field 2020-04-16 16:15:03 +02:00
3219d48b70 Merge pull request #717 from wabbajack-tools/fix-log-and-vfs-init
Fix the empty log bug and UI hanging on VFS cleanup
2020-04-15 22:33:55 -06:00