Commit Graph

8 Commits

Author SHA1 Message Date
Matt Nadareski
032a8c3142 [DATabase] Miscellaneous integration cleanups
This cleans up a lot of things left over from the original integration of DATabaseTwo into DATabase. This also includes some updates that will make importing DATs even easier and make the import process more streamlined.
2016-05-29 00:07:07 -07:00
Matt Nadareski
2c004de29e Add more stats to UncompressedSize 2016-05-26 23:55:46 -07:00
Matt Nadareski
9303d41fb5 Start adding framework for separate filename
This will affect everything that outputs a DAT, there will be a new flag for inputting a filename (and reading and saving the filename in Parse).
2016-05-25 11:11:54 -07:00
Matt Nadareski
ca1694a1ca [doc] add description for CreateOutfileName 2016-05-23 18:05:20 -07:00
Matt Nadareski
92d5337ac9 Enable on-the-fly DAT writing for DATFromDir 2016-05-23 15:57:09 -07:00
Matt Nadareski
7afdf4adc5 Refactor DAT name creation 2016-05-23 14:05:25 -07:00
Matt Nadareski
f212603619 Move Beautify to helper 2016-04-06 00:43:02 -07:00
Matt Nadareski
0f0313d52b Major changes to structure and code
First is the inclusion of two new projects: SabreHelper and SingleGame. SabreHelper is a DLL that contains anything that might be in common between programs (converters, db tools, logging). SingleGame is an experimental program to minimize a DAT for server usage, requested by Kludge.

The new structure represents a cleaner approach to having helper functions in a DLL, making each individual executable smaller and more well-defined.
2016-04-06 00:01:54 -07:00