wabbajack/Wabbajack.Lib
Justin Swanson 3f7d68b4a1 Reverted HTTPDownloader to be sync, until side effects can be researched
Was causing download failures, for some unknown reasons
2019-12-15 18:48:12 -06:00
..
CompilationSteps Large swap to make WorkQueue able to take Task work items 2019-12-06 22:47:49 -06:00
Downloaders Reverted HTTPDownloader to be sync, until side effects can be researched 2019-12-15 18:48:12 -06:00
Extensions FilePickerVM unit tests, better filter enforcement 2019-12-14 14:11:39 -06:00
LibCefHelpers Finish up LL support. 2019-12-08 10:00:22 -07:00
ModListRegistry Filter gallery by valid lists pulled from the validation service. 2019-12-15 14:52:12 -07:00
NexusApi Integrated list validation into the caching HTTP server. 2019-12-13 22:46:20 -07: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 Fix the broken tests 2019-12-13 06:02:58 -07:00
AInstaller.cs Merge branch 'master' into async-exploration 2019-12-12 19:49:40 -06:00
app.config Updated all main projects to .NET 4.8.0 2019-11-23 16:50:09 +01:00
CerasConfig.cs Re-added manual files 2019-12-14 12:10:22 +01: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
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 Fix the broken tests 2019-12-13 06:02:58 -07:00
MO2Installer.cs Fix metrics 2019-12-14 22:04:02 -07:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
ReportBuilder.cs Revert "Vortex Redone" 2019-12-14 10:30:52 -07:00
ViewModel.cs Fixed naming in Wabbajack.Lib 2019-11-21 16:51:57 +01:00
VortexCompiler.cs Fixed manual game file detection for files within archive within an archive 2019-12-15 12:44:20 +01:00
VortexInstaller.cs Fix metrics 2019-12-14 22:04:02 -07:00
Wabbajack.Lib.csproj FilePickerVM unit tests, better filter enforcement 2019-12-14 14:11:39 -06: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.