mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Filter Abstraction (#25)
* Add category, back filters by dictionary * Complete internal filter set * Fix AreaSize filter * Populate filter object the hard way * Manipulation flags should not be filters * None of them need to be public * Convert to partial helper method * Better method use * Field, not string; no dictionary * Add FilterTo method for later * More naming options (easier conversion) * Update README
This commit is contained in:
@@ -261,7 +261,6 @@
|
||||
Game,
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Determines the DAT deduplication type
|
||||
/// </summary>
|
||||
@@ -351,6 +350,7 @@
|
||||
NULL = 0,
|
||||
|
||||
// Generic DatItem
|
||||
ItemType,
|
||||
Name,
|
||||
PartName,
|
||||
PartInterface,
|
||||
@@ -365,6 +365,7 @@
|
||||
Year,
|
||||
Manufacturer,
|
||||
Publisher,
|
||||
Category,
|
||||
RomOf,
|
||||
CloneOf,
|
||||
SampleOf,
|
||||
|
||||
Reference in New Issue
Block a user