Commit Graph

10 Commits

Author SHA1 Message Date
Matt Nadareski
8f77b01546 Make better output directories 2016-04-12 15:43:34 -07:00
Matt Nadareski
50727d8edf Set Release directory 2016-04-12 15:37:22 -07:00
Matt Nadareski
c66e8b032e Move includes to helper project 2016-04-09 00:38:28 -07:00
Matt Nadareski
9517f0feaf Make sure header skippers are copied over 2016-04-09 00:36:04 -07:00
Matt Nadareski
8a266e9c07 Convert Headerer to use external header files 2016-04-09 00:34:37 -07:00
Matt Nadareski
6642a837a5 Add external header skippers 2016-04-08 23:29:03 -07:00
Matt Nadareski
f8ba67240a Add base tables in the Default folder 2016-04-07 11:30:06 -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
Matt Nadareski
2a5ea06ea5 Overhaul Headerer and bump version
Headerer now does both deheadering and reheadering. When a file has a header detected, it puts an entry in the database with the header, unheadered sha1, and the rom type. Reheadering tries to find a matching sha1 in the database and then adds it if it's found.
2016-03-30 02:36:23 -07:00
Matt Nadareski
a47a809019 Rename Deheader to Headerer in anticipation 2016-03-30 01:31:07 -07:00