Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The original function would busy-wait for the user to press space
again. We can't do that, of course, since we don't have interrupt-
driven keyboard input.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changed the default values from "false" to "true" as current devices are
fast enough to handle this. It's still possible to change the values to
"false" if the device isn't fast enough.
|
|
|
|
|
|
|
|
iMuse instrument.
|
|
|
|
|
|
|
|
This was probably accidentally removed in
194081e7ae79a632ce446653cc7119b74d3a6fac. The TODO/CHECKME on it still
applies. Reported in bug #3366329.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Based on a patch presented in the bugreport. Fixes several bugs
connected with calcualting IQ points in Amiga versions of Indy3.
|
|
MACOSX: Add i18n support for Mac OSX application menu
|
|
Bug #3363119: "Toon: Player desapear when you use a object in pepper plant"
|
|
|
|
|
|
|
|
Discussion can be found here: https://github.com/scummvm/scummvm/pull/54
|
|
|
|
|
|
|
|
This introduces a new Audio::Codec class, based on DrMcCoy's solution for WMA in eos.
|