Done
- list control for the result
- sorting support by column
- copy to clipboard (|-separated, no header, all columns)
- save to disk (|-separated, no header, all columns)
- export as mamediff format (oldname, newname + filenames as header)
To Do
- improve fuzzy / best guess test
- option to forbid parent renames (since some dats only work on parents)
- auto patching a 3rd (or maybe more) dat(s) on game or rom level
- save positions, sorting, more messages blabla...
Hey s_bastian, I guess you want to test this....
...check later posts for updated urls...
*edit* yes..I', aware of the "thrild2" issue when comparing 133 vs 132.
|thrild2a|?|
*|thrild2|thrild2a|matched by single unique rom hash
*|?|thrild2|
so what happened here....
a) there's a missing * in the first line
b) why does the 3rd line show thrild2 as a new file (in the 2nd it's an old)
The reason for both is the "not allow double renames" and the best guess rename finder.
thrild2a is normally a best guess rename to thrild2a but we already have a higher prio rename by single unique rom hash. That's why it gets the ?.
The missing * is simply a bug which doesn't set the indicator in this case....
The 3rd line is simply also a bug based on this higher prio rename just the other way around..
I will look into this over the weekend....anyway...Rename Wizard is WIP