[ scummvm-Patches-745843 ] Help Dialog
SourceForge.net
noreply at sourceforge.net
Fri May 30 02:35:23 CEST 2003
Patches item #745843, was opened at 2003-05-29 19:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=745843&group_id=37116
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mark Lodato (itsr0y)
Assigned to: Nobody/Anonymous (nobody)
Summary: Help Dialog
Initial Comment:
I saw that adding a help dialog was in the todo list,
so I made one for scumm games. I don't know if I have
every single key in there, but all of the main ones are
(except for puttdemo - I don't have that game). The
dialog appears when you press the "Help" button in the
save/load dialog.
Few things that I can't check / do:
1. The tilde (~) does not appear when you try to print it.
2. The window is kind of big - I don't know how it will
look on handheld devices.
3. I have no idea what the bindings are on other
systems, so all that are in there now are for Windows
and English language games.
4. It checks to see what game is being run by the
scumm->gameId. If this is not a good idea (multiple
games with different keys using the same gameId), then
it will have to be changed.
5. The diaog isn't bound to any key (it's in the
Save/Load dialog). It may be a good idea to bind it to
something (although I don't know to what bind it to.
F1 is used in COMI and possibly other games. Maybe 'h'
or 'alt-h'?)
I've attached a diff to modify scumm/dialogs.h & .cpp,
and I will also upload the required files scumm/help.h
& .cpp. You'll have to add them to the project.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=745843&group_id=37116
More information about the Scummvm-tracker
mailing list