Commit Graph

8 Commits

Author SHA1 Message Date
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