Commit Graph

27 Commits

Author SHA1 Message Date
Matt Nadareski
66795c8b18 Create Constants class and consolodate 2016-05-22 13:15:13 -07:00
Matt Nadareski
235d43dc8b Shouldn't have to expicitly define an empty dictionary for parse.
Addendum to this fix is adding a Nodump output for HashSplit
2016-05-21 00:45:56 -07:00
Matt Nadareski
e3595ea384 More code cleanup
This change comprises of multiple smaller changes:
- Convert all WriteToDat to WriteToDatFromDict, including MissFile
- Change obsolete Import to use updated ParseDict
- Remove all references to Parse
- Rename all references to "Dict" specific code to shorter names
- Remove more unused methods rendered obsolete by other changes
2016-05-16 21:52:49 -07:00
Matt Nadareski
d2e96a8f24 Use DatData for everything; read header elements
Reading the header elements will come in handy for when built-in parse and generate code will take care of converting from any format to any format.
2016-05-16 14:28:23 -07:00
Matt Nadareski
d5b5a9a30b More changes using DatData objects 2016-05-16 13:42:21 -07:00
Matt Nadareski
ff48cddc9a Create a more extensible system for DAT creation for future additions 2016-05-15 14:34:06 -07:00
Matt Nadareski
970331c2b2 Missed a place where dupe was being used 2016-05-10 21:03:41 -07:00
Matt Nadareski
1800ac6750 Logging overhaul!
This change brings about a few changes:
1) A new LogLevel called "User" that is used for non-verbose, non-error output
2) Only User and Error are output to console now, not all of them
3) All programs have log to file enabled by default and all flags for enabling logging have been removed
4) Some former Verbose statements have been converted over to User because of the shift in usage.
2016-05-10 15:41:33 -07:00
Matt Nadareski
e7ede7cca2 Even more fun with zero-byte files 2016-05-06 13:12:00 -07:00
Matt Nadareski
4e3e3f950c Add experimental DATabaseTwo and update 64-bit
DATabaseTwo is a standalone version of what will be replacing "Import" and "Generate" and thus eliminating the need for a complex import and export process. Custom DATs can be cared by Dir2DAT features and merging so there is no use to have advanced DB features. The new database, dats..sqlite, is a much lighter version, only holding the DAT information, systems, and sources.
2016-05-05 10:13:57 -07:00
Matt Nadareski
a074dd001c Have to make everything similar for inputs and flags 2016-05-04 15:09:31 -07:00
Matt Nadareski
231b576490 Make inputs explicit for OfflineMerge 2016-05-04 14:43:40 -07:00
Matt Nadareski
411115083d Make merging more robust 2016-05-03 23:59:32 -07:00
Matt Nadareski
455c5c25e1 Add new output to OfflineMerge 2016-05-03 13:53:06 -07:00
Matt Nadareski
81cd317ea5 Fix Unneeded output; add to comments 2016-05-02 23:21:43 -07:00
Matt Nadareski
797a2245b3 Log statements are a good thing 2016-04-28 23:15:32 -07:00
Matt Nadareski
ffd257aff3 Fix handling of "fake" 2016-04-28 16:39:12 -07:00
Matt Nadareski
3b371dbf8d Why do I need to support this? Right, because power users 2016-04-28 15:54:29 -07:00
Matt Nadareski
40f789afd7 ...some people don't learn that drag and drop is not for everything 2016-04-28 15:50:45 -07:00
Matt Nadareski
fa429aab7f Add functionality to run OfflineMerge program 2016-04-28 15:40:54 -07:00
Matt Nadareski
e2585f8103 Add fake data replacement 2016-04-28 15:21:08 -07:00
Matt Nadareski
d1b1edbe50 Add file output 2016-04-28 15:12:49 -07:00
Matt Nadareski
356c502e49 Convert comment to usable vars 2016-04-28 15:09:11 -07:00
Matt Nadareski
524b68e623 [doc] Clean up comment 2016-04-28 15:03:06 -07:00
Matt Nadareski
02a9917701 Change code to better fit the logic behind the scenes
Conversations with Obiwantje cleared up what each part needs to do, allowing me to remove unnecessary pieces and clean up the logic behind each output.
2016-04-28 15:00:55 -07:00
Matt Nadareski
ffc4e70728 Add more processing code for OfflineMerge 2016-04-28 14:30:02 -07:00
Matt Nadareski
27aea4a443 Add new project for Offline Merging
The outputs from this program help with organizing roms that are in hard drives that are disconnected from the computer. This is mainly for people with disconnected arrays, but can be used to maintain a "best missing" list at all times as well.
2016-04-28 14:08:06 -07:00