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
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
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
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