Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is laying groundwork for properly supporting Shogun, which
sets up and uses Window 7
|
|
|
|
|
|
|
|
|
|
I instantiate a PCSpeaker instance in the main engine just for beeps,
because I don't know any simpler way. But hey, it works.
|
|
|
|
This is initially primarily for Bureaucracy.. the starting form
is drawn in the text grid window, and visible cursor is needed
so you can tell which line you're filling in
|
|
|
|
Technically, they're lock keys rather than modifier keys, but we
may as well treat them as the same thing here.
My keyboard doesn't have an F-lock key, and I can't find any key
code for it, so I don't know if that one has to be excluded too.
|
|
I'm told that on some foreign keyboards, combinations of Alt & Fn
keys are used to produce standard characters. So I can't just
ignore Alt combinations because of this
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As part of that, I've made the default bg Black rather than blue,
since it provides better contrast for the upper area & minimap
|
|
|
|
The Beyond Zork graphics font doesn't support Unicode, so allowing
it to convert things like straight quotes into curly ones can cause
ScummVM to crash. Disable these conversions while the Beyond Zork
graphics font is used to avoid that. This fixes bug #10865.
|
|
They're int, not bool, so using 'false' seems wrong to me.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|