Opened 16 years ago
Closed 16 years ago
#249 closed enhancement (fixed)
Patch for MythGame...
Reported by: | jochen | Owned by: | greg |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythgame | Version: | |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
A small Patch for Mythgame, that it supports multiple Disks not only with "Game Name.NR.ext", also with "Game Name NR.ext" Game NameNR.ext".
Attachments (1)
Change History (4)
comment:1 Changed 16 years ago by
forgett to mention:
it also patches the info wich is shown in the mythgame window when you press i, now also the diskcount is displayed.
comment:2 Changed 16 years ago by
Type: | defect → enhancement |
---|
It's only a defect if it wasn't designed that way :)
I'll look at this one soon.
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [7109])
This update adds support for editing a games meta data from the gametree. (Choose Edit from a games Info screen).
At the moment this data is still wiped during a new scan, but the next update will change the scanning to preserve the data.
This also closes #249 to change to allow for less restrictive multidisk matches.
You can now use "blah Disk 1.ext" "blah 1.ext" or "blah.1.ext" as long as the player is configured to allow multidisk roms. I should note that this does not work well in situations where "blah 1.ext, blah 2.ext" are noti actually intended to be parts of the same game. However I don't see that as a problem as the vast majority of users wont be using game spanning where this would be a problem.
This also changes the commandline field from a VARCHAR(255) the maximum for a VARCHAR to a TEXT column instead allowing for much larger entries.
This also fixes a segfault when someone picks cancel from popup to pick which emulator to use to play a rom that has more than one available.
patch...