wabbajack/Wabbajack.Lib
2020-01-05 17:21:05 -07:00
..
CompilationSteps Replaced old Steam/GOG Handlers with the new StoreHandler system 2020-01-03 18:22:50 +01:00
Downloaders Implement VectorPlexus support as a downloader, abstracted common IPS4 data behind an abstract class. 2020-01-05 17:21:05 -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 UI wasn't prompting for a new download when the list was updated 2019-12-17 21:30:36 -07:00
NexusApi TCS cancellations in downloaders now call TrySetCancelled 2020-01-04 19:33:00 -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 Adjusted some rx thread switches 2019-12-27 14:09:07 -06:00
Validation Merge branch 'master' into async-exploration 2019-12-12 19:49:40 -06:00
WebAutomation Clean up some references try to get tests to work 2019-12-26 17:41:33 -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 Delete empty folders after install. Ends up being a bit tricky because folders might exist that weren't part of the original list. So we have to find all the folders, and then find the ones that aren't part of the folders to be created by the installer, and we delete those folders. 2020-01-04 22:07:00 -07:00
app.config Updated all main projects to .NET 4.8.0 2019-11-23 16:50:09 +01:00
CerasConfig.cs Implement Ceras breaking change & update deps (to get it to compile) 2020-01-03 20:56:20 -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 Implement Ceras breaking change & update deps (to get it to compile) 2020-01-03 20:56:20 -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 Compilers will include Reason when for no match in output 2020-01-04 19:18:26 +01:00
MO2Installer.cs Added null check to two dimensional array 2020-01-04 11:25:53 +01: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 Compilers will include Reason when for no match in output 2020-01-04 19:18:26 +01:00
VortexInstaller.cs Replaced old Steam/GOG Handlers with the new StoreHandler system 2020-01-03 18:22:50 +01:00
Wabbajack.Lib.csproj Implement VectorPlexus support as a downloader, abstracted common IPS4 data behind an abstract class. 2020-01-05 17:21:05 -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.