Commit Graph

22 Commits

Author SHA1 Message Date
Matt Nadareski
09ba5d0648 [RombaSharp] Better logging 2016-10-10 13:45:41 -07:00
Matt Nadareski
343669dfaf [RombaSharp] Add minor logging 2016-10-10 13:42:52 -07:00
Matt Nadareski
6622b71b64 [RombaSharp] Don't get duplicates 2016-10-10 13:16:40 -07:00
Matt Nadareski
1381d50125 [RombaSharp] Romba db fixes 2016-10-10 13:14:35 -07:00
Matt Nadareski
c21dcece3d [RombaSharp] Implement DisplayDBStats 2016-10-10 11:42:09 -07:00
Matt Nadareski
b990c9dd13 [RombaSharp] More RombaSharp updates; add Archive 2016-10-10 10:51:19 -07:00
Matt Nadareski
d71b38d90a [ALL] Rename and move some things around 2016-10-03 15:29:40 -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
36f9b12d06 [DatFile] Make XML parsing safer; skip malformed XML lines 2016-09-28 12:27:39 -07:00
Matt Nadareski
eb33a84580 [ALL] More rearranging 2016-09-22 21:04:41 -07:00
Matt Nadareski
ae9bfb9cd3 [DatFile, FileTools] Move GetXmlTextReader to a better location 2016-09-22 17:14:23 -07:00
Matt Nadareski
27cd7e89da [DatFile] Make parsing into object-based instead of static 2016-09-22 17:11:52 -07:00
Matt Nadareski
863e936d07 [ALL] Get rid of rest of non-library usings 2016-09-22 15:59:03 -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
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
9f2d0e10bc [RombaSharp] Get more skeleton methods started 2016-09-08 17:42:53 -07:00
Matt Nadareski
cf92165a34 [RombaSharp] Add config.xml 2016-09-02 15:10:14 -07:00
Matt Nadareski
e40d0fcada [RombaSharp] Fix broken initialization 2016-09-02 14:31:17 -07:00
Matt Nadareski
3d5a99a8a4 [RombaSharp] Add a ton of memory stats 2016-09-02 14:26:15 -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