wabbajack/Wabbajack.Lib
2019-12-12 16:24:27 -07:00
..
CompilationSteps Made lots of error classes members public gets 2019-12-04 23:11:15 -06:00
Downloaders Merge branch 'master' into intervention-frontend 2019-12-10 21:49:20 -06:00
LibCefHelpers Finish up LL support. 2019-12-08 10:00:22 -07:00
ModListRegistry Rework how we download/install curated lists 2019-11-28 22:52:33 -07:00
NexusApi Merge branch 'master' into intervention-frontend 2019-12-10 21:49:20 -06:00
Properties Removed unused imports from Wabbajack.Lib 2019-11-21 15:25:56 +01:00
StatusMessages Install/Compile views display ConfirmationInterventions in CPU area 2019-12-08 18:19:36 -06:00
UI Resource loading fixes 2019-11-29 17:56:56 -06:00
Validation Use extension methods to get game metadata 2019-12-09 15:46:03 -07:00
WebAutomation Removed unused imports from Wabbajack.Lib 2019-11-21 15:25:56 +01:00
ABatchProcessor.cs Install/Compile views display ConfirmationInterventions in CPU area 2019-12-08 18:19:36 -06:00
ACompiler.cs Check archive status before compilation to reduce the chance of grabbing a file from a dead archive 2019-12-12 16:24:27 -07:00
AInstaller.cs Fix case sensitive bug with download deletion during install 2019-12-12 15:52:24 -07:00
app.config Updated all main projects to .NET 4.8.0 2019-11-23 16:50:09 +01:00
CerasConfig.cs Create .metas automatically for source-from-game files. 2019-12-10 05:26:49 -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 Created new Directives 2019-12-02 17:43:43 +01:00
IBatchProcessor.cs Removed unused imports from Wabbajack.Lib 2019-11-21 15:25:56 +01:00
MO2Compiler.cs Check archive status before compilation to reduce the chance of grabbing a file from a dead archive 2019-12-12 16:24:27 -07:00
MO2Installer.cs Merge branch 'master' into intervention-frontend 2019-12-10 21:49:20 -06:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
ReportBuilder.cs Created new Directives 2019-12-02 17:43:43 +01:00
ViewModel.cs Fixed naming in Wabbajack.Lib 2019-11-21 16:51:57 +01:00
VortexCompiler.cs Use extension methods to get game metadata 2019-12-09 15:46:03 -07:00
VortexInstaller.cs Use extension methods to get game metadata 2019-12-09 15:46:03 -07:00
Wabbajack.Lib.csproj Can now "download" archives from the game folder. This is useful if installers need to repack game files, they can source the files from the main game archive and then build a new BSA modifying/adding files as needed 2019-12-09 16:52:17 -07:00
zEditIntegration.cs Logs and exceptions as classes 2019-12-04 16:17:02 -07: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.