Commit Graph

65 Commits

Author SHA1 Message Date
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
00faee48fe
Fixes for the resumable downloads feature (#2345)
* Fix handle of hashed file not closing

* Limit concurrent downloads to a maximum of 8

* Dynamically increase job size to avoid downloads appearing stalled

* Set downloader settings to avoid RAM and timeout issues

* Improve logging around downloads

* Adds more logging when starting stopping downloads
* Improves error message when GameFileSource download fails
* Stops logging errors when archive isn't available on WJ CDN

* Add retry mechanism to SingleThreadedDownloader

* Update CHANGELOG.md

* Remove hard limit for download threads

---------

Co-authored-by: UrbanCMC <UrbanCMC@web.de>
2023-06-27 08:16:03 -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
7b46a88fc0
Fix ba2 compilation errors (#2286)
* Fix BA2 compilation errors by implementing mipmap detection and usage during texture recompression

* Update CHANGELOG.md

* Fix broken mipmap support on Linux/OSX
2023-01-28 14:42:23 -07:00
Timothy Baldridge
5b77574b5e
Make ImageConverter polymorphic and revert back to texcov on Windows (#2281)
* Make ImageConverter polymorphic and revert back to texcov on Windows

* Add files I forgot to add, make CHANGELOG.md additions

* Don't run texconv tests on Linux/OSX
2023-01-21 12:36:12 -07: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
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
Halgari
a0eb53f9b9 Switch to .net 7.0 2022-11-05 07:25:53 -06:00
Halgari
d85f16cda4 Implement validation cache 2022-10-19 08:42:30 -06:00
Halgari
4210234fe5 Implement an archive verification cache 2022-10-17 22:48:49 -06:00
Halgari
7a6f843a06 No more compiler warnings 2022-10-07 22:06:17 -06:00
Halgari
7176ebb531 Most warnings are fixed now 2022-10-07 21:43:44 -06:00
Halgari
558886e0ed Fix some log creation issues and tests 2022-10-06 17:00:36 -06:00
Halgari
a4e5d41603 3.0.1.8 fixes 2022-09-30 23:21:58 -06:00
Halgari
817392e4c2 Update all the deps! 2022-09-29 06:42:20 -06:00
Timothy Baldridge
cc329bd04c Many compiler fixes 2022-09-25 16:36:12 -06:00
Timothy Baldridge
7f7d7c0703 Several more optimizations 2022-08-22 09:34:19 -06:00
Timothy Baldridge
175677a033 Fixes so Septimus compiles 2022-08-02 14:09:47 -06:00
Timothy Baldridge
e102567bf5 Add some missing using calls for jobs 2022-07-25 22:39:00 -06:00
Timothy Baldridge
3edf568ef7 Fix the cache up a bit, throw log the file that fails during VFS analysis 2022-07-01 18:01:40 -06:00
Timothy Baldridge
22fee95891 Add Cesi cache to the OSIntegration 2022-06-21 20:57:26 -06:00
Timothy Baldridge
3c28cdf7b9 Add Cesi cache 2022-06-21 19:38:42 -06:00
Timothy Baldridge
b29bed24da Implement Proxy support for unstable downloaders 2022-06-07 21:48:13 -06:00
Timothy Baldridge
06bb04c89f More compiler fixes 2022-05-26 23:41:11 -06:00
Timothy Baldridge
695e7ede8b Add other profiles and always enabled to Compiler screen 2022-05-24 20:59:15 -06:00
Timothy Baldridge
934cdd18ce More work on manual downloader 2022-05-19 22:12: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
83cf5a3436 Don't block the UI so much during install 2022-05-16 23:26:59 -06:00
Timothy Baldridge
92f5618066 Hook up discord and archive search buttons 2022-05-16 21:27:23 -06:00
Timothy Baldridge
a4abcedf68 add repositories 2022-03-29 21:39:48 -06:00
Timothy Baldridge
5e1e0ec527 Can login to Bethesda.Net and get CC data 2022-02-10 16:57:44 -07:00
Timothy Baldridge
fea3a81cf3 Can log into the Nexus via the UI 2022-01-29 22:47:49 -07:00
Timothy Baldridge
33965286fc Upgrade Deps 2022-01-20 14:30:13 -07:00
Timothy Baldridge
ac1f4a7427 Can get a list of all appIds and depotids owned by the user 2022-01-08 15:03:39 -07:00
Timothy Baldridge
bf843f9289 Implemented the full stack of Steam 2FA and logins and the like 2022-01-08 10:39:23 -07:00
Timothy Baldridge
92e1e3e393 More reworking of the login code 2022-01-01 16:28:57 -07:00
Timothy Baldridge
c34a78bb4f Bit of work on how site logins are managed 2022-01-01 15:55:39 -07:00
Timothy Baldridge
cc8c40f803 Merge Wabbajack.Lib into Wabbajack 2021-12-29 17:15:37 -07:00
Timothy Baldridge
648ee949c3 Fixup download VM 2021-12-27 08:43:10 -07:00
Timothy Baldridge
bf5d092f43 Implement mod list maintainer 2021-12-27 08:37:20 -07:00
Timothy Baldridge
77bd85bb47 Delete old mirrored files 2021-12-19 15:20:24 -07:00
Timothy Baldridge
68ade07bde That exception 2021-12-18 09:39:08 -07:00
Timothy Baldridge
8e4bd7efd9 Catching the wrong exception 2021-12-18 09:35:11 -07:00
Timothy Baldridge
270362db56 Update how we handle invalid tokens 2021-12-18 09:29:56 -07:00
Timothy Baldridge
75aaec5fa2 Latest changes to patches/mirroring 2021-12-17 16:40:45 -07:00
Timothy Baldridge
a2da07eff3 Fix tests 2021-11-10 16:56:52 -07:00
Timothy Baldridge
2661450e28 Revert "Revert "Fix login logout buttons""
This reverts commit e1b753edd3.
2021-11-10 16:13:02 -07:00
Timothy Baldridge
e1b753edd3
Revert "Fix login logout buttons" 2021-11-10 16:04:57 -07:00
Timothy Baldridge
87f2f08fb7 Save and loading settings 2021-11-10 16:04:12 -07:00