Commit Graph

12 Commits

Author SHA1 Message Date
Matt Nadareski
75d89a2cde Move sorting to DLL 2016-04-19 00:07:40 -07:00
Matt Nadareski
fa4c5d069b Add generic DAT output to DLL 2016-04-18 13:59:15 -07:00
Matt Nadareski
e1262a7ed9 Add readme and license to build 2016-04-13 00:02:51 -07:00
Matt Nadareski
8ace3106d0 Remove standalone 7z 2016-04-12 23:14:39 -07:00
Matt Nadareski
3e7c53840e Move 7z around more logically. 2016-04-12 16:20:38 -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
1d129bfa18 Move Enums and Structs to central location 2016-04-12 15:03:47 -07:00
Matt Nadareski
c90fd5230d Copy helper classes/items to DLL 2016-04-12 14:54:55 -07:00
Matt Nadareski
c66e8b032e Move includes to helper project 2016-04-09 00:38:28 -07:00
Matt Nadareski
1c260ed857 Update build location and gitignore 2016-04-06 00:05:25 -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