Commit Graph

47 Commits

Author SHA1 Message Date
Matt Nadareski
2d903e9dc8 [FileTools] Remove legacy skipper information from Headerer and replace with new system 2016-09-22 21:32:06 -07:00
Matt Nadareski
1db04406c3 [ALL] Remove Hash struct
This is a bit controversial, even for me, but for the time being, we need to tie very specific information to each type of item. That means that a Rom and a Disk, though they both have hashes, they have different hashes. I'm going to see how this plays out for the time being.
2016-09-19 20:36:12 -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
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
cc1e21964c [Structs] Remove unused structs (NOT WORKING) 2016-09-15 16:03:13 -07:00
Matt Nadareski
8eb7953a70 [FileTools] Fix TZIP out 2016-09-14 17:07:00 -07:00
Matt Nadareski
4eedc00a93 [Structs] Add Data field to ZAES 2016-09-13 22:53:56 -07:00
Matt Nadareski
7fc6344997 [Enums, Flags, Structs, FileTools] Add more archive stuff 2016-09-13 22:12:19 -07:00
Matt Nadareski
7550b38024 [FileTools] Get Zip/TZip work done up to this point committed 2016-09-13 21:36:45 -07:00
Matt Nadareski
35160ecf6e [DatTools] Add even more things to read 2016-09-13 10:48:45 -07:00
Matt Nadareski
225a889840 [Structs] Make sure RemExt is copied 2016-09-12 14:57:51 -07:00
Matt Nadareski
254495c5fc [DatTools] Add remove extension to missfile
This change also makes PopulateUserDataParallel default for now.
2016-09-12 14:52:46 -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
b77cdff0cc [SimpleSort] Fix equivalence 2016-08-29 20:45:20 -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
23634d0d58 [SabreTools, Output] Add CSV output mode 2016-08-23 15:18:37 -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
4c16ce4a2d [Logger] Logging cleanup across the board 2016-07-12 10:42:29 -07:00
Matt Nadareski
9970d5e90c [Structs] Allow DAT header data to be cloned 2016-06-20 14:45:20 -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
Matt Nadareski
0af0b420d1 [Structs] Add two new structs for logical data management 2016-06-16 17:17:29 -07:00
Matt Nadareski
d0e9dc9282 [Structs] Reintroduce just System and Source 2016-06-16 17:06:38 -07:00
Matt Nadareski
ebeaa25ea6 [Structs] Simplify RomData struct 2016-06-16 17:04:13 -07:00
Matt Nadareski
aac8d5a351 [Structs] Fix RomData compare, add RomData equality 2016-06-16 10:52:31 -07:00
Matt Nadareski
d58b67f124 [Structs] Make RomData comparable 2016-06-16 10:48:12 -07:00
Matt Nadareski
1894b0cfc0 [Structs] Make RomData comparable 2016-06-16 10:42:35 -07:00
Matt Nadareski
4c7942e46e [ALL] Move to new folders to reflect names 2016-06-12 20:20:50 -07:00