Commit Graph

24 Commits

Author SHA1 Message Date
Matt Nadareski
b2c4253dca Merge SingleGame, part 5 2016-04-20 01:31:30 -07:00
Matt Nadareski
04fdd61134 Merge SingleGame, part 2 2016-04-20 00:51:05 -07:00
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
c19b5ba1b2 Add maybe-intro mappings 2016-04-07 12:37:23 -07:00
Matt Nadareski
f8ba67240a Add base tables in the Default folder 2016-04-07 11:30:06 -07:00
Matt Nadareski
9769a91608 Zip up and organize generate-all files. 2016-04-06 16:23:46 -07:00
Matt Nadareski
cde4e1c733 Make sure all mappings copy 2016-04-06 15:46:11 -07:00
Matt Nadareski
911ad165f6 Add preliminary support for NonGood 2016-04-06 15:45:33 -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
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