Age | Commit message (Collapse) | Author |
|
|
|
|
|
* Return pitch -= 6 to females, this brings the pitch closer
to zero
* Add array of indices which ensures, that we use as many voices
as we can.
|
|
* Add checks if ttsMan != null before trying to use it
* Simplify startSpeech
* Move haut to startSpeech and pass the character index to
the startSpeech instead.
|
|
|
|
Remove debuging outputs
Remove commented iconv implementation of text conversion to UTF-8
|
|
|
|
The waitSpeech should use the old code, when just sound is playing
(the TTS isn't speaking).
|
|
|
|
|
|
|
|
The state has to be pushed and poped when there is a transition
between game and gui code.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AI_Movement_Track_Append_With_Facing
|
|
AI_Movement_Track_Append_With_Facing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These were from using memset to clear non-trivial structures.
|
|
|
|
|