Commit Graph

3049 Commits

Author SHA1 Message Date
fcaac7d20f Bump ReactiveUI from 11.5.17 to 11.5.26
Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui) from 11.5.17 to 11.5.26.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](https://github.com/reactiveui/reactiveui/compare/11.5.17...11.5.26)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 07:10:41 +00:00
fb4a05f6c8 Merge pull request #1034 from wabbajack-tools/copy-to-limit-exit
Fix endless loop in CopyToLimit
2020-08-16 21:16:51 -07:00
a716097802 Server fixes and a bit of a UI nagging 2020-08-16 22:15:19 -06:00
eb3e323971 Fix endless loop in CopyToLimit 2020-08-15 13:33:05 -07:00
251d960e65 Bump packages for Nuget 2020-08-14 19:28:35 -06:00
d8c0b67ae5 Merge remote-tracking branch 'origin/master' 2020-08-14 19:27:43 -06:00
3cf766c941 Fix some nasty bugs with name blob sizes and hashes in Compression.BSA 2020-08-14 19:27:33 -06:00
3141677126 Merge pull request #1032 from Noggog/lazy-rocksdb-init
Made RocksDB Initialization Lazier
2020-08-14 13:58:12 -06:00
b77fa3d0c7 Made RocksDB initialization lazier
Was causing problems, as it's a singleton across the entire computer, so eagerly initializing them was causing problems for users of Wabbajack.Common that weren't interested in RocksDB.  Only one could run at a time.
2020-08-14 07:16:09 -05:00
167b81d586 Package version name updates 2020-08-13 06:03:20 -06:00
35a8bebe76 Add version numbers to libs with nuget publishing 2020-08-13 05:51:30 -06:00
18a9f6d883 Merge pull request #1029 from erri120/readme-modauthor-faq
Added FAQ section for mod authors
2020-08-13 05:48:16 -06:00
dd57f708b2 Merge pull request #1028 from wabbajack-tools/delete-recipes
Delete RECIPES.md
2020-08-13 05:47:49 -06:00
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
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
f0cfbc6b0c Merge pull request #1031 from wabbajack-tools/ll-updates
Ll updates
2020-08-13 05:46:54 -06:00
b181d48722 More test fixes 2020-08-12 22:14:35 -06:00
091f342709 Fix for HTTP files 2020-08-12 20:50:20 -06:00
39078b21d9 LL autohealing 2020-08-12 16:23:02 -06:00
85884c475d Added FAQ section for mod authors 2020-08-12 12:11:06 +02:00
87a4141d50 Delete RECIPES.md
Made obsolete with the README overhaul
2020-08-12 09:46:21 +00:00
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
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
bc94ec4321 Tons of server-side fixes and tweaks to deal with strange nexus states 2020-08-11 22:25:12 -06:00
c21cc7db78 Merge pull request #1024 from Noggog/bsa-optimization
Bsa Optimizations
2020-08-11 12:54:47 -06:00
32d635243a Merge pull request #1023 from erri120/modlist-version-check
Modlist version check
2020-08-11 12:52:14 -06:00
47e7de8287 Fix for overpicky filename parser 2020-08-11 11:08:37 -05:00
ea8b0d601f Removed RxUI from Wabbajack.Common 2020-08-11 10:37:17 -05:00
dbc868a363 BSAReader.TryGetFolder 2020-08-11 10:29:37 -05:00
56fe093618 Compression.BSA nullable enabled. Some heavy files disabled 2020-08-11 10:28:25 -05:00
a6169988c1 IFolder 2020-08-11 10:24:02 -05:00
b32f12f978 Split interfaces and state into folders 2020-08-11 09:26:38 -05:00
05e25c7fb3 Common and BSA libraries include their PDB 2020-08-11 09:24:23 -05:00
e1f0f4f0cf Refactor BSAReader to a lazier overlay style 2020-08-11 09:23:55 -05:00
9e6468d517 Ported MemorySlice over from Noggog.CSharpExt 2020-08-11 08:02:46 -05:00
1ed3f15516 Updated CHANGELOG 2020-08-11 14:33:13 +02:00
77275dd30b Current Wabbajack must be newer than Wabbajack version of compiled Modlist 2020-08-11 14:31:58 +02:00
65ad0457ed Split BSAReader into multiple files 2020-08-11 07:15:03 -05:00
b6d5464682 More usage of enums within BSA code 2020-08-11 07:14:12 -05:00
2e3b25ee69 File open/write async flag enabled. 1MB buffer 2020-08-11 07:13:33 -05:00
c5e11a2564 Merge pull request #1022 from erri120/always-ignore
WABBAJACK_ALWAYS_DISABLE
2020-08-10 13:46:08 -06:00
4a2f8b6643 Updated README 2020-08-10 19:20:02 +02:00
4bf1e943a2 Added WABBAJACK_ALWAYS_DISABLE flag 2020-08-10 19:18:16 +02:00
04d69299ec Merge pull request #1021 from wabbajack-tools/issue-template-update
Updated Issue Template
2020-08-10 09:48:07 +02:00
0de6c37311 Updated feature request issue template 2020-08-09 14:11:23 +00:00
a4672ec759 Updated Issue Template 2020-08-09 14:10:20 +00:00
9d3f36559e Disable the warning about no premium to streamline installs. Fix a update loop on the server 2.2.0.0 2020-08-08 14:20:15 -06:00
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