Timothy Baldridge
5fa9905ad5
Merge pull request #1312 from wabbajack-tools/dependabot/nuget/System.Drawing.Common-5.0.1
...
Bump System.Drawing.Common from 5.0.0 to 5.0.1
2021-02-10 20:23:08 -07:00
Timothy Baldridge
7c8c413105
Merge pull request #1313 from LostDragonist/origin_fix2
...
More fixes to Origin game detection
2021-02-10 20:22:56 -07:00
Chris Bessent
57e39d43c6
More fixes to Origin game detection
...
1. Games downloaded with EAPlay will have "@subscription" in their
manifest file name.
2. Apparently numbers can be in the name of the manifest so you want
to search from right-to-left.
2021-02-10 18:40:01 -07:00
dependabot-preview[bot]
ec3ba1f4bf
Bump System.Drawing.Common from 5.0.0 to 5.0.1
...
Bumps [System.Drawing.Common](https://github.com/dotnet/runtime ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v5.0.0...v5.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-10 05:51:09 +00:00
Timothy Baldridge
2079cbc8cd
Merge pull request #1310 from wabbajack-tools/ignore-cache-files
...
2.4.2.3
2021-02-09 16:47:12 -07:00
Timothy Baldridge
6f6148b703
2.4.2.3
2021-02-09 16:45:51 -07:00
Timothy Baldridge
8333d57bc3
Merge pull request #1309 from LostDragonist/flag_fix
...
Fix reading flags in comments for DeconstructBSAs
2021-02-09 14:58:36 -07:00
Chris Bessent
7cad47a229
Fix reading flags in comments for DeconstructBSAs
2021-02-09 12:32:38 -07:00
Timothy Baldridge
8c56b0edb5
Merge pull request #1308 from EzioTheDeadPoet/KerbalSpaceProgram
...
MO2Name fix for KSP
2021-02-09 10:37:25 -07:00
Luca
917ed6a90e
Kerbal Space Program MO2Name fix
2021-02-09 16:51:38 +01:00
Timothy Baldridge
6454f90896
Merge pull request #1307 from wabbajack-tools/ignore-cache-files
...
Fix #1276
2021-02-09 06:03:30 -07:00
Timothy Baldridge
22f1a69550
Fix #1276
2021-02-08 22:17:11 -07:00
Timothy Baldridge
b1adc3e6e3
Fix #1222
2021-02-08 21:59:37 -07:00
Timothy Baldridge
e9a80e8f22
Merge pull request #1306 from Unnoen/remove-patch-vacuum
...
Remove auto-vacuum task from PatchCache.
2021-02-08 21:09:53 -07:00
Timothy Baldridge
224f58dec2
Merge pull request #1304 from wabbajack-tools/dependabot/nuget/Swashbuckle.AspNetCore-6.0.2
...
Bump Swashbuckle.AspNetCore from 5.6.3 to 6.0.2
2021-02-08 17:07:00 -07:00
Timothy Baldridge
7ba42ecef9
Merge pull request #1303 from EzioTheDeadPoet/KerbalSpaceProgram
...
Added Kerbal Space Program
2021-02-08 17:06:51 -07:00
Timothy Baldridge
9512dba665
Merge pull request #1302 from LostDragonist/ld_fixes
...
LD Fixes
2021-02-08 17:06:38 -07:00
Unnoen
885bd0594b
Remove auto-vacuum task from PatchCache.
...
Gains are most likely in the megabytes, not worth the excessive time to run after each compile.
2021-02-09 10:20:26 +11:00
dependabot-preview[bot]
604c0c4ec0
Bump Swashbuckle.AspNetCore from 5.6.3 to 6.0.2
...
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore ) from 5.6.3 to 6.0.2.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases )
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.6.3...v6.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-08 06:11:32 +00:00
Chris Bessent
da5d784bb5
Add Origin ID for Dragon Age: Origins
...
The previous ID was for the Ultimate edition. This ID is
for the Awakening DLC. A third ID probably exists for the
base game though chances are no one is going to mod that.
2021-02-07 17:08:42 -07:00
Luca
a07ddc0b0a
Added a Description
2021-02-08 01:06:06 +01:00
Luca
ad165546a1
Added Kerbal Space Program
2021-02-08 00:36:11 +01:00
Chris Bessent
ecececb128
Lower the minimum number of threads to 1
...
People keep thinking this is a good idea so why not. Everything
seems to work at 1/1 threads though WJ is noticeably slower in
almost all aspects.
This will basically only be useful when trying to debug very
weird user issues.
2021-02-07 16:34:35 -07:00
Chris Bessent
20821090c1
Remove file watcher from ManualDownloader
...
This was creating a file watcher in the system configured Downloads
folder. This folder has absolutely no purpose for WJ as downloads
go to the specified downloads tab.
Additionally, this causes crashes to occur if the Downloads folder
doesn't exist.
2021-02-07 16:27:43 -07:00
erri120
939e05ff65
Fix dates in CHANGELOG
2021-02-07 11:31:59 +00:00
Timothy Baldridge
551adae38a
Fix broken server tests
2021-02-06 11:53:59 -07:00
Timothy Baldridge
df68a5e2a4
2.4.2.2
2021-02-06 09:43:11 -07:00
Timothy Baldridge
44f697427e
Merge pull request #1300 from LostDragonist/origin_fix
...
Fix finding Origin games
2021-02-06 09:42:58 -07:00
Chris Bessent
e375da6a0c
Fix finding Origin games
2021-02-06 09:15:22 -07:00
Timothy Baldridge
76a53978ae
2.4.2.1
2021-02-04 05:53:14 -07:00
Timothy Baldridge
73e6624864
Merge pull request #1298 from Unnoen/try-catch-physical-disk
...
Wrap disk scope in try/catch, default to unspecified if error.
2021-02-04 05:50:53 -07:00
Timothy Baldridge
6c51637816
Merge pull request #1297 from Unnoen/fix-download-path
...
Fix error on download path being empty
2021-02-04 05:48:16 -07:00
Unnoen
14cb675e3e
Move disk check below directory creation
2021-02-04 21:05:33 +11:00
Unnoen
cf29bae7a7
Wrap disk scope in try/catch, default to unspecified if error.
2021-02-04 17:59:09 +11:00
Unnoen
cc5aaa3c6a
Quick fix download path breaking on default.
2021-02-04 17:39:52 +11:00
Timothy Baldridge
07e0f92a74
Fix broken test
2021-02-03 21:48:17 -07:00
Timothy Baldridge
e25e6346fa
Version 2.4.2.0
2021-02-03 20:57:50 -07:00
Timothy Baldridge
ec8d0afcb8
Merge remote-tracking branch 'origin/master'
2021-02-03 20:54:12 -07:00
Timothy Baldridge
ac8e0a36c2
Version 2.4.2.0
2021-02-03 20:54:02 -07:00
Timothy Baldridge
b97fa40ffe
Version 2.4.2.0
2021-02-03 20:52:26 -07:00
Timothy Baldridge
8c430088bb
Merge pull request #1291 from Unnoen/drive-detection
...
Disk info utility and Reduce HDD threads option.
2021-02-03 20:50:40 -07:00
Timothy Baldridge
5ee8f2a4c3
Merge pull request #1289 from Unnoen/modify-download-path-if-same
...
Append "/downloads" to download path if the same as install path.
2021-02-03 20:49:27 -07:00
Timothy Baldridge
005b54f090
Merge pull request #1288 from EzioTheDeadPoet/Dragon-Age-Origins-GOG-ID
...
add GOG support for Dragon Age Origins
2021-02-03 20:49:11 -07:00
Timothy Baldridge
c0d50a8216
Version 2.4.2.0
2021-02-03 20:48:30 -07:00
Unnoen
4c8216edab
Reduce HDD threads option
2021-02-01 17:42:06 +11:00
Unnoen
0f263f04ac
Append to download path if same as install path
2021-02-01 14:51:27 +11:00
Luca
7982f51740
add GOG support
2021-01-30 21:35:05 +01:00
Timothy Baldridge
cfa69948c7
Merge pull request #1287 from wabbajack-tools/fix-bsa-tests
...
Fix some small bsa tests
2021-01-29 21:06:55 -07:00
Timothy Baldridge
a6bbc62944
Bump version, disable long BSA test not that it passes
2021-01-29 18:21:36 -07:00
Timothy Baldridge
659452f2d5
Fix some small bsa tests
2021-01-29 17:38:55 -07:00