Commit Graph

2397 Commits

Author SHA1 Message Date
Timothy Baldridge
c54a0bb775
Merge pull request #819 from wabbajack-tools/dependabot/nuget/YoutubeExplode-5.0.4
Bump YoutubeExplode from 5.0.3 to 5.0.4
2020-05-13 05:13:04 -07:00
Timothy Baldridge
083bf21979
Merge pull request #834 from wabbajack-tools/dependabot/nuget/System.Text.Encoding.CodePages-4.7.1
Bump System.Text.Encoding.CodePages from 4.7.0 to 4.7.1
2020-05-13 05:12:51 -07:00
Timothy Baldridge
621d299f6e
Merge pull request #835 from wabbajack-tools/dependabot/nuget/System.Collections.Immutable-1.7.1
Bump System.Collections.Immutable from 1.7.0 to 1.7.1
2020-05-13 05:12:41 -07:00
Timothy Baldridge
c051c8fc28
Merge pull request #836 from wabbajack-tools/dependabot/nuget/Microsoft.AspNetCore.Mvc.NewtonsoftJson-3.1.4
Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 3.1.3 to 3.1.4
2020-05-13 05:12:26 -07:00
Timothy Baldridge
543dbfbf21
Merge pull request #824 from Noggog/feature-recovery
Readded a nuked feature
2020-05-13 05:11:29 -07:00
Timothy Baldridge
4357564347
Merge pull request #832 from wabbajack-tools/faster-inlined-file-installation
Speed up loading of patches and inlined files.
2020-05-13 04:10:29 -07:00
dependabot-preview[bot]
f7dc7f822e
Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 3.1.3 to 3.1.4
Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/aspnet/AspNetCore) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/aspnet/AspNetCore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/master/docs/CrossRepoBreakingChanges.md)
- [Commits](https://github.com/aspnet/AspNetCore/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-13 07:13:43 +00:00
dependabot-preview[bot]
96cd064a13
Bump System.Collections.Immutable from 1.7.0 to 1.7.1
Bumps [System.Collections.Immutable](https://github.com/dotnet/corefx) from 1.7.0 to 1.7.1.
- [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-05-13 07:13:19 +00:00
dependabot-preview[bot]
ddc57c6731
Bump System.Text.Encoding.CodePages from 4.7.0 to 4.7.1
Bumps [System.Text.Encoding.CodePages](https://github.com/dotnet/corefx) from 4.7.0 to 4.7.1.
- [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-05-13 07:12:47 +00:00
Timothy Baldridge
3d433a456c Speed up loading of patches and inlined files. 2020-05-12 22:12:55 -06:00
Timothy Baldridge
d107b1fc34
Merge pull request #831 from wabbajack-tools/downloading-and-hashing-engine
Downloading and hashing engine
2020-05-12 20:58:39 -07:00
Timothy Baldridge
1a33c043a3 Enable multi-threaded downloads for the WJ CDN 2020-05-12 21:53:20 -06:00
Timothy Baldridge
087875fba3 Add ModListdownloader and supporting tests 2020-05-12 21:39:03 -06:00
Timothy Baldridge
da28e2325b Add ArchiveMaintainer to track archived files 2020-05-12 21:04:32 -06:00
Timothy Baldridge
233013c495
use async IO and Paths api
Let's see how I can code in GitHub's editor
2020-05-12 19:48:57 -06:00
Timothy Baldridge
ff028e82ba
Merge pull request #830 from Noggog/rxui-upgrade
RxUI upgrade
2020-05-12 18:29:21 -07:00
Timothy Baldridge
193cccd680
Merge pull request #829 from wabbajack-tools/sql-time-fixes
Fix how we handle UTC dates with SQL
2020-05-12 18:28:57 -07:00
Justin Swanson
799c7e2090 Swapped DetailImageView to RxUI bindings 2020-05-12 19:31:04 -05:00
Justin Swanson
03afaceadc Some cleanup 2020-05-12 18:48:51 -05:00
Justin Swanson
fc2d616e35 Wabbajack GUI program was set to be skipped during builds 2020-05-12 18:42:36 -05:00
Justin Swanson
4469cf1fd9 Added missing GUI thread swapover 2020-05-12 18:41:39 -05:00
Justin Swanson
08cf5a6d50 Revert "Fix UI breakage in slideshow"
This reverts commit 40640dff5a.
2020-05-12 18:40:41 -05:00
Timothy Baldridge
f2b1ec5ed7
Merge pull request #827 from wabbajack-tools/rocksdb-caching
Rocksdb caching
2020-05-12 16:20:31 -07:00
Timothy Baldridge
b99805fd58 Fix how we handle UTC dates with SQL 2020-05-12 17:19:54 -06:00
Timothy Baldridge
0c04440ec7 Fix broken test caused by xxHash files no longer being created 2020-05-12 16:27:58 -06:00
Timothy Baldridge
7839a5cd3e Convert some hashed files to cached hashed files 2020-05-12 15:31:53 -06:00
Timothy Baldridge
80b98935fa Move xxHash and VFS cache data into RocksDB so we don't pollute folders and can cache more files 2020-05-12 15:28:09 -06:00
Justin Swanson
84b27b2a9c Readded a nuked feature
Was originally from this commit: 7fba212ba3
2020-05-11 17:14:45 -05:00
Timothy Baldridge
40640dff5a Fix UI breakage in slideshow 2020-05-11 15:07:28 -06:00
Timothy Baldridge
18c605974e
Merge pull request #822 from wabbajack-tools/fix-fo4-issues
More hotfixes for Elder Souls / FO4 compilation
2020-05-11 08:56:13 -07:00
Timothy Baldridge
6561e29ac6 Also encode BA2 filenames with UTF8 2020-05-11 08:32:29 -06:00
Timothy Baldridge
197036d916 BA2 file names should be in UTF8 2020-05-11 07:20:09 -06:00
Timothy Baldridge
2b5adb3d8e Allow any file with the correct BSA headers to be extracted with the BSA extractor. 2020-05-11 06:52:23 -06:00
Timothy Baldridge
7bc5ded82c Add Game Folder Files filters back into place 2020-05-11 06:51:57 -06:00
dependabot-preview[bot]
dea0ac6e34
Bump YoutubeExplode from 5.0.3 to 5.0.4
Bumps [YoutubeExplode](https://github.com/Tyrrrz/YoutubeExplode) from 5.0.3 to 5.0.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.0.3...5.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 07:35:06 +00:00
Timothy Baldridge
3debe41915 Make the metrics chart a stacked bar graph 2020-05-10 17:05:40 -06:00
Timothy Baldridge
1f1f070351 Hotfix: support WJ CDN files in the gallery 2020-05-10 16:45:48 -06:00
Timothy Baldridge
e35ea51480 Hotfix: support WJ CDN files in the gallery 2020-05-10 15:35:15 -06:00
Timothy Baldridge
0d642fc01f
Merge pull request #815 from LordOfRhun/Update-Contributing-Guidelines
Updated the contributing guidelines
2020-05-10 14:33:05 -07:00
Timothy Baldridge
b1f12a8122
Merge pull request #817 from erri120/wabbajack-cdn-downloader-state-fix
Added WabbajackCDNDownloader.State to KnownSubTypes
2020-05-10 11:01:04 -07:00
Khamûl
9acfb2f3b3 Updated the requirements 2020-05-10 13:33:41 -04:00
erri120
500f7d2589
Added WabbajackCDNDownloader.State to KnownSubTypes 2020-05-10 17:29:52 +02:00
Timothy Baldridge
419867fc8b Hotfix: don't throw exceptions when metas can't be inferred 2020-05-10 06:37:55 -06:00
Timothy Baldridge
7d31f5d63e Small change to show wabbajack start metrics on the metrics page 2020-05-09 23:15:25 -06:00
Timothy Baldridge
1bbbda4f35 Fix download-url in the cli 2020-05-09 20:35:18 -06:00
Timothy Baldridge
4a7b9d23c1 Fix HTML link issue with authored filepage 2020-05-09 19:58:01 -06:00
Timothy Baldridge
4b2822c589 Improve HTML page for authored files 2020-05-09 19:35:42 -06:00
Khamûl
cf1dc7954a Update CONTRIBUTING.md
* added a link for .net .4.7.2
* added a step
* removed a dead link
2020-05-09 19:47:02 -04:00
Timothy Baldridge
33c1de3ad3 Bump version 2020-05-09 17:23:41 -06:00
Timothy Baldridge
ca34e0bd7d
Merge pull request #812 from wabbajack-tools/rewrite-the-build-server
Rewrite the build server
2020-05-09 16:01:27 -07:00