8db801ada5
Merge pull request #2414 from tr4wzified/pre-release
...
Bump Wabbajack to use NET 7.0, bump ReactiveUI packages
2023-10-12 19:23:08 +02:00
a7634c7f40
Merge branch 'main' into pre-release
2023-10-07 21:59:28 +02:00
63ca2f7c38
Updates to the AuthoredFiles report
2023-10-07 13:56:05 -06:00
84e55cedef
Update GameFinder to 4.0.0
2023-10-07 14:29:36 +02:00
a64e70d9ab
Bump ReactiveUI packages & deps
2023-10-04 22:30:17 +02:00
a631ca934e
Bump Wabbajack to .NET 7
2023-10-04 22:26:49 +02:00
aa7471a8a7
update CHANGELOG.md
2023-10-02 23:09:01 +02:00
e9aeec7b4a
revert unnecessary change
2023-10-02 22:37:15 +02:00
1f79598dfe
update CHANGELOG.md
2023-10-02 16:32:31 +02:00
70c1f3ad33
change folder/directory check logic
2023-10-02 16:21:10 +02:00
7b5a6e72e3
Merge branch 'blocking_fixes' into pre-release
2023-10-02 14:42:42 +02:00
4877fc77c4
Merge remote-tracking branch 'origin/downloader-ram-limit' into pre-release
2023-08-28 18:12:31 +02:00
21bf0a87c9
Fix deadlock when loading new settings
2023-08-28 17:28:44 +02:00
a5eb40f1c3
update CHANGELOG.md
2023-08-27 18:10:49 +02:00
4384cfcb2f
update CHANGELOG.md
2023-08-27 18:05:54 +02:00
a2820c8186
Merge remote-tracking branch 'origin/fallout4GOG' into pre-release
2023-08-27 18:03:58 +02:00
c93a4af7d2
gogID for fallout4 added
2023-08-27 18:03:16 +02:00
30adcc96dd
Merge remote-tracking branch 'origin/blocking_fixes' into pre-release
...
# Conflicts:
# CHANGELOG.md
2023-08-24 21:19:21 +02:00
081a68cd0b
reverted erroneous edit
2023-08-24 18:53:01 +01:00
c54f223bde
added newline
2023-08-24 18:49:44 +01:00
8edbb697b0
moved the existing files popup to an error message , heralding the return of the overwrite install checkbox
2023-08-24 18:16:38 +01:00
f1390380e4
update CHANGELOG.md
2023-08-22 20:16:25 +02:00
c23a7ad794
Updated CHANGELOG.md
2023-08-22 20:04:57 +02:00
5f2b64891a
Merge remote-tracking branch 'origin/webview-download-fix' into pre-release
2023-08-22 20:03:11 +02:00
1d6012db1c
Merge remote-tracking branch 'origin/downloader-ram-limit' into pre-release
...
# Conflicts:
# Wabbajack.App.Wpf/View Models/Installers/MO2InstallerVM.cs
# Wabbajack.App.Wpf/Views/Interventions/ConfirmUpdateOfExistingInstallView.xaml
# Wabbajack.App.Wpf/Views/Interventions/ConfirmUpdateOfExistingInstallView.xaml.cs
2023-08-22 19:58:58 +02:00
afce8617cf
Merge remote-tracking branch 'origin/crit_obscure_old_request' into pre-release
...
# Conflicts:
# CHANGELOG.md
2023-08-22 19:58:18 +02:00
31200dff1e
Merge branch 'blocking_fixes' into pre-release
...
# Conflicts:
# CHANGELOG.md
2023-08-22 19:56:23 +02:00
bdb60f26a7
Remove unused settings and related classes
2023-08-20 13:57:16 +02:00
039e3603ce
Use performance settings to limit maximum memory per download
2023-08-20 12:58:43 +02:00
a77bb6cc44
Bind new performance settings to UI
2023-08-20 12:54:45 +02:00
7350b632f7
Create configuration project and performance settings
2023-08-18 21:06:07 +02:00
63eaffd9e3
Remove duplicate user agent code
2023-08-09 21:29:34 +02:00
6399ef07d5
Fix manual downloads from secure servers
2023-08-09 21:05:20 +02:00
ae7402be58
Fix manual downloads sometimes launching in browser
2023-08-09 21:03:56 +02:00
4d688b7ab9
added json optional flag to only show version number over modlist image in installer view, if the modlist image already contains the title
...
removed debug code
change to pascal case and match existing code style
update changelog
2023-07-30 18:08:15 +01:00
cc76e3c699
Update MainWindowViewModel.cs
2023-07-26 10:05:42 +01:00
b71003d829
Update InstallerVM.cs
2023-07-26 10:02:32 +01:00
940bc7b77d
Merge branch 'main' into blocking_fixes
2023-07-26 09:59:39 +01:00
b6d4b5d1ac
Update InstallerVM.cs
2023-07-26 09:56:56 +01:00
77f6b8c9cb
3.2.0.1
3.2.0.1
2023-07-23 20:41:36 -06:00
5b8e3725c6
restored warning removed in error, updated changelog, removed debug includes
2023-07-19 23:27:12 +01:00
98c12d46f0
added more visible error messages to avoid user confusion
...
added hard drive free space detection, added red error message text, removed overwrite checkbox, added wiki button link
extended the error text for starting wabbajack in protected location
removed debug code
shortened error message to fit in text box
2023-07-19 23:20:58 +01:00
4017c5ce51
Fixed a merge issue, updated the CHANGELOG.md with the new release version
2023-07-16 15:39:05 -06:00
31c5dc4e10
Commenting out LoversLab login from the settings page to avoid user confusion. ( #2370 )
...
* commenting out LoversLab login to avoid user confusion.
The current way to implement LL downloads is `manualURL=` + `prompt=`
https://wiki.wabbajack.org/modlist_author_documentation/Meta%20Files.html#manualurl
* fix typo in comment
* added change to CHANGELOG.md
---------
Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com >
2023-07-16 15:27:17 -06:00
a8c5f0e89c
Added detection of existing files in installpath with confirmation dialog ( avoided by overwrite installation tickbox ) ( #2369 )
...
update changelog
added logic to skip past known last install location when preopulating modlist paths
code style
Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com >
2023-07-16 15:26:45 -06:00
005466e53b
Hide back button and settings button during install ( #2368 )
...
* hide back button and settings button during install phase, so that user does not press back or settings( and then back to main screen again ) while a download thread still runs in th ebackground
* updated changelog
---------
Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com >
2023-07-16 15:24:02 -06:00
79cd780430
Fixed Search filter not reapplying after pressing back and re-accessing Gallery ( #2367 )
...
* added saved search setting to the startwith field for the searchtextpredicates to reapply filter
* typo fix in changelog
---------
Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com >
2023-07-16 15:23:35 -06:00
58f9ea7afc
Protected folder subfolder handling ( #2366 )
...
* added more robust protected location checking, for exe and download/install paths
remove debug output and formatting
slight change to trigger rerun of CI
updated changelog
trigger CI re-run
* removed debug code
---------
Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com >
2023-07-16 15:22:56 -06:00
5ae28e22e3
Fix readme opening twice after pressing install button from gallery view ( #2365 )
...
* wraps loadmodlist into a new method when prompted from gallery view, so that it dosnt run loadmodlist twice when the listener for path changes fires it a second time, instead keep the listener as the only trigger for loadmodlist() as that is fired from sources other than the gallery play button
* remove commented code
* update changelog
---------
Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com >
2023-07-16 15:22:24 -06:00
2e5d91f46d
Add whitespace stripping string to the regex match for [NoDelete] to idiot proof ( #2364 )
...
* add whitespace stripping string to the regex match to idiot proof
* updated changelog
2023-07-16 15:21:47 -06:00