Commit Graph

2836 Commits

Author SHA1 Message Date
Timothy Baldridge
531043140f
Merge pull request #1027 from wabbajack-tools/dependabot/nuget/Microsoft.AspNetCore.Mvc.NewtonsoftJson-3.1.7
Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 3.1.6 to 3.1.7
2020-08-13 05:47:41 -06:00
Timothy Baldridge
1380a4b310
Merge pull request #1026 from wabbajack-tools/dependabot/nuget/System.Data.SqlClient-4.8.2
Bump System.Data.SqlClient from 4.8.1 to 4.8.2
2020-08-13 05:47:31 -06:00
Timothy Baldridge
f0cfbc6b0c
Merge pull request #1031 from wabbajack-tools/ll-updates
Ll updates
2020-08-13 05:46:54 -06:00
Timothy Baldridge
b181d48722 More test fixes 2020-08-12 22:14:35 -06:00
Timothy Baldridge
091f342709 Fix for HTTP files 2020-08-12 20:50:20 -06:00
Timothy Baldridge
39078b21d9 LL autohealing 2020-08-12 16:23:02 -06:00
erri120
85884c475d
Added FAQ section for mod authors 2020-08-12 12:11:06 +02:00
erri120
87a4141d50
Delete RECIPES.md
Made obsolete with the README overhaul
2020-08-12 09:46:21 +00:00
dependabot-preview[bot]
0224aed9ba
Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 3.1.6 to 3.1.7
Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/aspnet/AspNetCore) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/aspnet/AspNetCore/releases)
- [Commits](https://github.com/aspnet/AspNetCore/compare/v3.1.6...v3.1.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-12 07:00:00 +00:00
dependabot-preview[bot]
b7d6d48e60
Bump System.Data.SqlClient from 4.8.1 to 4.8.2
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.1 to 4.8.2.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-12 06:59:40 +00:00
Timothy Baldridge
bc94ec4321 Tons of server-side fixes and tweaks to deal with strange nexus states 2020-08-11 22:25:12 -06:00
Timothy Baldridge
c21cc7db78
Merge pull request #1024 from Noggog/bsa-optimization
Bsa Optimizations
2020-08-11 12:54:47 -06:00
Timothy Baldridge
32d635243a
Merge pull request #1023 from erri120/modlist-version-check
Modlist version check
2020-08-11 12:52:14 -06:00
Justin Swanson
47e7de8287 Fix for overpicky filename parser 2020-08-11 11:08:37 -05:00
Justin Swanson
ea8b0d601f Removed RxUI from Wabbajack.Common 2020-08-11 10:37:17 -05:00
Justin Swanson
dbc868a363 BSAReader.TryGetFolder 2020-08-11 10:29:37 -05:00
Justin Swanson
56fe093618 Compression.BSA nullable enabled. Some heavy files disabled 2020-08-11 10:28:25 -05:00
Justin Swanson
a6169988c1 IFolder 2020-08-11 10:24:02 -05:00
Justin Swanson
b32f12f978 Split interfaces and state into folders 2020-08-11 09:26:38 -05:00
Justin Swanson
05e25c7fb3 Common and BSA libraries include their PDB 2020-08-11 09:24:23 -05:00
Justin Swanson
e1f0f4f0cf Refactor BSAReader to a lazier overlay style 2020-08-11 09:23:55 -05:00
Justin Swanson
9e6468d517 Ported MemorySlice over from Noggog.CSharpExt 2020-08-11 08:02:46 -05:00
erri120
1ed3f15516
Updated CHANGELOG 2020-08-11 14:33:13 +02:00
erri120
77275dd30b
Current Wabbajack must be newer than Wabbajack version of compiled Modlist 2020-08-11 14:31:58 +02:00
Justin Swanson
65ad0457ed Split BSAReader into multiple files 2020-08-11 07:15:03 -05:00
Justin Swanson
b6d5464682 More usage of enums within BSA code 2020-08-11 07:14:12 -05:00
Justin Swanson
2e3b25ee69 File open/write async flag enabled. 1MB buffer 2020-08-11 07:13:33 -05:00
Timothy Baldridge
c5e11a2564
Merge pull request #1022 from erri120/always-ignore
WABBAJACK_ALWAYS_DISABLE
2020-08-10 13:46:08 -06:00
erri120
4a2f8b6643
Updated README 2020-08-10 19:20:02 +02:00
erri120
4bf1e943a2
Added WABBAJACK_ALWAYS_DISABLE flag 2020-08-10 19:18:16 +02:00
erri120
04d69299ec
Merge pull request #1021 from wabbajack-tools/issue-template-update
Updated Issue Template
2020-08-10 09:48:07 +02:00
erri120
0de6c37311
Updated feature request issue template 2020-08-09 14:11:23 +00:00
erri120
a4672ec759
Updated Issue Template 2020-08-09 14:10:20 +00:00
Timothy Baldridge
9d3f36559e Disable the warning about no premium to streamline installs. Fix a update loop on the server 2020-08-08 14:20:15 -06:00
Timothy Baldridge
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
Timothy Baldridge
38b0e739cf
Merge pull request #1019 from Noggog/misc-fixes
Misc fixes
2020-08-08 08:57:35 -06:00
Justin Swanson
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
Justin Swanson
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
Justin Swanson
785e2fba5a Moved NexusDownloader CLIArguments API key encryption to Prepare 2020-08-08 08:04:57 -05:00
Justin Swanson
446ed80f98 ModlistGallerySettingsView -> MiscSettingsView 2020-08-08 08:04:53 -05:00
Timothy Baldridge
ec40249e5d
Merge pull request #1018 from wabbajack-tools/version-bump-and-fixes
Version bump and fixes
2020-08-08 06:56:26 -06:00
Justin Swanson
9072a66318 Style fix for sliders 2020-08-08 07:44:07 -05:00
Justin Swanson
a2b900a64f Adjusted shutdown mechanics to not block GUI thread 2020-08-08 07:33:36 -05:00
Justin Swanson
8e0ee257f7 Missing FireAndForget on runaway task 2020-08-08 07:26:45 -05:00
Justin Swanson
da7857aeb3 Fix for progress bar display. Was not being converted to overall status 2020-08-08 07:14:37 -05:00
Timothy Baldridge
5179d7f3f3 Randomize file hashes so we don't kill the tests so much 2020-08-07 22:20:49 -06:00
Timothy Baldridge
536e790e55 Fix master and bump versions 2020-08-07 21:40:08 -06:00
Timothy Baldridge
1303c86dcc Fix master and bump versions 2020-08-07 21:40:03 -06:00
Timothy Baldridge
1fbe1df035 Fix master 2020-08-07 21:21:23 -06:00
Timothy Baldridge
3fb3288226
Merge pull request #1012 from wabbajack-tools/no-patch
Add no-patch commandline option
2020-08-07 20:23:30 -06:00