Commit Graph

50 Commits

Author SHA1 Message Date
Luca
727f210dbb
Merge branch 'main' into feature/FalloutNewVegas-EpicGames 2024-05-25 19:14:52 +02:00
EzioTheDeadPoet
a76902df77 fix Starfield meta-data 2024-05-24 18:47:23 +02:00
EzioTheDeadPoet
d0f508849c add starfield meta-data 2024-05-24 18:43:14 +02:00
Maxime 'TDarkShadow' De Clercq
321b08c2ae
Add Fallout New Vegas from Epic Games support 2024-04-04 17:36:15 +02:00
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
700f3889c5
add Baldur's Gate 3 meta data for the Generic MO2 Plugin. (#2468)
* add Baldur's Gate 3 meta data for the Generic MO2 Plugin.

* update CHANGELOG.md
2023-12-21 12:01:07 -07:00
Luca
f56c4e08aa
Add support for Final Fantasy 7: Remake Intergrade (#2454)
* Update Game.cs

* Update GameRegistry.cs

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: UrbanCMC <UrbanCMC@web.de>

---------

Co-authored-by: cacophony-wj <cacophony-wj@outlook.com>
Co-authored-by: UrbanCMC <UrbanCMC@web.de>
2023-12-20 13:01:01 -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
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
Luca
6a9596c9ab
Bannerlord Support Fixed (#2283)
* Fix M&B II: Bannerlord & GOG Support

* Update CHANGELOG.md
2023-01-22 15:32:57 -07:00
Maelstrom
16a2132aad
Add Mount & Blade II: Bannerlord support? (#2280)
* Update Game.cs

Adding Mount & Blade II: Bannerlord as a game description

* Update GameRegistry.cs

Adding Mount & Blade II: Bannerlord to game registry

* Update GameRegistry.cs

Setting IsGenericMO2Plugin = false to true for M&B Bannerlord
2023-01-21 16:29:08 -07:00
Luca
96a53d862f
fix merge error
merging in the website is not a good idea 😅
2022-12-22 11:44:43 +01:00
Luca
37eee94821
Merge branch 'main' into nexus_modding_tools_site_meta_support 2022-12-22 11:39:48 +01:00
Luca
8496628d24
Merge branch 'main' into nexus_modding_tools_site_meta_support 2022-12-22 09:13:13 +01:00
Luca
53969785e5
Merge branch 'main' into valheim_support 2022-12-22 09:12:04 +01:00
erri120
f8de8deb8b
Add support for Cyberpunk 2077 installed via EGS (#2254)
* Add support for Cyberpunk 2077 installed via EGS
* Fix syntax error
* add changelog

Co-authored-by: Luca <52624146+EzioTheDeadPoet@users.noreply.github.com>
2022-12-22 09:06:17 +01:00
EzioTheDeadPoet
a5dfffa111 fix Nexus Modding Tools installer 2022-12-16 17:08:20 +01:00
EzioTheDeadPoet
48f5733a8a fix Valheim installation issues 2022-12-16 17:02:13 +01:00
EzioTheDeadPoet
460d8acb59 added Valheim 2022-12-16 15:42:24 +01:00
EzioTheDeadPoet
a49b3f5a4a Add Support for Nexus Modding Tools
https://www.nexusmods.com/site
2022-12-11 18:37:25 +01:00
Timothy Baldridge
77eb536162
Merge branch 'main' into game_support_readme_update 2022-11-05 07:17:18 -06:00
EzioTheDeadPoet
092ce40001 Merge branch 'main' into #2159_Skyrim_GOG_Detection_Metadata
# Conflicts:
#	README.md
2022-11-05 01:00:13 +01:00
EzioTheDeadPoet
e27c5d5a54 Add Dragons Dogma Dark Arisen GOGID 2022-11-05 00:52:07 +01:00
Luca
fe41c4bc89
Merge branch 'main' into #1958_Witcher_Enhanced_Edition_Support 2022-11-03 15:04:53 +01:00
EzioTheDeadPoet
18c9c40d44 #1958 Witcher: Enhanced Edition Support 2022-11-02 22:32:30 +01:00
EzioTheDeadPoet
37e64508fb Addresses #2159 GOG Detection support for Skyrim Special Edition 2022-11-02 21:49:52 +01:00
madtisa
b8d6515922 Add Karryn's Prison game support 2022-11-01 06:30:27 +03:00
Halgari
b664da2059 Lots of code cleanup 2022-10-07 14:41:45 -06:00
Timothy Baldridge
cfb928bfce Fix native game compilation 2022-09-26 21:02:39 -06:00
Timothy Baldridge
b94e55c78b Fix Cyberpunk GoG registration 2022-09-26 15:58:33 -06:00
Timothy Baldridge
cc329bd04c Many compiler fixes 2022-09-25 16:36:12 -06:00
halgari
e71abd82f7 Fix MO2ArchiveName resolution 2022-09-22 22:27:37 -05:00
Timothy Baldridge
801f655ef3 3.0.1.3 2022-09-20 17:18:32 -06:00
Timothy Baldridge
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
Timothy Baldridge
f00ace3b66 Add dragons dogma, update the UI to match 2.5's unofficial list interface 2022-05-15 14:17:36 -06:00
Timothy Baldridge
33965286fc Upgrade Deps 2022-01-20 14:30:13 -07:00
Timothy Baldridge
d31f54dd95
Merge pull request #1789 from cacophony-wj/patch-1
Update GameRegistry.cs
2022-01-20 14:19:37 -07:00
Timothy Baldridge
94fe7f1e1d Can download steam files 2022-01-08 22:40:23 -07:00
cacophony-wj
5476a881bc
Update GameRegistry.cs 2021-12-30 16:00:56 -05:00
ixanza
73302e918d
Swap main executable for cyberpunk2077
Swap from RedPreLauncher to Cyberpunk2077.exe to accomodate GoG users as they don't have the PreLauncher exe
2021-11-30 10:18:48 +08:00
Timothy Baldridge
44ecb16cc2
add GOGIDs for Cyberpunk 2021-11-27 18:30:39 -07:00
ixanza
c8c4d50d49
Update GameRegistry.cs 2021-11-27 16:24:11 +08:00
ixanza
9d95abd3e4
Add Cyberpunk 2077 Support 2021-11-27 16:21:11 +08:00
ixanza
ef3a18b174
Add Cyberpunk 2077 Support 2021-11-27 12:23:54 +08:00
Timothy Baldridge
f99f4a7538 Code cleanup and fix test running 2021-10-23 10:51:17 -06:00
Drazden
6c3775cfd4
Update GameRegistry.cs 2021-10-16 07:42:38 -04:00
Drazden
8bfd83099d
Update Game.cs 2021-10-16 07:30:44 -04:00
Drazden
e423f29924
Update Game.cs 2021-10-16 07:30:31 -04:00
Drazden
100007877e
Add Terraria/Tmodloader Support 2021-10-16 07:21:45 -04:00
Timothy Baldridge
2e6c756d6f Redux -> Wabbajack main code 2021-09-27 06:42:46 -06:00