Matt Nadareski
75d89a2cde
Move sorting to DLL
2016-04-19 00:07:40 -07:00
Matt Nadareski
ee7c660e74
Add method to write to text file preemptively
...
This method will be used (possibly) by a future addition to the SabreTools set where a DAT is parsed and transformed into an arbitrary miss file. This is a power user tool at best.
2016-04-18 23:04:03 -07:00
Matt Nadareski
ebda941d29
Minor change to title of console window
2016-04-18 22:47:29 -07:00
Matt Nadareski
9663d22274
Make program output even more uniform
2016-04-18 20:04:38 -07:00
Matt Nadareski
ccb8864ff2
Missed a < on the output
2016-04-18 19:23:50 -07:00
Matt Nadareski
9213c67392
Fix credits formatting
2016-04-18 16:47:59 -07:00
Matt Nadareski
38f62683d9
Add credits... nowhere to output yet though
2016-04-18 16:20:12 -07:00
Matt Nadareski
e90c872295
Managed to forget returns.
2016-04-18 15:41:58 -07:00
Matt Nadareski
52544546d5
Need to check the ending delim
2016-04-18 15:33:36 -07:00
Matt Nadareski
a65b3e2f19
Add preface to WriteToDat
2016-04-18 15:12:30 -07:00
Matt Nadareski
660db10231
[doc] update comment slightly
2016-04-18 15:07:08 -07:00
Matt Nadareski
8621a5abe6
Consolodate DAT generation
2016-04-18 14:05:34 -07:00
Matt Nadareski
fa4c5d069b
Add generic DAT output to DLL
2016-04-18 13:59:15 -07:00
Matt Nadareski
1e7b0b7408
Get framework for adding SuperDAT functionality
2016-04-17 19:26:19 -07:00
Matt Nadareski
c7f6f73884
Enable log to file
2016-04-14 14:35:12 -07:00
Matt Nadareski
f5d7bbd847
Signature-based instead of extension-based
2016-04-13 13:35:50 -07:00
Matt Nadareski
35a6fbe1d6
Limit the number of file types to attempt to parse as archive
2016-04-13 12:47:27 -07:00
Matt Nadareski
df838247bf
Update readme
2016-04-13 00:04:07 -07:00
Matt Nadareski
e1262a7ed9
Add readme and license to build
2016-04-13 00:02:51 -07:00
Matt Nadareski
a8af9ec0c3
Add option to remove Date from generated name
2016-04-12 23:46:10 -07:00
Matt Nadareski
8ace3106d0
Remove standalone 7z
2016-04-12 23:14:39 -07:00
Matt Nadareski
c26c845042
Can't get mono to work nicely with 7za.exe
2016-04-12 21:57:28 -07:00
Matt Nadareski
61fc76f35d
Forgot to double the value
2016-04-12 18:11:43 -07:00
Matt Nadareski
1dd36cca24
Fig header causing issues?
2016-04-12 17:57:05 -07:00
Matt Nadareski
c6aae55480
Fix files not being read
2016-04-12 17:42:18 -07:00
Matt Nadareski
a48fabd1fe
Fix rather dumb typo
2016-04-12 17:20:51 -07:00
Matt Nadareski
1e685ad948
Use built-in path delim...
2016-04-12 16:33:15 -07:00
Matt Nadareski
25469e0068
Made PathDelim friendly too
2016-04-12 16:24:38 -07:00
Matt Nadareski
d1f630baac
Make more mono friendly
2016-04-12 16:23:17 -07:00
Matt Nadareski
3e7c53840e
Move 7z around more logically.
2016-04-12 16:20:38 -07:00
Matt Nadareski
11ddfe63db
Bump version again... there's a lot of changes
2016-04-12 15:54:14 -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
a3fbd9b3b1
Bump version at least
2016-04-12 14:57:25 -07:00
Matt Nadareski
a0d0777bf5
Move over more code for eventual merge
2016-04-12 14:56:59 -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
8a266e9c07
Convert Headerer to use external header files
2016-04-09 00:34:37 -07:00
Matt Nadareski
c19b5ba1b2
Add maybe-intro mappings
2016-04-07 12:37:23 -07:00
Matt Nadareski
911ad165f6
Add preliminary support for NonGood
2016-04-06 15:45:33 -07:00
Matt Nadareski
503b302828
Move help to a central location; update help
2016-04-06 14:19:01 -07:00
Matt Nadareski
656b5f23ea
Bump version number
...
There have been so many chnges, we've skipped over a few minor version and maintentence releases easily.
2016-04-06 13:12:25 -07:00
Matt Nadareski
f212603619
Move Beautify to helper
2016-04-06 00:43:02 -07:00
Matt Nadareski
97ee13681b
Consolodate DB inits
2016-04-06 00:26:13 -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