Commit Graph

3002 Commits

Author SHA1 Message Date
6c6768aab6 Disable the warning about no premium to streamline installs. Fix a update loop on the server 2020-08-08 12:26:55 -06:00
38b0e739cf Merge pull request #1019 from Noggog/misc-fixes
Misc fixes
2020-08-08 08:57:35 -06:00
727fe19043 Removed unnecessary intervention lock
Only one intervention should be firing, even without the lock.  If multiple are being fired, then it's likely the UserIntervention.Handle isn't awaiting all its "goals" properly within its own call
2020-08-08 08:22:12 -05:00
da4865dc7e Moved open terminal button to inside misc settings
Was too dangerous to have next to minimize
2020-08-08 08:08:24 -05:00
785e2fba5a Moved NexusDownloader CLIArguments API key encryption to Prepare 2020-08-08 08:04:57 -05:00
446ed80f98 ModlistGallerySettingsView -> MiscSettingsView 2020-08-08 08:04:53 -05:00
ec40249e5d Merge pull request #1018 from wabbajack-tools/version-bump-and-fixes
Version bump and fixes
2020-08-08 06:56:26 -06:00
9072a66318 Style fix for sliders 2020-08-08 07:44:07 -05:00
a2b900a64f Adjusted shutdown mechanics to not block GUI thread 2020-08-08 07:33:36 -05:00
8e0ee257f7 Missing FireAndForget on runaway task 2020-08-08 07:26:45 -05:00
da7857aeb3 Fix for progress bar display. Was not being converted to overall status 2020-08-08 07:14:37 -05:00
5179d7f3f3 Randomize file hashes so we don't kill the tests so much 2020-08-07 22:20:49 -06:00
536e790e55 Fix master and bump versions 2020-08-07 21:40:08 -06:00
1303c86dcc Fix master and bump versions 2020-08-07 21:40:03 -06:00
1fbe1df035 Fix master 2020-08-07 21:21:23 -06:00
3fb3288226 Merge pull request #1012 from wabbajack-tools/no-patch
Add no-patch commandline option
2020-08-07 20:23:30 -06:00
d2baae2cf4 Merge pull request #1017 from Unnoen/directory-validator
Better validation for existing installs.
2020-08-07 20:22:57 -06:00
159aad8715 Merge pull request #1016 from wabbajack-tools/re-hash-patch-files
Re-hash patched files just in case
2020-08-07 20:22:04 -06:00
51f4bc1f37 Merge pull request #1011 from erri120/readme-update
README Overhaul
2020-08-07 10:26:32 -07:00
c3f34fedde Add a folder checker to CheckValidInstallPath. 2020-08-07 23:22:48 +10:00
709cd3b711 Updated README 2020-08-07 13:54:13 +02:00
256df77042 Updated README.md 2020-08-07 13:50:59 +02:00
c5509d5218 Update README.md
Co-authored-by: EzioTheDeadPoet <52624146+EzioTheDeadPoet@users.noreply.github.com>
2020-08-07 13:50:58 +02:00
7c1931810c Update README.md
Co-authored-by: EzioTheDeadPoet <52624146+EzioTheDeadPoet@users.noreply.github.com>
2020-08-07 13:50:58 +02:00
2ca388a5cf Added F04VR to the supported games section 2020-08-07 13:50:58 +02:00
f0fa72f443 Updated README 2020-08-07 13:50:58 +02:00
6c88cb22ca Re-hash patched files just in case 2020-08-07 05:24:30 -06:00
8fed7ec25f Merge pull request #1015 from Unnoen/install-file-hash-cache
Utilize hash cache on install.
2020-08-07 04:16:30 -07:00
cad611875d Merge pull request #1013 from wabbajack-tools/issue-983
Pass launcher args into Wabbajack.exe during launching
2020-08-07 04:14:15 -07:00
a4254af3c9 Utilize hash cache on install. 2020-08-07 18:29:20 +10:00
0a731d2f90 Pass launcher args into Wabbajack.exe during launching 2020-08-06 21:20:31 -06:00
3314326b05 Add no-patch commandline option 2020-08-06 16:40:07 -06:00
aaa2275032 Default compression to off 2020-08-06 06:15:11 -06:00
e14501afdf Merge pull request #1008 from wabbajack-tools/mirrored-files
Mirrored files
2020-08-05 18:18:04 -07:00
fd820f03fb Fix broken patch test 2020-08-05 17:04:54 -06:00
6b6bf302e4 Merge pull request #1009 from wabbajack-tools/disk-compression
Enable optional disk compression
2020-08-05 15:48:14 -07:00
e62c6406a7 Commit missing files 2020-08-05 16:04:04 -06:00
86107ec8ec Enable optional disk compression 2020-08-05 16:01:45 -06:00
b9a3f9a3c4 Fixes and logging for mirrored files and associated server changes 2020-08-05 14:53:19 -06:00
7f892d26d7 Mirrored files, permissions, and download support 2020-08-04 18:34:09 -06:00
b8dff45979 Update azure-pipelines.yml for Azure Pipelines 2020-08-04 07:59:39 -07:00
a5534f5eac Merge pull request #1001 from wabbajack-tools/fix-witcher-3-gamemetadata
Updated GameMetaData for Witcher 3
2020-08-04 07:56:37 -07:00
6c7a15ffc7 Updated GameMetaData for Witcher 3 2020-08-04 10:47:52 +00:00
abe30fe8a3 DTOs 2020-08-03 21:05:19 -06:00
81b819009d WIP 2020-08-03 20:42:19 -06:00
c782b63c6c WIP 2020-08-03 20:41:29 -06:00
ff96b54d35 Merge pull request #994 from erri120/similar-signatures-fix
SignatureChecker fixes
2020-08-02 20:26:04 +02:00
be985169d9 SignatureChecker fixes
- Added SignatureTests
- MatchesAsync will only read the file once
- Signatures are ordered in descending order by length
2020-08-01 11:51:59 +02:00
49b3e603c7 Merge pull request #988 from wabbajack-tools/dependabot/nuget/YoutubeExplode-5.1.3
Bump YoutubeExplode from 5.1.2 to 5.1.3
2020-07-31 19:49:57 -07:00
1a03027c3d Merge pull request #990 from ixanza/patch-1
Update GameMetaData.cs for Stardew Valley
2020-07-31 19:49:43 -07:00