Commit Graph

1120 Commits

Author SHA1 Message Date
5ba0514a0e Merge pull request #228 from Noggog/vortex-front
Vortex front
2019-12-02 22:14:07 -07:00
f94fc0d414 Merge pull request #227 from erri120/steam-workshop-support
Steam workshop support
2019-12-02 22:13:55 -07:00
d609e50afb Vortex Installer implemented 2019-12-02 20:38:33 -06:00
a27268c9c1 MO2InstallerConfigView 2019-12-02 19:13:04 -06:00
7a38d3fb24 Created new SteamWorkshopDownloader and IncludeSteamWorkshopItems compilation step 2019-12-02 17:44:24 +01:00
4a3b5d8161 Created new Directives 2019-12-02 17:43:43 +01:00
f4b3ba9a72 Created GetBySteamID function for the GameRegistry 2019-12-02 17:43:05 +01:00
fb2cb28cf4 Some ISubInstallerVM work 2019-12-01 23:46:34 -06:00
5bb291a310 AInstaller ctor parameters made more picky for required input 2019-12-01 14:23:24 -06:00
57c421967d Merge pull request #224 from erri120/vortex-compiler-fixes
Assortment of Vortex Compiler fixes
2019-12-01 09:23:54 -07:00
09ca870f6a VortexCompiler can now check for non-nexus mods to add to the modlist 2019-12-01 16:08:19 +01:00
41e5660c73 Vortex Compiler cleanup 2019-12-01 15:59:08 +01:00
8fd65da191 Fixed NexusDownloader.Verify to work with non MO2 games 2019-12-01 15:54:21 +01:00
bb2b199d34 Removed description from .meta file 2019-12-01 15:54:21 +01:00
430fdb45d1 Merge pull request #223 from erri120/inno
Extract .exe with innounp
2019-12-01 07:52:47 -07:00
694a5b8f8d .exe files can be extracted with innounp after being tested 2019-12-01 14:57:28 +01:00
5bf73e637a Re-added innounp 2019-12-01 13:22:23 +01:00
fa9431b001 Join threads after aborting in work queue 20191130.8 2019-11-30 14:57:59 -07:00
1aa55fd7e6 Fix build error, bump to version beta 3 2019-11-30 14:15:55 -07:00
86733dd0f5 Merge pull request #221 from Noggog/mode-selection-browser-revamp
Mode-Selection and Browser Revamp
2019-11-30 06:09:53 -07:00
e8c5fccf01 Merge pull request #222 from erri120/steam-acf-fix
SteamHandler fixes and additions
2019-11-30 06:09:33 -07:00
a484e01451 Merge branch 'master' into mode-selection-browser-revamp 2019-11-30 06:08:49 -07:00
8bd7ffcb85 Merge pull request #220 from wabbajack-tools/fix-progress-bars
Fix progress bar updating in the Metadata VMs
2019-11-30 06:06:51 -07:00
c15ab95517 SteamHandler: added LoadWorkshopItems function 2019-11-30 12:20:26 +01:00
7d9c80aef3 SteamHandler will skip broken acf files 2019-11-30 11:31:41 +01:00
d2e5aa88d3 Modlist gallery wired up again 2019-11-30 03:21:20 -06:00
4e9f44824c Merge branch 'master' into mode-sel-progress-work 2019-11-29 18:28:56 -06:00
0d17f378f4 Pos/Size settings 2019-11-29 18:25:39 -06:00
107527311d Resource loading fixes 2019-11-29 17:56:56 -06:00
9357717291 Compilation mod button fixes 2019-11-29 17:42:00 -06:00
25e1023e40 CompilerView heat work 2019-11-29 17:36:04 -06:00
6f1d12a0e4 Fix progress bar updating in the Metadata VMs 2019-11-29 16:01:17 -07:00
aa49114264 Added subtle gradient to mode selection. Unhovered color dimmed 2019-11-29 16:46:40 -06:00
ebcb80f18f Adjusted heat and progress bar looks slightly 2019-11-29 16:46:23 -06:00
92bb46dc43 Deleted configuration input background haze 2019-11-29 16:08:11 -06:00
30c1148e9a Swapped mahapps window color to analogous 1 2019-11-29 16:07:35 -06:00
ebee179634 Merge pull request #219 from wabbajack-tools/better-modlist-selection
Rework how we download/install curated lists
2019-11-28 23:25:47 -07:00
70fead926f Rework how we download/install curated lists 2019-11-28 22:52:33 -07:00
a38a5b1503 ModeSelectionView revamped 2019-11-28 23:52:30 -06:00
86efb24ec8 Some progress heat styling work 2019-11-28 23:52:23 -06:00
5f67725ed4 Window swapped to Mahapps window 2019-11-28 23:49:44 -06:00
edcf75c28c Merge pull request #217 from wabbajack-tools/better-cpu-status
Switched CPU status into a blue-color-in-the-background style progres…
2019-11-28 12:00:03 -07:00
3ea10777e0 Switched CPU status into a blue-color-in-the-background style progress bar. Removed "CPU X" in the status, filter CPU lists to only contain non "Waiting" status 2019-11-28 10:30:19 -07:00
32acbb524a Merge pull request #215 from Noggog/log-display-crash-fix
Removed .Top() call in log display systems
2019-11-27 10:15:29 -07:00
5c62038341 Removed .Top() call in log display systems
The virtualization systems invoked by the Top() call seem to have a bug in them when handling duplicate entries (at least on the list-side).  Removing it until it can be investigated further and fixed.
2019-11-26 20:34:22 -06:00
23a2f5e50f Merge pull request #212 from wabbajack-tools/better-progress-bars
Macro-level progress bar updates.
2019-11-24 17:22:30 -07:00
d072f7edc7 Merge pull request #211 from Noggog/one-window
One Window.  Few other improvements
2019-11-24 17:11:42 -07:00
9bb6e73fa5 Reversal of safety check added to AInstaller.LoadFromFile
Just does the check in the VM before calling it
2019-11-24 18:03:33 -06:00
833213e8f4 Readded start from .wabbajack logic to navigate to installer 2019-11-24 17:48:39 -06:00
da75aca5ca Compiler/Installer back buttons 2019-11-24 17:42:28 -06:00