Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-01 | TTS: Change String == "" to String.empty() | Jaromir Wysoglad | |
2019-09-01 | TTS: Update the TTS documentation | Jaromir Wysoglad | |
2019-09-01 | TTS: Move popState to the base class | Jaromir Wysoglad | |
2019-09-01 | TTS: Implement conversion to unicode in say on win | Jaromir Wysoglad | |
2019-09-01 | TTS: Implement conversion to UTF-8 in say on linux | Jaromir Wysoglad | |
2019-09-01 | TTS: Fix voice setting on startup | Jaromir Wysoglad | |
The ScummVM was crashing because of an assert, when there was less voices availaible, than what was set in the ConfMan. Now the voice just falls back to 0th voice, if there are not enough voices. | |||
2019-09-01 | TTS: Add reference counting to TTSVoice | Jaromir Wysoglad | |
Also refactor TTSVoice destruction to use this reference counting. | |||
2019-09-01 | TTS: Unify setters between linux and win backends. | Jaromir Wysoglad | |
2019-09-01 | TTS: Implement default behavior of TTS setters | Jaromir Wysoglad | |
2019-09-01 | TTS: Add documentation to common/text-to-speech.h | Jaromir Wysoglad | |
2019-09-01 | TTS: Make sure that TTS lang matches transMan lang | Jaromir Wysoglad | |
2019-09-01 | TTS: Add age to TTSVoice | Jaromir Wysoglad | |
2019-09-01 | TTS: Finish implementing the Windows TTS manager | Jaromir Wysoglad | |
2019-09-01 | TTS: Start implementing windows TTS | Jaromir Wysoglad | |
2019-09-01 | TTS: Prepare for windows TTS | Jaromir Wysoglad | |
Add windows configuration in configure Add basic skeleton to backends Check if ttsMan is initialized in GUI | |||
2019-09-01 | TTS: Refactor tts in configure | Jaromir Wysoglad | |
2019-09-01 | TTS: Reformat tts volume setting for GUI | Jaromir Wysoglad | |
2019-09-01 | TTS: Add correct language switching | Jaromir Wysoglad | |
2019-09-01 | TTS: Convert strings to UTF-8 | Jaromir Wysoglad | |
Conversion happens only for languages, that might needed (not for english) | |||
2019-09-01 | TTS: Add Accessibility tab to all themes | Jaromir Wysoglad | |
2019-09-01 | TTS: Restart spd connection on speak error. | Jaromir Wysoglad | |
2019-09-01 | TTS: Add warning if the TTS could not be inited | Jaromir Wysoglad | |
2019-09-01 | TTS: Restrict TTS on linux to only english | Jaromir Wysoglad | |
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. | |||
2019-09-01 | TTS: Add voice selection to options | Jaromir Wysoglad | |
2019-09-01 | TTS: Add text to speech to the GUI. | Jaromir Wysoglad | |
2019-09-01 | TTS: Add TTS checkbox to Options | Jaromir Wysoglad | |
Probably works only in the builtin theme right now. | |||
2019-09-01 | TTS: Add ttsStatus push and pop functions | Jaromir Wysoglad | |
2019-09-01 | TTS: Add checks for correct TTS engine state. | Jaromir Wysoglad | |
2019-09-01 | TTS: Resolve segfault when exiting scummvm | Jaromir Wysoglad | |
2019-09-01 | TTS: Add part of linux TTS | Jaromir Wysoglad | |
2019-09-01 | TTS: Create a TTS skeleton | Jaromir Wysoglad | |
2019-09-01 | XEEN: Fix compiler warning | jepael | |
2019-09-01 | BLADERUNNER: Framelimiter fixes for delayMillis case | Thanasis Antoniou | |
2019-09-01 | XEEN: Fix searches resulting in misc items | Paul Gilbert | |
2019-09-01 | STARTREK: Simplify call to initGraphics() | Cameron Cawley | |
2019-09-01 | BLADERUNNER: Isolate new frame limiter code in new class | Thanasis Antoniou | |
2019-09-01 | XEEN: Add Virtual Destructor to SpritesDrawer Base Class | D G Turner | |
This is required to avoid GCC Compiler Warnings from -Wnon-virtual-dtor | |||
2019-08-31 | XEEN: Fix rendering of Count Blackfang | Paul Gilbert | |
2019-08-31 | BLADERUNNER: Use best pixel format on every platform | Peter Kohaut | |
Updated all drawing routines to be pixel format agnostic. Might decrease performance. | |||
2019-08-31 | I18N: Update translations templates | Thierry Crozat | |
2019-08-31 | I18N: Add missing POTFILE entry for OSD messages on SDL backend | Lothar Serra Mari | |
2019-08-31 | BUILD/CRYOMNI3D: Reduce the number of bogus GCC warnings | Le Philousophe | |
As the warning is emitted on parsing the class constructor, just move it out of the class definition. | |||
2019-08-31 | BLADERUNNER: Addendum for removal of delayMillis | Thanasis Antoniou | |
2019-08-31 | BLADERUNNER: Replace delayMillis(10) calls with software timers | Thanasis Antoniou | |
2019-08-31 | SCI: Add ECO2 workaround for Ecorder talk button | sluicebox | |
2019-08-30 | XEEN: Workaround black pixels when rendering transparent Shades | Paul Gilbert | |
2019-08-30 | XEEN: Cleanup of sprite drawer 3 | Paul Gilbert | |
2019-08-30 | XEEN: Fix to use correct drawer for shades, drawer cleanup | Paul Gilbert | |
2019-08-30 | XEEN: Further sprite drawer mode code | Paul Gilbert | |
2019-08-30 | XEEN: Creating sprite drawer class hierarchy for missing draw modes | Paul Gilbert | |