wabbajack/Wabbajack.Lib
2019-11-21 14:32:58 -07:00
..
CompilationSteps Better selection of patch file sources 2019-11-21 14:32:58 -07:00
Downloaders Fixed naming in Wabbajack.Lib 2019-11-21 16:51:57 +01:00
ModListRegistry Simplified names in BSA2Reader nad ModListMetadata 2019-11-21 16:06:17 +01:00
NexusApi Removed unused imports from Wabbajack.Lib 2019-11-21 15:25:56 +01:00
Properties Removed unused imports from Wabbajack.Lib 2019-11-21 15:25:56 +01:00
UI Removed unused imports from Wabbajack.Lib 2019-11-21 15:25:56 +01:00
Validation Rework Work queue to be non-static 2019-11-16 21:16:42 -07:00
WebAutomation Removed unused imports from Wabbajack.Lib 2019-11-21 15:25:56 +01:00
ABatchProcessor.cs Removed unused imports from Wabbajack.Lib 2019-11-21 15:25:56 +01: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 Removed unused imports from Wabbajack.Lib 2019-11-21 15:25:56 +01: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 Removed unused imports from Wabbajack.Lib 2019-11-21 15:25:56 +01:00
MO2Compiler.cs Better selection of patch file sources 2019-11-21 14:32:58 -07:00
MO2Installer.cs Fixed naming in Wabbajack.Lib 2019-11-21 16:51:57 +01:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
ReportBuilder.cs Fixed naming in Wabbajack.Lib 2019-11-21 16:51:57 +01:00
ViewModel.cs Fixed naming in Wabbajack.Lib 2019-11-21 16:51:57 +01:00
VortexCompiler.cs Removed unused imports from Wabbajack.Lib 2019-11-21 15:25:56 +01:00
VortexInstaller.cs Removed unused imports from Wabbajack.Lib 2019-11-21 15:25:56 +01: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.