wabbajack/Wabbajack.Lib
2019-12-23 16:28:47 -07:00
..
CompilationSteps RawSourceFile takes path in ctor 2019-12-22 16:03:20 -06:00
Downloaders Fix bug in verify with HTTPdownloader 2019-12-22 21:24:40 -07:00
Extensions Fixes for progress bars starting at 100% 2019-12-17 21:10:38 -06:00
LibCefHelpers LibCef extraction init awaits and improvements 2019-12-18 19:09:45 -06:00
ModListRegistry UI wasn't prompting for a new download when the list was updated 2019-12-17 21:30:36 -07:00
NexusApi Merge pull request #303 from Noggog/bugs-n-features 2019-12-22 13:57:43 -08: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 ModVM and ModListVM utilize UIUtils to create images. Null fix 2019-12-15 13:09:07 -06:00
Validation Merge branch 'master' into async-exploration 2019-12-12 19:49:40 -06:00
WebAutomation Removed unused imports from Wabbajack.Lib 2019-11-21 15:25:56 +01:00
ABatchProcessor.cs Merge branch 'master' into async-exploration 2019-12-12 19:49:40 -06:00
ACompiler.cs Prep for beta 10 2019-12-23 10:29:28 -07:00
AInstaller.cs Make file copying parallel during compilation 2019-12-23 16:28:47 -07:00
app.config Updated all main projects to .NET 4.8.0 2019-11-23 16:50:09 +01:00
CerasConfig.cs Prep for beta 10 2019-12-23 10:29:28 -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 Prep for beta 10 2019-12-23 10:29:28 -07:00
FodyWeavers.xml FilePickerVM unit tests, better filter enforcement 2019-12-14 14:11:39 -06:00
FodyWeavers.xsd FilePickerVM unit tests, better filter enforcement 2019-12-14 14:11:39 -06:00
IBatchProcessor.cs Removed some Shutdown/Terminate functions in favor of Dispose 2019-12-06 20:04:42 -06:00
MO2Compiler.cs Adjusted nomatch printing 2019-12-22 18:03:36 -06:00
MO2Installer.cs Merge pull request #303 from Noggog/bugs-n-features 2019-12-22 13:57:43 -08:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
ReportBuilder.cs Updated ReportBuilder to better reflect SteamWorkshop Items 2019-12-17 17:24:15 +01:00
ViewModel.cs Fixed naming in Wabbajack.Lib 2019-11-21 16:51:57 +01:00
VortexCompiler.cs RawSourceFile takes path in ctor 2019-12-22 16:03:20 -06:00
VortexInstaller.cs Deployment files are now included correctly 2019-12-18 15:25:43 +01:00
Wabbajack.Lib.csproj WIP 2019-12-20 13:51:10 -07:00
zEditIntegration.cs Large swap to make WorkQueue able to take Task work items 2019-12-06 22:47:49 -06: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.