wabbajack/Wabbajack.Common
2020-04-20 15:36:33 -06:00
..
Enums Initial one-window setup 2019-11-24 16:01:13 -06:00
Error States Enabled nullability for Wabbajack.Common 2020-04-03 18:23:13 -05:00
Extensions MO2Compiler nullability enabled 2020-04-10 13:23:23 -05:00
Http Wabbajack.Lib nullability finished up 2020-04-10 13:32:35 -05:00
KnownFolders Enabled nullability for Wabbajack.Common 2020-04-03 18:23:13 -05:00
Serialization/Json No more MessagePack, Json is love, Json is life 2020-04-06 14:48:54 -06:00
StatusFeed Enabled nullability for Wabbajack.Common 2020-04-03 18:23:13 -05:00
StoreHandlers Wabbajack.Lib nullability finished up 2020-04-10 13:32:35 -05:00
Util BSA archives are now lazily extracted. 2020-04-16 21:52:19 -06:00
app.config Updated all main projects to .NET 4.8.0 2019-11-23 16:50:09 +01:00
AsyncBlockingCollection.cs Enabled nullability for Wabbajack.Common 2020-04-03 18:23:13 -05:00
BSDiff.cs Create .metas automatically for source-from-game files. 2019-12-10 05:26:49 -07:00
ChildProcessTracker.cs code reformatting 2019-09-13 22:35:42 -06:00
CLI.cs Enabled nullability for Wabbajack.Common 2020-04-03 18:23:13 -05:00
Consts.cs Replaced VersionRegex with Version.TryParse 2020-04-16 17:31:12 +02:00
DynamicIniData.cs Fix nullable reference logic errors. 2020-04-03 22:02:53 -06:00
GameMetaData.cs Merge Master 2020-04-15 06:05:05 -06:00
Hash.cs BSA archives are now lazily extracted. 2020-04-16 21:52:19 -06:00
Json.cs BSA building is now async, status updates during compression 2020-04-20 15:36:33 -06:00
Metrics.cs Add Metrics test 2020-04-08 16:28:50 -06:00
ModListAssociationManager.cs Enabled nullability for Wabbajack.Common 2020-04-03 18:23:13 -05:00
ModListRegistry.cs add modlist metadata files 2019-10-15 17:23:14 -06:00
OctoDiff.cs BSA archives are now lazily extracted. 2020-04-16 21:52:19 -06:00
Paths.cs BSA archives are now lazily extracted. 2020-04-16 21:52:19 -06:00
ProcessHelper.cs Several ProcessStartInfo -> ProcessHelper conversions 2020-04-10 06:58:55 -06:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
SplittingStream.cs Enabled nullability for Wabbajack.Common 2020-04-03 18:23:13 -05:00
StatusFileStream.cs Enabled nullability for Wabbajack.Common 2020-04-03 18:23:13 -05:00
StatusUpdateTracker.cs Enabled nullability for Wabbajack.Common 2020-04-03 18:23:13 -05:00
Utils.cs BSA building is now async, status updates during compression 2020-04-20 15:36:33 -06:00
Wabbajack.Common.csproj Finish up the list validation tests 2020-04-08 06:43:29 -06:00
WorkQueue.cs BSA archives are now lazily extracted. 2020-04-16 21:52:19 -06:00

Wabbajack.Common

The Common part of the project name tells it all: Here you will find our Utility functions, the Constants, File Extractors and Game Handlers.