Commit Graph

3737 Commits

Author SHA1 Message Date
d2a41de104 Fix randomness of lists presented
The list of mod lists was being sorted two different times.
The second time shuffled the list and then sorted using a method
that made the list very consistently show the same order of mod
lists.  I think it was in order of most recently updated...?

Now only one sort is performed and the list is properly shuffled
each time the program is launched.
2021-02-26 23:43:41 -07:00
b9b349f2c3 Give proper descriptions to each game 2021-02-26 23:14:34 -07:00
3deed04452 Widen the game selection combo box 2021-02-26 23:10:35 -07:00
d6edcf0a1e Sort the game entries 2021-02-26 23:09:18 -07:00
011aa530e3 update CHANGELOG.md 2.4.2.6 2021-02-26 21:03:03 -07:00
bb72b5acdf update and clean deps 2021-02-26 17:11:26 -07:00
96601ee958 Optimize the gallery image loaders 2021-02-26 17:08:05 -07:00
4298c2a432 2.4.2.5 2.4.2.5 2021-02-24 19:08:58 -07:00
1a15329900 Merge pull request #1335 from LostDragonist/enderalse
Add Enderal SE support
2021-02-24 15:31:40 -07:00
a0a045285a Add Enderal SE support 2021-02-24 13:38:12 -07:00
6e6ef26db7 Merge pull request #1334 from tr4wzified/patch-2
Update README.md - some typo fixes
2.4.2.4
2021-02-24 11:05:46 +01:00
29d9ddad3f Update README.md - some typo fixes 2021-02-24 10:22:01 +01:00
4a350951c3 Merge remote-tracking branch 'origin/master' 2021-02-23 20:55:26 -07:00
7c58559296 2.4.2.4 2021-02-23 20:54:49 -07:00
279bcfb7ae Merge pull request #1332 from wabbajack-tools/fix-1330
Fix 1330
2021-02-23 20:51:23 -07:00
f34f457758 Merge pull request #1331 from wabbajack-tools/fix-860
Fixes #860
2021-02-23 20:51:15 -07:00
ff3f34c31d Fixes #1330 2021-02-23 17:26:50 -07:00
1aa391dde9 Fixes #860 2021-02-23 17:17:48 -07:00
442cfc61f7 Merge pull request #1317 from EzioTheDeadPoet/Ignore_Tagged_Folders
Added ability for WJ to ignore tagged folders.
2021-02-23 15:45:44 -07:00
1dda6f2bec Merge pull request #1322 from wabbajack-tools/latest-server-fixes
latest server fixes
2021-02-23 15:44:08 -07:00
5d5d1c84a1 Fix tests 2021-02-23 06:50:09 -07:00
8664c16d13 Fix tests 2021-02-22 21:38:28 -07:00
0f32321971 Improve the GoogleDrive Downloader a bit 2021-02-18 17:15:00 -07:00
401c2d232f Improve the GoogleDrive Downloader a bit 2021-02-18 17:09:12 -07:00
831318c7eb Few more fixes 2021-02-17 22:44:54 -07:00
6c9f6ab5c0 latest server fixes 2021-02-16 22:46:05 -07:00
76f09429e1 Added ability for WJ to ignore tagged folders.
+ (instructions in the readme)
2021-02-12 17:57:37 +01:00
c13e7b4f48 Merge pull request #1316 from EzioTheDeadPoet/Readme_updates
Updated Supported Games and Mod Manager section
2021-02-12 06:02:50 -07:00
b030675f7a Merge pull request #1315 from EzioTheDeadPoet/Include_Tagged_Folders
add ability to include folders
2021-02-12 06:02:29 -07:00
248007e315 fixed the issue with the MO2Compiler not working with this 2021-02-12 10:16:23 +01:00
fcf51b63b0 Updated Supported Games and Mod Manager section 2021-02-11 23:31:50 +01:00
3db47f1dd6 added tagged folder functionality 2021-02-11 22:58:39 +01:00
22fe0c94b7 Merge pull request #1311 from wabbajack-tools/dependabot/nuget/Microsoft.AspNetCore.Mvc.NewtonsoftJson-5.0.3
Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 5.0.2 to 5.0.3
2021-02-10 20:23:21 -07:00
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
7c8c413105 Merge pull request #1313 from LostDragonist/origin_fix2
More fixes to Origin game detection
2021-02-10 20:22:56 -07:00
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
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
a4ff7814fd Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 5.0.2 to 5.0.3
Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.2...v5.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-10 05:50:42 +00:00
2079cbc8cd Merge pull request #1310 from wabbajack-tools/ignore-cache-files
2.4.2.3
2.4.2.3
2021-02-09 16:47:12 -07:00
6f6148b703 2.4.2.3 2021-02-09 16:45:51 -07:00
8333d57bc3 Merge pull request #1309 from LostDragonist/flag_fix
Fix reading flags in comments for DeconstructBSAs
2021-02-09 14:58:36 -07:00
7cad47a229 Fix reading flags in comments for DeconstructBSAs 2021-02-09 12:32:38 -07:00
8c56b0edb5 Merge pull request #1308 from EzioTheDeadPoet/KerbalSpaceProgram
MO2Name fix for KSP
2021-02-09 10:37:25 -07:00
917ed6a90e Kerbal Space Program MO2Name fix 2021-02-09 16:51:38 +01:00
6454f90896 Merge pull request #1307 from wabbajack-tools/ignore-cache-files
Fix #1276
2021-02-09 06:03:30 -07:00
22f1a69550 Fix #1276 2021-02-08 22:17:11 -07:00
b1adc3e6e3 Fix #1222 2021-02-08 21:59:37 -07:00
e9a80e8f22 Merge pull request #1306 from Unnoen/remove-patch-vacuum
Remove auto-vacuum task from PatchCache.
2021-02-08 21:09:53 -07:00
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
7ba42ecef9 Merge pull request #1303 from EzioTheDeadPoet/KerbalSpaceProgram
Added Kerbal Space Program
2021-02-08 17:06:51 -07:00