wabbajack/Wabbajack.Lib
2019-11-21 15:11:08 +01:00
..
CompilationSteps Rename Compiler/Installer to MO2Compiler/MO2Installer, other code cleanup as well 2019-11-17 17:17:06 -07:00
Downloaders Nexus has dirty caches, so we have to work around it 2019-11-20 22:57:48 -07:00
ModListRegistry Changed ToDescriptionString to return toString if no description is present 2019-11-18 18:06:17 +01:00
NexusApi Few bug fixes to the caching code, don't allow nulls to get into the cache. 2019-11-21 06:28:37 -07:00
Properties pull the core of Wabbajack into Wabbajack.Lib so we can reuse it in other exes 2019-10-15 21:10:34 -06:00
UI Initial settings systems 2019-11-05 21:22:38 -06:00
Validation Rework Work queue to be non-static 2019-11-16 21:16:42 -07:00
WebAutomation navigateto hangs, source does not, why? I don't know 2019-10-24 21:02:32 -06:00
ABatchProcessor.cs Set the queue size during installation based on the disk performance. Abort installation if there isn't enough disk space to perform the installation. 2019-11-20 16:39:03 -07:00
ACompiler.cs Abstract the base components of compilers/installers into a single abstract class 2019-11-17 16:48:32 -07:00
AInstaller.cs Set the queue size during installation based on the disk performance. Abort installation if there isn't enough disk space to perform the installation. 2019-11-20 16:39:03 -07:00
app.config Added Ceras NuGet Package 2019-10-27 14:55:30 +01:00
CerasConfig.cs Much simpler integration 2019-11-15 06:06:34 -07:00
css-min.css fix sanity tests 2019-10-15 21:17:27 -06:00
css.css fix sanity tests 2019-10-15 21:17:27 -06:00
Data.cs Set the queue size during installation based on the disk performance. Abort installation if there isn't enough disk space to perform the installation. 2019-11-20 16:39:03 -07:00
IBatchProcessor.cs Abstract the base components of compilers/installers into a single abstract class 2019-11-17 16:48:32 -07:00
MO2Compiler.cs Set the queue size during installation based on the disk performance. Abort installation if there isn't enough disk space to perform the installation. 2019-11-20 16:39:03 -07:00
MO2Installer.cs Set the queue size during installation based on the disk performance. Abort installation if there isn't enough disk space to perform the installation. 2019-11-20 16:39:03 -07:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
ReportBuilder.cs Rename Compiler/Installer to MO2Compiler/MO2Installer, other code cleanup as well 2019-11-17 17:17:06 -07:00
ViewModel.cs pull the core of Wabbajack into Wabbajack.Lib so we can reuse it in other exes 2019-10-15 21:10:34 -06:00
VortexCompiler.cs Abstract the base components of compilers/installers into a single abstract class 2019-11-17 16:48:32 -07:00
VortexInstaller.cs Set the queue size during installation based on the disk performance. Abort installation if there isn't enough disk space to perform the installation. 2019-11-20 16:39:03 -07:00
Wabbajack.Lib.csproj Rename Compiler/Installer to MO2Compiler/MO2Installer, other code cleanup as well 2019-11-17 17:17:06 -07:00
zEditIntegration.cs Change general _mo2Compiler back to installer to fix merges 2019-11-19 14:04:17 +01:00

Wabbajack.Lib

While Wabbajack is the front end, Wabbajack.Lib is the back end and contains all functionality from the Compilers, the Installers to our NexusAPI and Downloaders.