Commit Graph

19 Commits

Author SHA1 Message Date
Matt Nadareski
b37aed389e Add nullable context to SabreTools.DatItems
This change also starts migrating the internals of the DatItem formats to the new internal models. Right now, it's basically just acting like a wrapper around those models.
2023-08-14 13:17:51 -04:00
Matt Nadareski
7c6945fe09 Reorganize and add comments to MachineField 2023-04-20 16:30:00 -04:00
Matt Nadareski
b285ecf66d Reorganize and add comments to DatItemField 2023-04-20 15:57:39 -04:00
Matt Nadareski
1f601dfa3f Update enum handling, part 1 2023-04-20 10:34:37 -04:00
Matt Nadareski
e8f543ff62 Add 4 missing fields to Archive 2023-04-07 15:47:24 -04:00
Matt Nadareski
bd951b46b5 Fix build 2023-04-07 15:13:19 -04:00
Matt Nadareski
c6c0b0ce8b Add db export Archive fields 2023-04-07 14:34:49 -04:00
Matt Nadareski
cf1a8122b1 Add No-Intro cloneofid tag 2023-04-03 11:57:06 -04:00
Matt Nadareski
dc79249d61 Add No-Intro MIA support 2023-03-26 22:03:29 -04:00
Matt Nadareski
2681e4a997 Add No-Intro ID support 2023-03-26 21:47:17 -04:00
Matt Nadareski
7e3c04e8a2 Update SoftwareList with new fields 2022-11-03 11:44:29 -07:00
Matt Nadareski
b0dba93134 Update Driver with new fields 2022-11-03 11:37:55 -07:00
Matt Nadareski
72700337ad Add new Archive.org fields to filtering 2021-07-19 11:17:29 -07:00
Matt Nadareski
6f2252f804 Better skipping for removal code 2021-02-03 09:27:14 -08:00
Matt Nadareski
c54b35db92 DatItem formats to own sub-namespace 2021-02-02 10:23:43 -08:00
Matt Nadareski
c8c38228e3 Clean up usings 2021-02-01 12:13:58 -08:00
Matt Nadareski
a82b7ccab8 Remover code to own class
This was the last of the major bits of code that was technically distinct from Cleaning. This means that each of the bits of functionality that used to all be in Cleaner are split out into their approrpriate classes.
2021-02-01 12:11:32 -08:00
Matt Nadareski
69010dea7f Split Modification class functionality
This had the potential to cause a lot of issues the way it was. Moving the actual functionality for cleaning, filtering, and applying extras to their appropriate classes allows for less redirection when calling into the code. Modification as a class was essentially a shell around things that should have just been a single call.
2021-02-01 11:43:38 -08:00
Matt Nadareski
24eacc303a Field removal to their own classes 2021-01-29 22:54:16 -08:00