Commit Graph

37 Commits

Author SHA1 Message Date
Matt Nadareski
cec9a1c343 [RombaSharp] Only needed we don't know if the zips themselves are the match, so check both 2016-10-19 13:30:20 -07:00
Matt Nadareski
a2c485e1f8 [RombaSharp] Only look inside of archives for scans 2016-10-19 13:21:43 -07:00
Matt Nadareski
d1697bbef8 [RombaSharp] Progress commit with a bunch of things 2016-10-19 10:47:23 -07:00
Matt Nadareski
ca1d23a136 [RombaSharp] Need all information from incoming files 2016-10-17 15:34:08 -07:00
Matt Nadareski
d433e81d60 [RombaSharp] Use quick scanning to use tgz info 2016-10-17 14:40:10 -07:00
Matt Nadareski
73ea717f6b [SimpleSort] Allow for granular header checking in SimpleSort 2016-10-17 14:28:21 -07:00
Matt Nadareski
782217da69 [RombaSharp] Add rescan, fix a couple pieces 2016-10-17 11:13:43 -07:00
Matt Nadareski
6de1c64371 [RombaSharp] Recreate lost KV stuff 2016-10-17 11:04:07 -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
cbbab3518c [RombaSharp] Implement database based directly on Romba KV implementation 2016-10-14 14:04:15 -07:00
Matt Nadareski
b9e0f2caf9 [RombaSharp] Create copy flag 2016-10-12 15:40:06 -07:00
Matt Nadareski
ff769ba689 [RombaSharp] Write code for "build" 2016-10-12 14:40:21 -07:00
Matt Nadareski
1381d50125 [RombaSharp] Romba db fixes 2016-10-10 13:14:35 -07:00
Matt Nadareski
11070aac21 [RombaSharp] Change temp dir 2016-10-10 11:28:27 -07:00
Matt Nadareski
b990c9dd13 [RombaSharp] More RombaSharp updates; add Archive 2016-10-10 10:51:19 -07:00
Matt Nadareski
8587e75ea3 [RombaSharp] Add code for Lookup 2016-10-09 22:30:19 -07:00
Matt Nadareski
d8ff7f7943 [Skipper] Rearrange Skipper methods without changing logic 2016-10-03 21:16:59 -07:00
Matt Nadareski
ccb063c74e [ALL] Rename a few things; fix GetSingleStreamInfo; add headerless DFD 2016-10-03 15:05:07 -07:00
Matt Nadareski
6aa29f8fae [ALL] Rename a few things 2016-09-30 12:15:36 -07:00
Matt Nadareski
356032f561 [DatFile] More instance methods, MORE! 2016-09-22 18:15:02 -07:00
Matt Nadareski
d9bc125e4a [DatFile] Move DFD features to DatFile; make writing object-based 2016-09-22 17:46:21 -07:00
Matt Nadareski
c17744984c [Logger] Have logging automatically start on Logger create 2016-09-22 16:43:38 -07:00
Matt Nadareski
bd049f12ec [DATFromDir] Add copy files flag
This flag forces files to be copied to the temporary directory before being parsed. This can decrease the parsing time if the temp directory is on an SSD.
2016-09-21 21:16:53 -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
bf6d45a542 [ALL] More temp standardization, naming standardization 2016-09-16 16:35:58 -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
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
376c178fc5 [RombaSharp] Add implementation comments 2016-09-08 17:52:02 -07:00
Matt Nadareski
9f2d0e10bc [RombaSharp] Get more skeleton methods started 2016-09-08 17:42:53 -07:00
Matt Nadareski
e0bd821da9 [RombaSharp] Implement dir2dat option 2016-09-02 14:13:44 -07:00
Matt Nadareski
223755843c [RombaSharp] Create all skeleton methods 2016-09-02 14:08:34 -07:00
Matt Nadareski
aca3588a3d [RombaSharp] Pattern structure off SabreTools 2016-09-02 13:59:25 -07:00