wabbajack/Wabbajack.Lib
Timothy Baldridge 69fcc0cdc4 Version 2.1.0.0
2020-07-02 13:51:57 -06:00
..
AuthorApi ClientFactory moved to Wabbajack.Lib 2020-06-26 12:08:30 -05:00
CompilationSteps Merge pull request #937 from wabbajack-tools/ignore-saves 2020-07-01 07:06:22 -07:00
Downloaders Added some missing awaits 2020-06-26 12:54:44 -05:00
Extensions Whole app now useses Async IO exclusively 2020-05-25 11:34:25 -06:00
FileUploader ClientFactory moved to Wabbajack.Lib 2020-06-26 12:08:30 -05:00
Http ClientFactory moved to Wabbajack.Lib 2020-06-26 12:08:30 -05:00
LibCefHelpers ClientFactory moved to Wabbajack.Lib 2020-06-26 12:08:30 -05:00
ModListRegistry ClientFactory moved to Wabbajack.Lib 2020-06-26 12:08:30 -05:00
NexusApi ClientFactory moved to Wabbajack.Lib 2020-06-26 12:08:30 -05:00
StatusMessages ClientFactory moved to Wabbajack.Lib 2020-06-26 12:08:30 -05:00
Tasks Fix enderal Game ids, fixes for game file indexing, fixes for bad metrics reporting (lagged by a day). 2020-05-05 14:59:47 -06:00
Validation ClientFactory moved to Wabbajack.Lib 2020-06-26 12:08:30 -05:00
WebAutomation Merge pull request #889 from wabbajack-tools/clear-cef-cookies-button 2020-05-30 05:16:26 -07:00
ABatchProcessor.cs Run disk benchmark longer, calculate thread useage in a slightly better way 2020-05-30 07:32:00 -06:00
ACompiler.cs And priority to how game files are resolved 2020-06-20 17:10:43 -06:00
AInstaller.cs Don't delete profile specific saves, don't include profile specific saves 2020-06-30 21:46:26 -06:00
app.config Updated all main projects to .NET 4.8.0 2019-11-23 16:50:09 +01:00
ClientAPI.cs ClientFactory moved to Wabbajack.Lib 2020-06-26 12:08:30 -05:00
concrt140.dll Including missing files for libcef 2020-03-23 14:57:59 -06:00
Data.cs Consider all possible binary patches and select the smallest 2020-06-30 17:09:59 -06: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 Wabbajack.Lib nullability finished up 2020-04-10 13:32:35 -05:00
Manifest.cs Added InlineFile Directives to the manifest 2020-06-13 20:32:30 +02:00
Metrics.cs ClientFactory moved to Wabbajack.Lib 2020-06-26 12:08:30 -05:00
MO2Compiler.cs Don't delete profile specific saves, don't include profile specific saves 2020-06-30 21:46:26 -06:00
MO2Installer.cs Version 2.0.6.2 2020-06-14 07:13:29 -06:00
msvcp140.dll Including missing files for libcef 2020-03-23 14:57:59 -06:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
SystemParameters.cs Wabbajack.Lib nullability finished up 2020-04-10 13:32:35 -05:00
vccorlib140.dll Including missing files for libcef 2020-03-23 14:57:59 -06:00
vcruntime140.dll Including missing files for libcef 2020-03-23 14:57:59 -06:00
ViewModel.cs Wabbajack.Lib nullability finished up 2020-04-10 13:32:35 -05:00
Wabbajack.Lib.csproj Version 2.1.0.0 2020-07-02 13:51:57 -06:00
zEditIntegration.cs Don't delete profile specific saves, don't include profile specific saves 2020-06-30 21:46:26 -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.