Opened 15 years ago
Closed 15 years ago
Last modified 15 years ago
#9073 closed patch (Fixed)
MythGame currently doesn't set a location string before launching an external application
Reported by: | Owned by: | robertm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.24 |
Component: | Plugin - MythGame | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
MythGame? currently fails to set a new location string when launching a new application, meaning that GetCurrentLocation? returns "GameUI" whilst external games are running. This patch changes that to "MythGame? %1 ( %2 )", where, the first parameter is the System Name and the second is the command executed to run the game.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | mythgame-location.patch added |
---|
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Resolution: | → Fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 15 years ago by
Milestone: | unknown → 0.24 |
---|
Note: See
TracTickets for help on using
tickets.
(In [26709]) Change the MythUI Location in MythGame? to reflect the currently running game. Potentially useful for users of the telnet interface and non-invasive enough that it's fine to add at this point. Patch from James Barrett. Fixes #9073.