wabbajack/Wabbajack.Lib
Timothy Baldridge 5661c20f1d WIP
2020-01-09 16:19:07 -07:00
..
CompilationSteps Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
Downloaders Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
Exceptions Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
Extensions Fixes for progress bars starting at 100% 2019-12-17 21:10:38 -06:00
LibCefHelpers Fix tests (except the media fire downloader) 2020-01-02 17:36:37 -07:00
ModListRegistry WIP 2020-01-09 16:19:07 -07:00
NexusApi WIP 2020-01-09 16:19:07 -07:00
StatusMessages Moved messagebox code into user interventions, moved FilePicker VMs into Wabbajack (from Wabbajack.Lib) 2020-01-07 06:03:46 -07:00
Validation Merge branch 'master' into async-exploration 2019-12-12 19:49:40 -06:00
WebAutomation Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
ABatchProcessor.cs Merge branch 'master' into async-exploration 2019-12-12 19:49:40 -06:00
ACompiler.cs Implement Ceras breaking change & update deps (to get it to compile) 2020-01-03 20:56:20 -07:00
AInstaller.cs Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
app.config Updated all main projects to .NET 4.8.0 2019-11-23 16:50:09 +01:00
CerasConfig.cs Added DeadlyStream and VectorPlexus to Ceras, KnownSubTypes and Downloaders 2020-01-06 16:08:54 +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 Clone the modlist so we don't delete everything on a re-install 2020-01-05 21:35:12 -07:00
FodyWeavers.xml Clean up some references try to get tests to work 2019-12-26 17:41:33 -07:00
FodyWeavers.xsd Clean up some references try to get tests to work 2019-12-26 17:41:33 -07:00
IBatchProcessor.cs Removed some Shutdown/Terminate functions in favor of Dispose 2019-12-06 20:04:42 -06:00
MO2Compiler.cs If game folder files exist, ignore the game folder 2020-01-06 22:23:59 -07:00
MO2Installer.cs Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
ReportBuilder.cs Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
SystemParameters.cs Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
ViewModel.cs Fixed naming in Wabbajack.Lib 2019-11-21 16:51:57 +01:00
VortexCompiler.cs Added WABBAJACK_INCLUDE tagged mods to VortexCompiler 2020-01-08 17:22:00 +01:00
VortexInstaller.cs Wabbajack.Lib is now .NET Standard 2.0 2020-01-07 06:50:11 -07:00
Wabbajack.Lib.csproj Embed css files 2020-01-07 07:20:36 -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.