Age | Commit message (Collapse) | Author |
|
Change the default for the optional parameter "textContainsHotkey"
to true, because it's needed almost all of the time.
|
|
|
|
Also fix graphical issue with "press any key to continue" text
|
|
original interpreter did that too
|
|
|
|
|
|
|
|
Also change behavior of makeButton/buttonPrint to directly
remove a hotkey-prefix, in case it was passed.
|
|
Also make it possible to somewhat easily have hotkeys within
the button text itself and not just having to use the very first
button text character as hotkey.
|
|
|
|
When the users presses keys on the numpad, we get digits in .ascii
even when Num-Lock is not enabled. This caused numpad cursor keys
not working anymore. Imo we should only get .ascii in those cases,
when Num-Lock is enabled.
|
|
|
|
|
|
New way is probably better. Sadly we get a few keys atm in the
ascii field, like cursor left and the function keys. That's why
a check for <= 0xFF is needed.
|
|
|
|
|
|
fixes crash in Manhunter 1, when looking at corpse right at the
start. Sound resource is actually corrupt (missing bytes).
|
|
|
|
Previous code also selected files called e.g. "[targetname].abc"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|