Commit Graph

39 Commits

Author SHA1 Message Date
trawzified
b8fe48178b
New Wabbajack release (#2479)
* 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

* restored warning removed in error, updated changelog, removed debug includes

* Update InstallerVM.cs

* Update InstallerVM.cs

* Update MainWindowViewModel.cs

* 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

* Fix manual downloads sometimes launching in browser

* Fix manual downloads from secure servers

* Remove duplicate user agent code

* Create configuration project and performance settings

* Bind new performance settings to UI

* Use performance settings to limit maximum memory per download

* Remove unused settings and related classes

* Updated CHANGELOG.md

* update CHANGELOG.md

* moved the existing files popup to an error message , heralding the return of the overwrite install checkbox

* added newline

* reverted erroneous edit

* gogID for fallout4 added

* update CHANGELOG.md

* Fix deadlock when loading new settings

* change folder/directory check logic

* update CHANGELOG.md

* revert unnecessary change

* update CHANGELOG.md

* Bump Wabbajack to .NET 7

* Bump ReactiveUI packages & deps

* Update GameFinder to 4.0.0

* Update CHANGELOG.md

* Update CHANGELOG.md

* Don't try to add cookies if array is empty

* Start download from scratch if .download_package can't be parsed

* Log when application is shutting down

* update CHANGELOG.md

* exclude the "SP Consent Message" on nexus from the cleared iframes

* Actually use the --outputPath compile option if the user provides one

It was just not being used, defaulting to the parent of installPath. it
still does, if the user does not specify a directory using --outputPath

* update Wabbajack.Compression.BSA dependencies

* improve log message to include storage space reference

* clearing temp folder when the app closes

* update logging message

* update CHANGELOG.md

* update CHANGELOG.md

* update logging for possible exceptions thrown when clearing temp folder

* fix cloudflare captcha

* update Final Fantasy VII: RI metadata

* Update CHANGELOG.md

* fix error

* Update GameRegistry.cs

* Updated GameFinder, Added EADesktop module

* updated version number in CHANGELOG.md

* updated logging code

* update CHANGELOG.md

* Fix Nexus login (#2476)

* Fix Nexus login handler after API keys web page changes

* Automatically press request button

* Automatically press request API key button

* Fix BG3 being named badlursgate3 in Game enum instead of baldursgate3

* Fix WebView2 taking up tons of memory, use single WebView window - still needs refactoring

* Remove commented WebView

* Add changelog, fix Wabbajack CLI bat pointing to the wrong directory

---------

Co-authored-by: JanuarySnow <bobfordiscord12@gmail.com>
Co-authored-by: JanuarySnow <85711747+JanuarySnow@users.noreply.github.com>
Co-authored-by: UrbanCMC <UrbanCMC@web.de>
Co-authored-by: EzioTheDeadPoet <52624146+EzioTheDeadPoet@users.noreply.github.com>
Co-authored-by: Marco Antonio Jaguaribe Costa <marco.antonio.costa@gmail.com>
2024-01-14 14:48:34 -07:00
Luca
fab17a6ae0
Wabbajack 3.3.0.0 Update (#2416)
* 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

* restored warning removed in error, updated changelog, removed debug includes

* Update InstallerVM.cs

* Update InstallerVM.cs

* Update MainWindowViewModel.cs

* 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

* Fix manual downloads sometimes launching in browser

* Fix manual downloads from secure servers

* Remove duplicate user agent code

* Create configuration project and performance settings

* Bind new performance settings to UI

* Use performance settings to limit maximum memory per download

* Remove unused settings and related classes

* Updated CHANGELOG.md

* update CHANGELOG.md

* moved the existing files popup to an error message , heralding the return of the overwrite install checkbox

* added newline

* reverted erroneous edit

* gogID for fallout4 added

* update CHANGELOG.md

* Fix deadlock when loading new settings

* change folder/directory check logic

* update CHANGELOG.md

* revert unnecessary change

* update CHANGELOG.md

* Bump Wabbajack to .NET 7

* Bump ReactiveUI packages & deps

* Update GameFinder to 4.0.0

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: JanuarySnow <bobfordiscord12@gmail.com>
Co-authored-by: JanuarySnow <85711747+JanuarySnow@users.noreply.github.com>
Co-authored-by: UrbanCMC <UrbanCMC@web.de>
Co-authored-by: trawzified <55751269+tr4wzified@users.noreply.github.com>
2023-10-12 12:33:06 -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
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
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
a97f676595
Improve admin check 2022-11-13 12:24:53 +01: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
erri120
633465b790
Re-add opening Modlists with CLI args 2022-10-16 14:17:30 +02:00
erri120
5a8383d12f
Re-add file association 2022-10-16 14:00:50 +02:00
Halgari
17cf1e7d00 WPF app CLI support 2022-10-14 16:46:38 -06:00
Halgari
2b33aeb7d9 Refactor WPF startup to accept commandline inputs 2022-10-14 15:11:09 -06:00
Halgari
558886e0ed Fix some log creation issues and tests 2022-10-06 17:00:36 -06:00
Halgari
ea9cd20c67 Lots of small launcher fixes 2022-10-01 07:02:47 -06:00
Timothy Baldridge
f450cdf030 #### Version - 3.0.1.1 - 9/19/2022
* Auto install WebView2 if Windows doesn't already have it installed
* Save settings before exiting the app
* Add more logging to the launcher
2022-09-19 17:47:54 -06:00
Timothy Baldridge
fa79f10a18 Fix logger support 2022-05-23 07:07:05 -06:00
Timothy Baldridge
13f3557e7b Redid logging, it doesn't work in the UI, but I'll debug that later 2022-05-21 22:27:02 -06:00
Timothy Baldridge
d18dd573eb Fix spelling typeo 2022-05-21 15:11:43 -06:00
Timothy Baldridge
934cdd18ce More work on manual downloader 2022-05-19 22:12:16 -06:00
Timothy Baldridge
1032e2554b Rework nexus logins to use windows 2022-05-19 21:23:16 -06:00
Timothy Baldridge
5907fc6fcb Wip, trying to fix a bug with cached tabs 2022-05-18 21:21:38 -06:00
Timothy Baldridge
7b5b483303 Implemented manual downloader support 2022-05-16 16:14:52 -06:00
Timothy Baldridge
91462dbd20 Disable all CEF calls to get it to compile 2022-03-13 17:08:27 -06:00
Timothy Baldridge
8f2f3b6eab Adding WPF code back in, I need to end the 2.5 codebase 2022-03-13 16:47:30 -06:00
Timothy Baldridge
b5a2354122 Remove WPF project 2022-01-22 07:36:10 -07:00
Timothy Baldridge
a729c4f1e0 Can display the Compiler view 2022-01-04 22:52:37 -07:00
Timothy Baldridge
764895de49 Can login to IPS4 sites, and can log in via Google 2022-01-04 14:16:53 -07:00
Timothy Baldridge
9f87d91918 Woot, we can log into the Nexus through 3.0 code 2022-01-03 15:46:28 -07:00
Timothy Baldridge
c34a78bb4f Bit of work on how site logins are managed 2022-01-01 15:55:39 -07:00
Timothy Baldridge
7443a0b3f3 Can install SMEFT and get a "complete screen" and a log at the end 2021-12-31 15:00:03 -07:00
Timothy Baldridge
7faa65ca77 Rework the InstallVMs 2021-12-30 16:55:41 -07:00
Timothy Baldridge
2215acf0e9 Wow that was about as easy as pulling Trex teeth. Not sure why the RxApp scheduler isn't the same as the WPF scheduler 2021-12-29 21:43:31 -07:00
Timothy Baldridge
cc8c40f803 Merge Wabbajack.Lib into Wabbajack 2021-12-29 17:15:37 -07:00
Timothy Baldridge
bd71de5883 Rework gallery loading, and VM creation 2021-12-29 10:26:12 -07:00
Timothy Baldridge
1dcf740bf4 Window pops up, but it's blank :| 2021-12-28 14:39:20 -07:00
Timothy Baldridge
475e44c895 Port ModListVM 2021-12-26 22:13:28 -07:00
Timothy Baldridge
31f32ee2f5 Initial import of WPF code 2021-12-26 14:56:44 -07:00
Timothy Baldridge
9ffd4fd446 Rollback WPF code 2021-12-14 06:09:03 -07:00
Timothy Baldridge
f8db7d4386 Add metrics reporting, some work on the app 2021-11-30 22:14:14 -07:00