Commit Graph

28 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
6879d5a2d5 [SimpleSort] Add slightly more code for new method 2016-09-19 10:49:25 -07:00
Matt Nadareski
7f08c80341 [SimpleSort] Bring stability improvements to SimpleSort and the classes/methods it relies on 2016-09-18 12:29:33 -07:00
Matt Nadareski
4f43aecea2 [SimpleSort] Remove note 2016-09-17 23:58:18 -07:00
Matt Nadareski
92b2ba07d5 [SimpleSort] More comments, more code 2016-09-17 22:47:44 -07:00
Matt Nadareski
9abf97b88a [SimpleSort] Add note about find/bucket 2016-09-17 18:36:41 -07:00
Matt Nadareski
49027e4a50 [SimpleSort] Make sure memory stream is disposed 2016-09-17 18:25:05 -07:00
Matt Nadareski
92330940f7 [SimpleSort] Make sorting more traditional 2016-09-17 18:23:15 -07:00
Matt Nadareski
25e521d50d [SimpleSort] Add header-skipper checks to new method 2016-09-17 18:20:41 -07:00
Matt Nadareski
df3bc65cf8 [SimpleSort] Create mini regions for code blocks 2016-09-17 18:03:55 -07:00
Matt Nadareski
aabb44fb33 [SimpleSort] Start adding better rebuild code 2016-09-17 18:00:18 -07:00
Matt Nadareski
976fd408ad [SimpleSort] Remove part of comment 2016-09-17 17:31:08 -07:00
Matt Nadareski
e395ad2301 [SimpleSort] Add note 2016-09-17 17:15:08 -07:00
Matt Nadareski
9b9c20e000 [SimpleSort] Even better temp folders?! 2016-09-16 18:02:56 -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
9267ecf674 [SimpleSort] Add TorrentZip flag 2016-09-16 11:55:29 -07:00
Matt Nadareski
c69dddbc26 [FileTools, SimpleSort, ZipFile/Entry] TorrentZip works! Mostly!
Writing to torrentzip works but for some reason the compressed streams are not being generated at the correct size. This is odd and seems to only affect newly added files and not ones copied from other archives. Also, found some glaring flaws in the headered output that explains why I was having issues previously. Typos D=
2016-09-16 11:37:55 -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
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
bb53d3c3eb [ALL] Code cleanup, merge DFD and DFDP flags 2016-09-13 12:40:09 -07:00
Matt Nadareski
30c2e76bdf [SimpleSort, TGZConvert] Merge TGZConvert functionality into SimpleSort 2016-09-12 22:00:25 -07:00
Matt Nadareski
ac12d7b22b [SimpleSort] Move SimpleSort object to DLL 2016-09-12 21:27:17 -07:00