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
e032d991c2
Copy all remappings to output directory
2016-03-29 11:47:15 -07:00
Matt Nadareski
e1c9c8923a
Add experimental remapping XML files
2016-03-29 11:44:02 -07:00
Matt Nadareski
9832c64f45
Rename Logging class to Logger
2016-03-28 18:40:35 -07:00
Matt Nadareski
9c8075dc05
Add logging support and bump version
2016-03-28 17:54:24 -07:00
Matt Nadareski
e2cb6acd41
Rename Program class files
2016-03-28 02:06:55 -07:00
Matt Nadareski
96bf3a2997
Update build location to above parent folder
2016-03-28 01:15:10 -07:00
Matt Nadareski
19e05b3d22
Rename Database helper class to DBTools so there's no confusion about naming later
2016-03-24 21:09:35 -07:00
Matt Nadareski
f9781747d7
Abstract database init to own class
2016-03-24 16:17:33 -07:00
Matt Nadareski
3c740a3f6b
Move core functionality to Core folder
2016-03-24 12:49:10 -07:00
Matt Nadareski
1dc82ad245
Move helper classes to Helper folder
2016-03-24 12:48:39 -07:00
Matt Nadareski
c4d94c9921
Change name of Importer to Import
2016-03-24 12:46:02 -07:00
Matt Nadareski
936128a7f1
Simplified importing DATs into the database by first converting all of them to XML and then having a unified parser. As a consequence of this, there is also the ability to directly convert one RV DAT to an equivalent XML DAT now.
2016-03-19 02:16:26 -07:00
Matt Nadareski
88635341aa
Initial commit of mostly working desktop portT
2016-03-18 01:17:39 -07:00