Commit Graph

18 Commits

Author SHA1 Message Date
Matt Nadareski
b549085c34 [ALL] Convert Dat from a struct to an object
This effectively doesn't do much for the time being since there's only one "Dat type" that's being used. Realistically, this is probably the best bet since a given DAT should not be restricted to an output type as much as an ItemType is bound to its data. This also removes the experimental classes that won't be in use for forever. More work still might need to be done but it is unknown at this point.
2016-09-19 20:08:25 -07:00
Matt Nadareski
902070c542 [ALL] Overhaul to internal system
This massive change replaces the old "Rom" struct system with a new one that have different objects for each major item type. This required a lot of work and a lot of changes and has unfortunately been untested. But this is the first step in moving away from using structs. The next major step is converting Dat over to this as well.
2016-09-19 18:04:24 -07:00
Matt Nadareski
feef34a839 [DATFromDir] Convert enumerations to lists 2016-09-16 21:22:32 -07:00
Matt Nadareski
2a6f54e8e5 [DATFromDir, SimpleSort] Only delete tempdir if it's not the default 2016-09-16 17:14:36 -07:00
Matt Nadareski
bf6d45a542 [ALL] More temp standardization, naming standardization 2016-09-16 16:35:58 -07:00
Matt Nadareski
c6c1c3de74 [DATFromDir, SimpleSort] Better temp folders 2016-09-16 16:21:11 -07:00
Matt Nadareski
566e6a8f6f [DATFromDir, SimpleSort] Make temp folders more standardized (better for parallel?) 2016-09-16 15:50:48 -07:00
Matt Nadareski
bbac7f0866 [DATFromDir] Rename DFDP to DFD since original no longer exists 2016-09-14 14:54:41 -07:00
Matt Nadareski
4cb13d473a [DatFromDir] Remove original implementation 2016-09-14 14:53:48 -07:00
Matt Nadareski
2cff1a48b1 [DATFromDir] Fix basic SuperDAT output 2016-09-14 12:16:34 -07:00
Matt Nadareski
909a01cf18 [DATFromDir] Fix malformatted output 2016-09-14 11:15:11 -07:00
Matt Nadareski
b5307b79c3 [DATFromDir] Force file order parity 2016-09-14 11:05:40 -07:00
Matt Nadareski
87f249bb0c [DATFromDir, SimpleSort] Add flags for blanks and date 2016-09-14 10:25:01 -07:00
Matt Nadareski
1dc45acca2 [ALL] Rewrite some archive handling
Remove managed writing, simplify archive to archive handling, add ability to set modification date on files if in source rom.
2016-09-13 16:04:24 -07:00
Matt Nadareski
431ba78b39 [DATFromDir] Add blanks flag 2016-09-13 13:04:06 -07:00
Matt Nadareski
883860873d [ALL] Rename OutputFormatFlag to OutputFormat
Since the original OutputFormat doesn't exist anymore, adding "Flag" to the var name isn't necessary
2016-09-09 15:51:47 -07:00
Matt Nadareski
02c7853361 [ALL] Update way output formats are handled 2016-09-09 15:25:37 -07:00
Matt Nadareski
61c79b6b59 [ALL] Move object classes to DLL 2016-09-01 23:41:19 -07:00