Commit Graph

187 Commits

Author SHA1 Message Date
EzioTheDeadPoet
e9aeec7b4a revert unnecessary change 2023-10-02 22:37:15 +02:00
EzioTheDeadPoet
70c1f3ad33 change folder/directory check logic 2023-10-02 16:21:10 +02:00
UrbanCMC
7b5a6e72e3 Merge branch 'blocking_fixes' into pre-release 2023-10-02 14:42:42 +02:00
EzioTheDeadPoet
30adcc96dd Merge remote-tracking branch 'origin/blocking_fixes' into pre-release
# Conflicts:
#	CHANGELOG.md
2023-08-24 21:19:21 +02:00
JanuarySnow
081a68cd0b reverted erroneous edit 2023-08-24 18:53:01 +01:00
JanuarySnow
c54f223bde added newline 2023-08-24 18:49:44 +01:00
JanuarySnow
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
EzioTheDeadPoet
5f2b64891a Merge remote-tracking branch 'origin/webview-download-fix' into pre-release 2023-08-22 20:03:11 +02:00
EzioTheDeadPoet
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
EzioTheDeadPoet
afce8617cf Merge remote-tracking branch 'origin/crit_obscure_old_request' into pre-release
# Conflicts:
#	CHANGELOG.md
2023-08-22 19:58:18 +02:00
UrbanCMC
bdb60f26a7 Remove unused settings and related classes 2023-08-20 13:57:16 +02:00
UrbanCMC
a77bb6cc44 Bind new performance settings to UI 2023-08-20 12:54:45 +02:00
UrbanCMC
63eaffd9e3 Remove duplicate user agent code 2023-08-09 21:29:34 +02:00
UrbanCMC
6399ef07d5 Fix manual downloads from secure servers 2023-08-09 21:05:20 +02:00
UrbanCMC
ae7402be58 Fix manual downloads sometimes launching in browser 2023-08-09 21:03:56 +02:00
JanuarySnow
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
JanuarySnow
b71003d829
Update InstallerVM.cs 2023-07-26 10:02:32 +01:00
JanuarySnow
b6d4b5d1ac
Update InstallerVM.cs 2023-07-26 09:56:56 +01:00
JanuarySnow
5b8e3725c6 restored warning removed in error, updated changelog, removed debug includes 2023-07-19 23:27:12 +01:00
JanuarySnow
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
Timothy Baldridge
4017c5ce51 Fixed a merge issue, updated the CHANGELOG.md with the new release version 2023-07-16 15:39:05 -06:00
Luca
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
JanuarySnow
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
JanuarySnow
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
JanuarySnow
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
JanuarySnow
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
JanuarySnow
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
JanuarySnow
b0a2058c19
added check if Download path is alongside wabbajack.exe to match existing check for installpath (#2363)
trigger CI to test github action secret was succesfully added

another CI trigger

retrigger CI

Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com>
2023-07-16 15:21:22 -06:00
JanuarySnow
c57219dc37
Dont allow identical paths (#2362)
* add check for identical download and install folder paths

* changelog update
2023-07-16 15:20:49 -06:00
Luca
a87f8dac7f
New Features from External Contributors [Merged to Internal Test Branch so Tests can run!] (#2325)
* added enderalse GOGID

* Fix readme opening twice when loading last modlist

* Edit Wabbajack CLI button text

* Cancel running downloads when shutting down application

* Add resume support for IHttpDownloader

* Add resume support for manual downloads

* Update CHANGELOG.md

* Improve game selection to only show games with results combined with the amount of lists

* Undo accidental removal of loading settings

* Add more tooltips and improve existing ones

* Update CHANGELOG.md

* Main test external pull readme fix (#2335)

* Fix SelectedGameType crashing Wabbajack when no settings are present yet, fix readme being clickable when not specified resulting in crash

* Add readme fix to CHANGELOG, fix typo

* Add readme button fix to changelog

---------

Co-authored-by: UrbanCMC <UrbanCMC@web.de>
Co-authored-by: Angad <angadmisra28@gmail.com>
Co-authored-by: trawzified <55751269+tr4wzified@users.noreply.github.com>
Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com>
2023-05-07 14:32:18 -06:00
erri120
1591e1c56c
Update broken website links (again) 2023-01-16 12:06:48 +01:00
Timothy Baldridge
4bfce0e418
Cube maps (#2260)
* Add some support for cubemaps in BA2

* add read support for cubemaps in BA2 routines

* Fix slide support during compilation

* Set default logging level to Information instead of Trace

* update CHANGELOG.md
2022-12-28 09:21:58 -07:00
erri120
ce8cc0b999
Update broken website links (#2255)
* Update broken website links

Fixes #2250

* Update CHANGELOG.md

Co-authored-by: Luca <52624146+EzioTheDeadPoet@users.noreply.github.com>
2022-12-22 09:16:50 +01:00
Timothy Baldridge
ce7a1eb293
Merge branch 'main' into admin-sid 2022-11-17 06:40:06 -07:00
EzioTheDeadPoet
767dcb0290 Rename Installation Fields
To make it clear what they mean and require
2022-11-14 18:12:18 +01:00
erri120
a97f676595
Improve admin check 2022-11-13 12:24:53 +01:00
Timothy Baldridge
ec1a6bb963
Merge branch 'main' into install-webview 2022-11-11 22:28:54 -07:00
Halgari
0473e8cd1f .NET 7.0 Broke the deployment model, will look into it more in a future update 2022-11-11 22:27:21 -07:00
Halgari
5b8b815f39 Update deps for 7.0 2022-11-09 16:57:16 -07:00
erri120
9888770c63
Remove AutoInstaller from main app 2022-11-08 11:48:14 +01:00
erri120
8287c4bbba
Alert when running as admin 2022-11-05 20:39:07 +01:00
EzioTheDeadPoet
7f86341456 add total size requirement to gallery 2022-11-05 20:25:31 +01:00
Halgari
a0eb53f9b9 Switch to .net 7.0 2022-11-05 07:25:53 -06:00
Timothy Baldridge
bfc552ec48
Merge pull request #2127 from wabbajack-tools/dependabot/nuget/DynamicData-7.12.1
Bump DynamicData from 7.10.2 to 7.12.1
2022-11-05 07:17:43 -06:00
Timothy Baldridge
e0481888fd
Merge pull request #2168 from wabbajack-tools/Compiler-settings-File-picker-QoL-Updates-DUMMY
Compiler-settings File-picker QoL Updates
2022-11-05 07:16:25 -06:00
erri120
65b2379426
Use both Assembly and Process locations 2022-11-05 12:28:34 +01:00
EzioTheDeadPoet
7ca983e26a compiler settings file picker QoL changes
allow selection of files for including.
allow selection of files for ignoring.
allow multiselect for files and folders.
allow multiselect for additional profiles.
allow multiselect for always enabled mods.
2022-11-04 20:28:33 +01:00
erri120
92b657ba82
Always use process location for file association 2022-11-04 11:53:24 +01:00
Timothy Baldridge
8450dd19eb
Merge branch 'main' into dependabot/nuget/DynamicData-7.12.1 2022-10-31 21:07:32 -06:00
Timothy Baldridge
ffbb2f7822
Merge branch 'main' into dependabot/nuget/Microsoft.Web.WebView2-1.0.1370.28 2022-10-31 20:27:56 -06:00