Commit Graph

91 Commits

Author SHA1 Message Date
Matt Nadareski
73ea717f6b [SimpleSort] Allow for granular header checking in SimpleSort 2016-10-17 14:28:21 -07:00
Matt Nadareski
d6cd471999 [SabreTools, SimpleSort] Make a better system for handling flags; add handling of non-= inputs. Thanks EliUmniCk for the suggestion 2016-10-16 15:36:15 -07:00
Matt Nadareski
1a998d575c [ALL] Allow for original Dates to be written again in zipfiles 2016-10-14 17:10:28 -07:00
Matt Nadareski
53222dbedf [Logger, SimpleSort] Minor code cleanup 2016-10-09 00:38:27 -07:00
Matt Nadareski
7791bab253 [ALL] Zip64 support! And no more standard zip output! 2016-10-08 23:28:09 -07:00
Matt Nadareski
88fc3888a3 [SimpleSort] Put logging around inits 2016-10-05 20:37:51 -07:00
Matt Nadareski
9d42cdf805 [SimpleSort] Hook up datfile hanndling 2016-10-05 17:31:09 -07:00
Matt Nadareski
fec1d15a1f [SimpleSort, ALL] Consolodate ArchiveScanLevel to a single flag 2016-10-05 17:23:44 -07:00
Matt Nadareski
27cd7e89da [DatFile] Make parsing into object-based instead of static 2016-09-22 17:11:52 -07:00
Matt Nadareski
c17744984c [Logger] Have logging automatically start on Logger create 2016-09-22 16:43:38 -07:00
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
22e60c26e0 [ALL] Make Parse use the Dat as a ref
All cases where this was being used, it was being assigned back to the original datdata object. This is not necessary.
2016-09-18 21:05:48 -07:00
Matt Nadareski
bf6d45a542 [ALL] More temp standardization, naming standardization 2016-09-16 16:35:58 -07:00
Matt Nadareski
9267ecf674 [SimpleSort] Add TorrentZip flag 2016-09-16 11:55:29 -07:00
Matt Nadareski
c4cad201c0 [ZipFile, ZipFileEntry, FileTools] Move things around, make program compile again 2016-09-15 16:06:06 -07:00
Matt Nadareski
c015640bfb [SimpleSort] Fix SimpleSort naming 2016-09-14 10:33:45 -07:00
Matt Nadareski
7a08f8444b [SimpleSort, FileTools] Add undocumented TZIP WIP 2016-09-13 17:05:54 -07:00
Matt Nadareski
94d673d9fc [DatTools] Add more fields to read and write 2016-09-12 23:04:28 -07:00
Matt Nadareski
5a4e463179 [SimpleSort] Rename inits 2016-09-12 22:02:55 -07:00
Matt Nadareski
4d36d8ec59 [SimpleSort] Rename inits 2016-09-12 22:01:35 -07:00
Matt Nadareski
30c2e76bdf [SimpleSort, TGZConvert] Merge TGZConvert functionality into SimpleSort 2016-09-12 22:00:25 -07:00
Matt Nadareski
bd2141bc5c [SimpleSort] Strip SimpleSort exe 2016-09-12 21:31:16 -07:00
Matt Nadareski
ac12d7b22b [SimpleSort] Move SimpleSort object to DLL 2016-09-12 21:27:17 -07:00
Matt Nadareski
e08dd958f2 [Headerer] Add output directory for headerer 2016-09-12 17:47:16 -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
35e8e8a61b [DatTools, Style] Make output names even better 2016-09-09 15:37:15 -07:00
Matt Nadareski
02c7853361 [ALL] Update way output formats are handled 2016-09-09 15:25:37 -07:00
Matt Nadareski
77067d86a1 [SimpleSort] Remove SabreTools requirement for SimpleSort 2016-09-02 14:15:55 -07:00
Matt Nadareski
6192242d5e [ALL] Move some methods around to make more internal sense 2016-09-01 20:38:41 -07:00
Matt Nadareski
b77cdff0cc [SimpleSort] Fix equivalence 2016-08-29 20:45:20 -07:00
Matt Nadareski
2e204d9473 [Output] Fix DAT output 2016-08-29 20:34:42 -07:00
Matt Nadareski
6eb231c1d9 [SimpleSort] Output updated DAT (flag) 2016-08-29 20:27:19 -07:00
Matt Nadareski
cfdc88463a [ALL] Move things around 2016-08-29 16:55:55 -07:00
Matt Nadareski
2c6819cec4 [FileTools] Rename ArchiveTools to FileTools 2016-08-29 16:52:55 -07:00
Matt Nadareski
0b97b046c8 [ALL] Start work on restructuring based on hashes (will not compile)
This set of changes is the start of turning over to a Hash based system instead of a Rom/Dat based system. It's a long process but it will be worth it in the end.
2016-08-29 16:33:07 -07:00
Matt Nadareski
b9abd54944 [Structs] Rename File to Rom again
I'm reverting this because there might be cases where System.IO.File and SabreTools.Helper.File could be in conflict
2016-08-29 13:57:46 -07:00
Matt Nadareski
be89b8649e [Structs] Rename Dat "Roms" dict to "Files" 2016-08-29 13:52:13 -07:00
Matt Nadareski
4d621debcf [Structs] Rename Rom to File 2016-08-29 13:51:45 -07:00
Matt Nadareski
19a210562e [Structs] Rename Rom field "Game" to "Machine" 2016-08-29 13:42:27 -07:00
Matt Nadareski
5c0b5bfcbb [Structs] Add Machine struct 2016-08-29 13:41:42 -07:00
Matt Nadareski
4231cf97b9 [Structs] Add HashData struct 2016-08-29 13:05:32 -07:00
Matt Nadareski
bcfa68fb85 [ArchiveTools] Abstract out getting scan level 2016-08-29 12:23:02 -07:00
Matt Nadareski
ba91487bb6 [ALL] Add invalid input text below help as well 2016-08-26 21:14:01 -07:00
Matt Nadareski
e5f2f5db8c [SimpleSort] Add TGZ and Romba output support 2016-08-25 15:28:35 -07:00
Matt Nadareski
42148b7fc8 [SimpleSort, DatTools, DATFromDir] Add verification
This is a rather complex change that allows a very simple fixdat to be created from an input DAT and an output folder. It seems to work as intended so here's hoping that it actually does. It needs more testing, to say the least.
2016-08-24 21:19:05 -07:00
Matt Nadareski
1837c16969 [ALL] Update SharpCompress 2016-08-18 15:38:07 -07:00
Matt Nadareski
d49aeb586f [SimpleSort] Add verify flag
This is the flag that will be used eventually to verify a set in a folder. This will be a test to see if I can verify a folder to a DAT properly...
2016-08-18 14:34:29 -07:00
Matt Nadareski
4c16ce4a2d [Logger] Logging cleanup across the board 2016-07-12 10:42:29 -07:00
Matt Nadareski
7220828aee [Stats] Recorrect stats output 2016-06-29 13:19:14 -07:00
Matt Nadareski
c41c171b13 [SimpleSort, Logger] Even more versitile output 2016-06-28 21:19:12 -07:00