Commit Graph

314 Commits

Author SHA1 Message Date
a545cb375a Add Starfield support (#2589)
* Add support for new Starfield BA2 versions

* Add Starfield BA2 LZ4 texture compression support (WIP, not finished)

* Work on replacing DDS.cs with DirectXTexUtility

* Fix reading Starfield BA2s with new DirectXTexUtil

* Fix builder not exporting new Starfield header options

* Fix writing LZ4 chunks in frame format instead of block format

* Rename FO4Archive to BA2Archive, merge SFArchive and FO4Archive

* Clean up testing code & CLI launch settings

* Update changelog
2024-06-17 12:10:53 -06:00
8544a6b2e8 update other required packages 2024-06-06 16:18:56 +02:00
749baf1bdf Merge remote-tracking branch 'origin/main'
# Conflicts:
#	Wabbajack.CLI/Verbs/SetNexusApiKey.cs
2024-05-30 17:04:17 -06:00
12409ababb refactor interface name to the naming convention for interfaces 2024-05-28 18:45:03 +02:00
a1da63984b update dependency 2024-05-28 18:41:18 +02:00
37a5b7ce28 Revert a few changes that broke the build 2024-05-26 21:33:31 -06:00
0f9a82b425 Merge branch 'main' into set-nexus-api-key 2024-05-25 19:04:38 +02:00
ed2aabd0b1 skip validation of loverslab.com urls 2024-05-24 19:13:41 +02:00
c67da65cd8 Fix trimming breaking dependency injection on publish 2024-05-16 21:50:49 +02:00
6db4fd0737 Add set-nexus-api-key command 2024-05-16 18:52:33 +02:00
7bddfecdfb 3.4.1.0 2023-12-21 12:24:10 -07:00
e7d49b756d Update CLI to .NET 8.0 (#2469)
Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com>
2023-12-21 12:02:10 -07:00
0c11f11839 Changes for an official Version 3.3.1.0 Release (#2439)
* 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

---------

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>
Co-authored-by: Marco Antonio Jaguaribe Costa <marco.antonio.costa@gmail.com>
Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com>
2023-11-14 20:19:53 -07:00
b8cc418989 Upgrade all the deps to the latest versions (#2442)
* Tons of deps upgrades

* Fix a bunch of compile errors

* Fix hash equality issue
2023-11-14 20:09:50 -07:00
7baf3d5d12 Another fix to the proxyable file format 2023-10-31 06:02:52 -06:00
fc45191438 Fix list validation some more 2023-10-30 21:35:57 -06:00
9154463b76 Allow reflection based json serialization 2023-10-30 21:16:05 -06:00
f178213fee Remove Server (#2434)
* The server has been replaced with the new CloudFlare Workers backend
2023-10-30 21:04:52 -06:00
90f9df6436 Update to .net 8 2023-10-20 20:11:08 +01:00
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
0cba392b66 Several tricks to get memory usage under control during list validation. 2023-10-09 14:25:10 -06:00
dd9100ccf4 Provide more feedback during list validation 2023-02-10 06:32:00 -07:00
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
5b8b815f39 Update deps for 7.0 2022-11-09 16:57:16 -07:00
a0eb53f9b9 Switch to .net 7.0 2022-11-05 07:25:53 -06:00
1e35f5fbd8 3.0.3.1 2022-10-30 07:16:12 -06:00
38c355adba Finished verification code 2022-10-24 20:12:14 -06:00
0bd79a40cd Improve the CLI verification routines 2022-10-24 17:28:03 -06:00
dbdf94a925 Verify hashes while installing 2022-10-23 15:28:44 -06:00
bb0c6c7ca9 Abstract out the CLI routines so we can reuse them inside the WPF app 2022-10-14 16:08:21 -06:00
b15d079c45 Downgrade to non-daily packages 2022-10-08 07:48:14 -06:00
6bf098668a Fix a ton of warnings 2022-10-07 14:53:55 -06:00
b664da2059 Lots of code cleanup 2022-10-07 14:41:45 -06:00
a4e5d41603 3.0.1.8 fixes 2022-09-30 23:21:58 -06:00
b2d0be6696 Finally fix the validator 2022-09-30 19:58:54 -06:00
241682da76 Reworked *all the verbs* 2022-09-30 19:35:36 -06:00
6a6f95d70f rework cli stuff a bit 2022-09-30 18:46:15 -06:00
7e643b1c2b Update the final deps 2022-09-29 16:34:47 -06:00
817392e4c2 Update all the deps! 2022-09-29 06:42:20 -06:00
aa805406a6 Finally fix the commandline deps errors 2022-09-28 23:10:49 -06:00
b94e55c78b Fix Cyberpunk GoG registration 2022-09-26 15:58:33 -06:00
de9ddd62e1 #### Version - 3.0.0.7 - 9/12/2022
* Few compiler fixes for non Bethesda game compiling
* Fix Dragons' Dogma MO2 archive names
* Add Modlist Report for CLI
2022-09-12 17:06:14 -06:00
8c2ad34d35 upgrade deps 2022-08-17 16:51:27 -06:00
48a47153b9 Update Wabbajack.CLI.csproj 2022-08-10 14:30:29 -06:00
bccfc733bb Merge pull request #2023 from wabbajack-tools/dependabot/nuget/System.CommandLine-2.0.0-beta4.22402.1
Bump System.CommandLine from 2.0.0-beta1.21561.1 to 2.0.0-beta4.22402.1
2022-08-09 21:15:22 -06:00
ee9b61be12 Fix Mediafire downloading 2022-08-09 17:41:11 -06:00
7e084a1d69 Bump System.CommandLine from 2.0.0-beta1.21561.1 to 2.0.0-beta4.22402.1
Bumps [System.CommandLine](https://github.com/dotnet/command-line-api) from 2.0.0-beta1.21561.1 to 2.0.0-beta4.22402.1.
- [Release notes](https://github.com/dotnet/command-line-api/releases)
- [Changelog](https://github.com/dotnet/command-line-api/blob/main/docs/History.md)
- [Commits](https://github.com/dotnet/command-line-api/commits)

---
updated-dependencies:
- dependency-name: System.CommandLine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-09 12:54:23 +00:00
8b6d4651f4 Add error indicator to compiler UI 2022-07-12 07:03:02 -06:00
3edf568ef7 Fix the cache up a bit, throw log the file that fails during VFS analysis 2022-07-01 18:01:40 -06:00
bbe75e5061 Fix launcher failures 2022-06-23 17:28:57 -06:00