Commit Graph

3257 Commits

Author SHA1 Message Date
Timothy Baldridge
08c08cd29b
Merge pull request #1036 from wabbajack-tools/dependabot/nuget/ReactiveUI-11.5.26
Bump ReactiveUI from 11.5.17 to 11.5.26
2020-08-17 21:10:58 -07:00
Timothy Baldridge
7291afe1d1
Merge pull request #1035 from wabbajack-tools/server-fixes-and-ui-nag
Server fixes and ui nag
2020-08-17 21:10:43 -07:00
halgari
ead8ef1caa Better coloring 2020-08-17 20:41:11 -06:00
dependabot-preview[bot]
6ca104a5b3
Bump MegaApiClient from 1.8.1 to 1.8.2
Bumps [MegaApiClient](https://github.com/gpailler/MegaApiClient) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/gpailler/MegaApiClient/releases)
- [Commits](https://github.com/gpailler/MegaApiClient/compare/v1.8.1...v1.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 07:12:54 +00:00
dependabot-preview[bot]
ee04902677
Bump DynamicData from 6.16.3 to 6.16.6
Bumps [DynamicData](https://github.com/reactiveui/DynamicData) from 6.16.3 to 6.16.6.
- [Release notes](https://github.com/reactiveui/DynamicData/releases)
- [Changelog](https://github.com/reactiveui/DynamicData/blob/main/ReleaseNotes.md)
- [Commits](https://github.com/reactiveui/DynamicData/compare/6.16.3...6.16.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 07:12:30 +00:00
dependabot-preview[bot]
e708d7c244
Bump ReactiveUI.WPF from 11.5.17 to 11.5.26
Bumps [ReactiveUI.WPF](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:11:44 +00:00
dependabot-preview[bot]
97eaef5e58
Bump GraphQL.Client from 3.1.3 to 3.1.4
Bumps [GraphQL.Client](https://github.com/graphql-dotnet/graphql-client) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/graphql-dotnet/graphql-client/releases)
- [Commits](https://github.com/graphql-dotnet/graphql-client/compare/v3.1.3...V3.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 07:11:20 +00:00
dependabot-preview[bot]
4e1af562a7
Bump YoutubeExplode from 5.1.3 to 5.1.4
Bumps [YoutubeExplode](https://github.com/Tyrrrz/YoutubeExplode) from 5.1.3 to 5.1.4.
- [Release notes](https://github.com/Tyrrrz/YoutubeExplode/releases)
- [Changelog](https://github.com/Tyrrrz/YoutubeExplode/blob/master/Changelog.md)
- [Commits](https://github.com/Tyrrrz/YoutubeExplode/compare/5.1.3...5.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 07:10:59 +00:00
dependabot-preview[bot]
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
Timothy Baldridge
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
halgari
a716097802 Server fixes and a bit of a UI nagging 2020-08-16 22:15:19 -06:00
halgari
eb3e323971 Fix endless loop in CopyToLimit 2020-08-15 13:33:05 -07:00
Timothy Baldridge
251d960e65 Bump packages for Nuget 2020-08-14 19:28:35 -06:00
Timothy Baldridge
d8c0b67ae5 Merge remote-tracking branch 'origin/master' 2020-08-14 19:27:43 -06:00
Timothy Baldridge
3cf766c941 Fix some nasty bugs with name blob sizes and hashes in Compression.BSA 2020-08-14 19:27:33 -06:00
Timothy Baldridge
3141677126
Merge pull request #1032 from Noggog/lazy-rocksdb-init
Made RocksDB Initialization Lazier
2020-08-14 13:58:12 -06:00
Justin Swanson
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
Timothy Baldridge
167b81d586 Package version name updates 2020-08-13 06:03:20 -06:00
Timothy Baldridge
35a8bebe76 Add version numbers to libs with nuget publishing 2020-08-13 05:51:30 -06:00
Timothy Baldridge
18a9f6d883
Merge pull request #1029 from erri120/readme-modauthor-faq
Added FAQ section for mod authors
2020-08-13 05:48:16 -06:00
Timothy Baldridge
dd57f708b2
Merge pull request #1028 from wabbajack-tools/delete-recipes
Delete RECIPES.md
2020-08-13 05:47:49 -06:00
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