Matt Nadareski
35d892017c
Bump version number
2016-03-27 22:17:51 -07:00
Matt Nadareski
7df373ba70
Fix new information being added as new rom
2016-03-27 22:15:57 -07:00
Matt Nadareski
33b12e7a8a
Change handling of duplicate roms
...
If a rom or disk is found to be a duplicate (by using the actual last item in the list instead of unnecessary cached values), it then checks to see if any information is missing from the rom it's a duplicate of. If the CRC, MD5, or SHA1 are empty and a new value is available, it uses the new value dynamically. This way, the original information in the database is untouched but the generated DAT is more complete.
2016-03-27 21:43:51 -07:00
Matt Nadareski
d81d536c3d
Make output files UTF-8 because of special character issues.
2016-03-25 11:20:58 -07:00
Matt Nadareski
8b0f15fa35
Add descriptions to RV dats and bump version
2016-03-25 11:01:23 -07:00
Matt Nadareski
cc16b451c6
Bump version number for both maintence build and bugfix build
2016-03-25 09:27:19 -07:00
Matt Nadareski
8ef2e384b2
Fix issues in convert and generate
2016-03-25 09:23:32 -07:00
Matt Nadareski
8fa4421253
Add window title
2016-03-25 01:27:00 -07:00
Matt Nadareski
f6a733410a
Make version easier to edit.
2016-03-25 00:50:27 -07:00
Matt Nadareski
d9787eba37
Increment subversion in anticipation
2016-03-25 00:36:29 -07:00
Matt Nadareski
9d10fd068a
Make header consistent
2016-03-25 00:28:39 -07:00
Matt Nadareski
e98074dfef
Change menu wording
2016-03-25 00:26:42 -07:00
Matt Nadareski
bd90075634
Remove unnecessary reset
2016-03-25 00:25:31 -07:00
Matt Nadareski
0b1a0016f0
Make the menu fancy
2016-03-25 00:24:30 -07:00
Matt Nadareski
bbddf0f6c6
Update version
2016-03-24 22:26:48 -07:00
Matt Nadareski
3e03eb2997
Implement full CLI menu
2016-03-24 22:25:56 -07:00
Matt Nadareski
2e0d4026c4
Arrange header slightly differently
2016-03-24 21:25:40 -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
be3c718af2
Minor updates to help menu; added mock header
2016-03-24 21:05:10 -07:00
Matt Nadareski
eec433aad9
Fix some issues with merging caused by incorrect boolean expressions
2016-03-24 20:56:04 -07:00
Matt Nadareski
817262e113
Add check for import-only
2016-03-24 17:46:47 -07:00
Matt Nadareski
b1df50aab9
Enable multiple source/system merging
2016-03-24 17:38:08 -07:00
Matt Nadareski
4fc30158f3
Change variable order for more clarity
2016-03-24 16:38:32 -07:00
Matt Nadareski
525ed96a6a
Update comment
2016-03-24 16:29:27 -07:00
Matt Nadareski
832da18353
Remove redundant bool check
2016-03-24 16:29:02 -07:00
Matt Nadareski
305a6af73a
Add console clear before output
2016-03-24 16:25:43 -07:00
Matt Nadareski
f9781747d7
Abstract database init to own class
2016-03-24 16:17:33 -07:00
Matt Nadareski
302bdddb7f
Refine the help text
2016-03-24 16:10:01 -07:00
Matt Nadareski
322784ab35
Mixed up -lsy and -lso. Not worth releasing fix for
2016-03-24 15:46:00 -07:00
Matt Nadareski
d53d4da931
Remove debugging output
2016-03-24 15:22:44 -07:00
Matt Nadareski
267a7fc76e
Fix how systems/sources are input as well as fixing file/folder input
2016-03-24 15:22:20 -07:00
Matt Nadareski
f1b5dc894a
Remove "input=" from the syntax since it's only for special cases as said below.
2016-03-24 15:18:38 -07:00
Matt Nadareski
af664e1a20
Remove unneeded generate clarification
2016-03-24 14:56:40 -07:00
Matt Nadareski
1949511cee
Update input name handling further
2016-03-24 14:53:27 -07:00
Matt Nadareski
ad30f34d5e
Update help dialog and some input handling
2016-03-24 14:48:53 -07:00
Matt Nadareski
18320ed825
Update help accordingly
2016-03-24 14:44:19 -07:00
Matt Nadareski
3a69e30c9b
Make filename input easier again
2016-03-24 14:42:55 -07:00
Matt Nadareski
1ec1d34750
I think this is the last of the preview code.
2016-03-24 14:36:39 -07:00
Matt Nadareski
731af58492
Add more preview code
2016-03-24 14:35:48 -07:00
Matt Nadareski
0bcaf3c67f
Add more peeks into a future change.
2016-03-24 14:23:12 -07:00
Matt Nadareski
5a012ff512
A preview of things to come...
2016-03-24 14:12:22 -07:00
Matt Nadareski
551eaa0187
Variable cleanup for future changes
2016-03-24 14:07:32 -07:00
Matt Nadareski
2d3744e8d1
Rename variable for future consistency
2016-03-24 14:05:37 -07:00
Matt Nadareski
02d36e2abd
Put Helper classes in their own namespace
2016-03-24 14:03:22 -07:00
Matt Nadareski
a30ebed20c
Make some renaming-specific changes
2016-03-24 13:27:57 -07:00
Matt Nadareski
7bc7749c32
Update argument handling
2016-03-24 13:23:25 -07:00
Matt Nadareski
18ab82846e
Add ability to disable renaming of sets
2016-03-24 13:23:13 -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