scummvm/engines/twine
Martin Gerhardy 9d82fa51df COMMON: removed USE_TTS check from engines
OSystem now just returns a nullptr if there is no text to speech manager instance
(because none is compiled into the binary, or the system doesn't provide support
for it). This removed the need for the engine authors to add scummvm osystem compile
time options checks into their engine code
2021-05-03 14:13:41 +03:00
..
audio COMMON: removed USE_TTS check from engines 2021-05-03 14:13:41 +03:00
debugger TWINE: allow to list other text bank strings 2021-04-09 16:44:13 +02:00
menu JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
parser TWINE: fixed missing custom texts in options menu 2021-04-28 19:06:10 +02:00
renderer JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
resources TWINE: added highres option to advanced menu 2021-04-09 10:43:03 +02:00
scene JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
script JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
achievements_tables.h TWINE: added steam achievement support 2021-02-18 23:52:24 +01:00
configure.engine
detection.cpp TWINE: mark floppy disk version as unsupported when gif support is not compiled in 2021-04-10 18:51:58 +02:00
detection.h TWINE: added basic support for dotemu enhanced version file paths 2021-01-13 22:08:47 +01:00
flamovies.cpp TWINE: updated prepareGIF to finally use the GIFDecoder 2021-04-10 10:59:09 +02:00
flamovies.h TWINE: fixed fla frame number parsing 2021-03-23 22:22:46 +01:00
holomap.cpp TWINE: added highres option to advanced menu 2021-04-09 10:43:03 +02:00
holomap.h TWINE: added highres option to advanced menu 2021-04-09 10:43:03 +02:00
input.cpp TWINE: fixed enableKeyMap call for holomap key bindings 2021-01-25 23:30:28 +01:00
input.h TWINE: fixed 'leaving text windows via space also triggers an attack if in aggressive mode' 2021-01-25 17:54:40 +01:00
metaengine.cpp ENGINES: Fix mess with the mismatched engine ids between engine/detection plugins 2021-04-14 14:42:38 +02:00
module.mk TWINE: added text parser 2021-03-28 18:56:32 +02:00
POTFILES TWINE: mark floppy disk version as unsupported when gif support is not compiled in 2021-04-10 18:51:58 +02:00
shared.h TWINE: updated volume menu 2021-04-09 14:13:27 +02:00
text.cpp COMMON: removed USE_TTS check from engines 2021-05-03 14:13:41 +03:00
text.h TWINE: use color constant 2021-04-09 15:06:47 +02:00
twine.cpp TWINE: Remove unused include 2021-04-18 17:18:07 +01:00
twine.h TWINE: reduced visibility 2021-04-28 19:06:09 +02:00