wabbajack/Wabbajack
erri120 1ce640ba2b
Add non-Nexus mods to the Slideshow (#574)
* Created AbstractMetaState

* Added IAbstractMetaState to NexusDownloader.State

Slideshow is fully working with this setup and nothing changed
functionally.

* Renamed IAbstractMetaState to IMetaState

* Changed modVMs in SlideShow from type NexusDownloader.State to IMetaState

* Simplified IMetaState and ModVM

* Removed Setter from IMetaState and added to LoversLabDownloader

* Throw exception when the modlist could not be loaded

* Created AbstractMetaState

AbstractMetaState implements AbstractDownloadState and indicates that a
State from a specific Download contains meta information. This is used
for the Slideshow and can also be used for the Manifest.

* Created GatherMetaData function

* Implemented new AbstractMetaState for LoversLab

* Implemented new AbstractMetaState for NexusMods

* Replaced Utils.Log with Utils.Error

* Slideshow fixes

* Replaced AbstractMetaState with IMetaState

* Updated CHANGELOG

Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com>
2020-03-04 05:10:49 -07:00
..
Converters Percent struct 2020-02-07 23:45:45 -06:00
Extensions Initial basic modlist gallery filtering 2020-02-09 14:04:40 -06:00
Properties .NET Standard 2.1, .NET Core 3.1 2020-01-25 20:48:13 -06:00
Resources Created middle mouse button icon instead of read ellipse 2020-02-15 17:30:54 +01:00
Themes Basic AutoUpdater.NET added. GUI button to update 2020-02-02 01:33:12 -06:00
Util Calculate screen size using DPI aware routeins (#545) 2020-02-20 16:08:12 -07:00
View Models Add non-Nexus mods to the Slideshow (#574) 2020-03-04 05:10:49 -07:00
Views Add non-Nexus mods to the Slideshow (#574) 2020-03-04 05:10:49 -07:00
App.xaml .NET Standard 2.1, .NET Core 3.1 2020-01-25 20:48:13 -06:00
App.xaml.cs Add wabbajack-cli as part of the main Wabbajack distro, re-enable icons and splash screen. 2020-01-31 15:56:26 -07:00
FodyWeavers.xml .NET Standard 2.1, .NET Core 3.1 2020-01-25 20:48:13 -06:00
FodyWeavers.xsd .NET Standard 2.1, .NET Core 3.1 2020-01-25 20:48:13 -06:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
Settings.cs Percent struct 2020-02-07 23:45:45 -06:00
Wabbajack.csproj 1.0 release 2020-02-29 06:39:07 -07:00

Wabbajack

This is the main project of this solution. It contains only UI code like all Views and View Models as well as custom Components and Resources such as icons and images. You can consider this project to be the front end of Wabbajack.