Commit Graph

1830 Commits

Author SHA1 Message Date
erri120
e5539b5e2e
Added non-functional sorting buttons 2020-02-19 16:43:42 +01:00
Timothy Baldridge
08c1f5128d
Merge pull request #537 from wabbajack-tools/issue-535
Block popups in the in-app browser
2020-02-15 20:02:52 -07:00
Timothy Baldridge
ddb6b9ebf4 Bad changelog comment 2020-02-15 19:52:33 -07:00
Timothy Baldridge
5da39fe223 Don't store xxHash caches in binary format 2020-02-15 19:50:02 -07:00
Timothy Baldridge
9343d38047 Block popups in the in-app browser 2020-02-15 18:53:57 -07:00
Timothy Baldridge
3a6aaee06b
Merge pull request #536 from wabbajack-tools/dont-reuse-requests
Don't reuse http messages
2020-02-15 16:45:05 -07:00
Timothy Baldridge
ff55bfec9f Don't reuse http messages 2020-02-15 16:28:20 -07:00
Timothy Baldridge
91f717a25d 0.9.19.0 2020-02-15 14:34:27 -07:00
Timothy Baldridge
e327f86081
Merge pull request #534 from erri120/issue-475
Better Manifest
2020-02-15 11:55:09 -07:00
Timothy Baldridge
d61cb7dba5
Merge pull request #531 from erri120/pr-520
Print VFS Location
2020-02-15 09:34:41 -07:00
erri120
bef69012b2
Added search by hash to Searchbar 2020-02-15 17:30:55 +01:00
erri120
b250a89684
Added functionality to the Searchbar 2020-02-15 17:30:55 +01:00
erri120
0af7a90b0e
Added non-functional SearchBar 2020-02-15 17:30:55 +01:00
erri120
bd6b6f3257
Updated the ManifestView
- changed padding and size of multiple items
- replaced TextBlock with readonly TextBox so you can copy the contents
2020-02-15 17:30:54 +01:00
erri120
bc634c357b
Created middle mouse button icon instead of read ellipse 2020-02-15 17:30:54 +01:00
erri120
ef7986db5c
Added middle mouse button scroll to the Manifest 2020-02-15 17:30:54 +01:00
Timothy Baldridge
ff1ecf27a6
Merge pull request #517 from wabbajack-tools/dependabot/nuget/FluentFTP-31.0.0
Bump FluentFTP from 30.2.0 to 31.0.0
2020-02-15 08:39:16 -07:00
erri120
f523810db4
Print VFS Location 2020-02-15 14:12:06 +01:00
Timothy Baldridge
a0587d876e
Merge pull request #525 from erri120/issue-520
Replacing OMODExtractor with OMODFramework
2020-02-14 22:10:33 -07:00
Timothy Baldridge
ff75fd8a7d
Merge pull request #528 from LostDragonist/fix-file-association
Associate mod list files with the executable instead of a DLL
2020-02-14 22:07:43 -07:00
Timothy Baldridge
056cd0b8a9 Fixes the NPE during install, why is this now a problem? Never was an issue before!? 2020-02-14 21:52:57 -07:00
Chris Bessent
e9f7c32982 Associate mod list files with the executable instead of a DLL
Reorganizing the program to be lots of small files instead of one monolithic
executable changed the output of System.Reflection.Assembly.GetExecutingAssembly
to Wabbajack.dll instead of Wabbajack.exe.

