Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add windows configuration in configure
Add basic skeleton to backends
Check if ttsMan is initialized in GUI
|
|
|
|
|
|
|
|
Conversion happens only for languages, that might needed (not
for english)
|
|
|
|
|
|
|
|
Unfortunatedly the encoding used by ScummVM breaks the
speech-dispatcher, so after trying to say non-ascii character
the connection has to be restarted. So for now I am restricting
the GUI TTS to english only.
|
|
|
|
|
|
Probably works only in the builtin theme right now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is required to avoid GCC Compiler Warnings from -Wnon-virtual-dtor
|
|
|
|
Updated all drawing routines to be pixel format agnostic.
Might decrease performance.
|
|
|
|
|
|
As the warning is emitted on parsing the class constructor, just move it
out of the class definition.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes QFG game titles appearing on import screens when no character
files exist but save files exist that match fileMask
|
|
|
|
|
|
|
|
|
|
|
|
|