wabbajack/Wabbajack
Chris Bessent d2a41de104 Fix randomness of lists presented
The list of mod lists was being sorted two different times.
The second time shuffled the list and then sorted using a method
that made the list very consistently show the same order of mod
lists.  I think it was in order of most recently updated...?

Now only one sort is performed and the list is properly shuffled
each time the program is launched.
2021-02-26 23:43:41 -07:00
..
Converters ABatchProcessor nullable. ConfigureProcessor removed 2020-04-10 13:23:10 -05:00
Extensions Everything appears to build 2021-01-01 11:21:07 -07:00
Properties .NET Standard 2.1, .NET Core 3.1 2020-01-25 20:48:13 -06:00
Resources Remove Beth.NET and YT downloader, no one used them and they only sortof worked 2020-09-09 19:49:22 -06:00
Themes Style fix for sliders 2020-08-08 07:44:07 -05:00
Util Optimize the gallery image loaders 2021-02-26 17:08:05 -07:00
View Models Fix randomness of lists presented 2021-02-26 23:43:41 -07:00
Views Widen the game selection combo box 2021-02-26 23:10:35 -07:00
App.xaml .NET Standard 2.1, .NET Core 3.1 2020-01-25 20:48:13 -06:00
App.xaml.cs LoggingSettings.LogToFile 2020-09-22 16:58:48 -05: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 Reduce HDD threads option 2021-02-01 17:42:06 +11:00
Wabbajack.csproj update and clean deps 2021-02-26 17:11:26 -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.