This fix assumes the DLL containing the calling code is in the same folder
as Wabbajack.exe.  There's room for improvement if anyone can figure out how
to positively identify Wabbajack.exe.
2020-02-14 21:17:45 -07:00
Timothy Baldridge
109681b2c6
Merge branch 'master' into issue-520 2020-02-14 16:11:59 -07:00
Timothy Baldridge
f416f80546
Merge pull request #524 from erri120/issue-522
Log files will now be stored in a separate logs folder
2020-02-14 16:11:31 -07:00
Timothy Baldridge
0227f57098
Merge pull request #527 from wabbajack-tools/fix-compilation-network-issues
Fix compilation network issues
2020-02-14 16:11:01 -07:00
Timothy Baldridge
7d69893901 Null string fix in VFS saving 2020-02-14 15:58:51 -07:00
Timothy Baldridge
6b4abb8f40 Fix bad header info 2020-02-14 15:50:14 -07:00
Timothy Baldridge
f9459c2d85 Fix disabled test 2020-02-14 15:27:48 -07:00
Timothy Baldridge
8d13a4c455 Swap HttpClient over to SocketsHttpHandler 2020-02-14 15:23:27 -07:00
erri120
001613088f
Merge pull request #516 from LostDragonist/fix-file-association
Fix checking the file association for needed updates
2020-02-14 19:33:22 +01:00
erri120
bc163590c2
Added OMODFramework as normal package dependency 2020-02-14 19:19:51 +01:00
erri120
8b916ce7ba
Removed OMODExtractor 2020-02-14 19:11:38 +01:00
erri120
f53e05d741
Log files will now be stored in a separate logs folder 2020-02-14 19:10:04 +01:00
Timothy Baldridge
b77db18bfa Fix a bunch of issues with compilation, indexing and VFS loading performance 2020-02-14 06:30:58 -07:00
dependabot-preview[bot]
9706689f74
Bump FluentFTP from 30.2.0 to 31.0.0
Bumps [FluentFTP](https://github.com/robinrodricks/FluentFTP) from 30.2.0 to 31.0.0.
- [Release notes](https://github.com/robinrodricks/FluentFTP/releases)
- [Changelog](https://github.com/robinrodricks/FluentFTP/blob/master/RELEASES.md)
- [Commits](https://github.com/robinrodricks/FluentFTP/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-14 07:07:48 +00:00
LostDragonist
ae8569bb38 Fix checking the file association for needed updates
Previously, this would fail to notice that the file association needed
to be updated.  This would lead to Windows trying to open non-existent
copies of Wabbajack or to Wabbajack selecting "-i" as the chosen mod list
instead of the file selected.
2020-02-13 08:36:03 -07:00
Timothy Baldridge
8d7c4c823a
Merge pull request #514 from wabbajack-tools/be-nicer-to-the-nexus
* Disable server-side indexing of all mods from the Nexus
2020-02-13 06:24:45 -07:00
Timothy Baldridge
68cee39fb0
Merge branch 'master' into be-nicer-to-the-nexus 2020-02-13 05:30:55 -07:00
Timothy Baldridge
f036420b42 * Disable server-side indexing of all mods from the Nexus
* Accept download states from clients and index the mods we haven't seen
* Fixes for Skyrin VR USSEP patch
* Remember the download states that we index on the server
* Only print remaining nexus quotas when they change
2020-02-13 05:29:59 -07:00
Timothy Baldridge
d9c879ca51
Merge pull request #513 from wabbajack-tools/issue-475-512
Rename old log files. Don't overwrite downloads with the same name
2020-02-12 06:43:51 -07:00
Timothy Baldridge
05eb427ce5 Write a test to verify file download renaming behavior 2020-02-12 05:37:24 -07:00
Timothy Baldridge
b1eefa6a41 Rename old log files. Don't overwrite downloads with the same name 2020-02-11 22:31:42 -07:00
Timothy Baldridge
211197538b
Update CHANGELOG.md 2020-02-11 17:11:01 -07:00
Timothy Baldridge
dd59e9fa35
Update CHANGELOG.md 2020-02-11 17:10:08 -07:00
Timothy Baldridge
9ece8bae56 Release 0.9.18.0 2020-02-11 16:56:18 -07:00
Timothy Baldridge
11689bfdfe
Merge pull request #509 from wabbajack-tools/remove-autoupdater-net
Remove AutoUpdater.NET
2020-02-11 16:22:52 -07:00
Timothy Baldridge
7bbe79e481 Remove AutoUpdater.NET 2020-02-11 16:02:12 -07:00
Timothy Baldridge
19d21e1f90
Merge pull request #508 from wabbajack-tools/issue-479
Fix AFKMods.com integration and implement test
2020-02-11 15:55:11 -07:00
Timothy Baldridge
cc188af901
Merge pull request #507 from wabbajack-tools/issue-482
Don't overwrite logs (fixes issue #482)
2020-02-11 15:16:05 -07:00
Timothy Baldridge
9316819dd3 Fix AFKMods.com integration and implement test 2020-02-11 15:14:59 -07:00