[DatFile] Add "against" diffing

This is the same diffing that is used by Romba to output its diffs. It is currently untested. Basically, this will take a set of base DATs as an input, and then diffs all of the individual DATs against that combined base and then outputs accordingly.
This commit is contained in:
Matt Nadareski
2017-06-01 11:19:54 -07:00
parent b29a882743
commit 47ce3999c6
7 changed files with 408 additions and 199 deletions

View File

@@ -236,6 +236,9 @@ namespace SabreTools.Library.Data
// Cascaded diffs
Cascade = Individuals << 1,
ReverseCascade = Cascade << 1,
// Base diffs
Against = ReverseCascade << 1,
}
/// <summary>