Commit Graph

63 Commits

Author SHA1 Message Date
Matt Nadareski
e9d18f95b1 [Build] Enable intermittent help text 2016-08-29 17:47:25 -07:00
Matt Nadareski
4e82b63ea6 [ALL] More work on conversion 2016-08-29 16:48:36 -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
a5dae7e693 [Structs] Add new structs for future use 2016-08-29 14:43:31 -07:00
Matt Nadareski
5bea65e9a3 [Structs, RomTools] Move Rom comparison to struct 2016-08-29 14:08:10 -07:00
Matt Nadareski
e38950ee7a [Structs] Add TorrentZip field to Machine 2016-08-29 14:01: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
3f463a1cf5 [Structs] Rename TSV field to XSV 2016-08-29 13:54:53 -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
638ba055eb [Structs, Enums] Add ItemType enum 2016-08-29 13:50:55 -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
833231bddc [Structs] Make equals make more sense for HashData 2016-08-29 13:23:47 -07:00
Matt Nadareski
3d4288feae [Structs] Implement Equatable 2016-08-29 13:13:00 -07:00
Matt Nadareski
4231cf97b9 [Structs] Add HashData struct 2016-08-29 13:05:32 -07:00
Matt Nadareski
220b898c83 [Structs] Add GameDescription to Rom 2016-08-29 12:02:25 -07:00
Matt Nadareski
9d8c012317 [Constants] Make file headers constants 2016-08-29 11:52:11 -07:00
Matt Nadareski
77ef7a4ccc [Build] Account for variable width 2016-08-28 21:04:00 -07:00
Matt Nadareski
52fa48fad2 [Build] Attempt usage of Resource files 2016-08-27 21:57:30 -07:00
Matt Nadareski
873d4b9345 [Build] Add flags to help text 2016-08-26 12:15:32 -07:00
Matt Nadareski
81f35c433d [Enums] Add flag for difftypes 2016-08-26 11:52:51 -07:00
Matt Nadareski
f40adfb88f [ALL] Feature freeze and version bump 2016-08-26 10:07:01 -07:00
Matt Nadareski
e5f2f5db8c [SimpleSort] Add TGZ and Romba output support 2016-08-25 15:28:35 -07:00
Matt Nadareski
0a558ed7e1 [TGZTest, Build] Fix scanning levels; help; add catches 2016-08-25 11:36:14 -07:00
Matt Nadareski
fc4a676f52 [TGZTest, Build] Add archive and temp folder options 2016-08-25 10:59:24 -07:00
Matt Nadareski
c29fa008b5 [Build] Add help text for TGZTest; add logging 2016-08-25 10:36:15 -07:00
Matt Nadareski
278f9c7924 [Build] Update help with postfix example 2016-08-23 16:37:39 -07:00
Matt Nadareski
23634d0d58 [SabreTools, Output] Add CSV output mode 2016-08-23 15:18:37 -07:00
Matt Nadareski
90eca58e46 [DATFromDir] Fix filename as filename and update description flag in help 2016-08-18 16:42:47 -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
e4deb679a3 [DatTools] Add reverse cascade
Add reverse cascaded diffing. Essentially this just reverses the list of input files so that the last file is treated as the first and so on. Has not been tested.
2016-08-11 11:03:32 -07:00
Matt Nadareski
304af7d3b1 [DatTools] Add skip for first cascade diff output
Flag enables first output DAT to skip output for instances where the first DAT is always known or is very large
2016-08-11 10:49:35 -07:00
Matt Nadareski
288e94d932 [Structs] Add RootDir to clone 2016-07-25 11:40:00 -07:00
Matt Nadareski
3f02cddefe [SabreTools] Add rootdir output and read 2016-07-25 10:19:20 -07:00
Matt Nadareski
306572dc9e [SabreTools, DatTools] Add external flag for software list name usage 2016-07-12 11:03:02 -07:00
Matt Nadareski
d2f50c60f6 [DatTools] Add preliminary flag for using SL rom names 2016-07-12 10:42:54 -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
db6e519977 [SimpleSort] Add directory output as string 2016-06-21 13:41:18 -07:00
Matt Nadareski
27afa47c00 [SabreTools] Merge TrimMerge into Update 2016-06-20 16:01:17 -07:00
Matt Nadareski
f5ebbb98dd [DatTools, RomTools] Create method for cleaning file hashes 2016-06-20 15:43:08 -07:00
Matt Nadareski
8430b8de59 [DatTools] Allow filtering of merged data 2016-06-20 15:28:15 -07:00
Matt Nadareski
9970d5e90c [Structs] Allow DAT header data to be cloned 2016-06-20 14:45:20 -07:00
Matt Nadareski
1e95a3515e [ArchiveTools, SimpleSort] Add magic number matching, make archive scanning more accurate 2016-06-17 20:03:07 -07:00
Matt Nadareski
8143c80be1 [Mappings, Skippers] Separate out old Remapping class
All things that have to do with DAT mappings are in Mappings now and eveything having to do with header skippers are in Skippers now. Also, Skippers got proper implementations of matching a file to a rule and applying a rule to a file.
2016-06-17 01:22:22 -07:00
Matt Nadareski
1b9feb8ea4 [ALL] Mappings and pathing updates 2016-06-16 22:17:58 -07:00
Matt Nadareski
31c5292c8e [Enums, Structs] Add proper header skip parts 2016-06-16 19:36:05 -07:00
Matt Nadareski
e07258a970 [ALL] RomData becomes Rom, DatData becomes Dat 2016-06-16 18:57:34 -07:00
Matt Nadareski
588a484e33 [Structs] Create different, single struct 2016-06-16 17:27:32 -07:00