scummvm/engines/mortevielle
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
..
actions.cpp
configure.engine
debugger.cpp
debugger.h MORTEVIELLE: Add override keywords 2020-02-09 12:43:15 +01:00
detection_tables.h MORTEVIELLE: Use macros in the detection table 2020-11-28 17:41:23 +01:00
detection.cpp PLUGINS: MetaEngineStatic -> MetaEngineDetection 2020-10-11 23:14:39 +02:00
detection.h ENGINES: ALL: Move detection_enums -> detection.h 2020-10-03 14:56:36 +02:00
dialogs.cpp COMMON: removed USE_TTS check from engines 2021-05-03 14:13:41 +03:00
dialogs.h
graphics.cpp
graphics.h
menu.cpp
menu.h
metaengine.cpp ENGINES: Changed AdvancedMetaEngine::createInstance to return a Common::Error 2020-12-04 20:57:14 +00:00
module.mk ENGINES: ALL: Revert detection submodule to be directly present in the engine directory 2020-10-03 14:56:36 +02:00
mortevielle.cpp GUI: U32: Improve U32 code 2020-08-30 14:43:41 +02:00
mortevielle.h ENGINES: ALL: Move detection_enums -> detection.h 2020-10-03 14:56:36 +02:00
mouse.cpp
mouse.h
outtext.cpp
outtext.h
POTFILES
saveload.cpp ENGINES: Cleanup of savegame filenames generation 2020-02-16 15:44:28 -08:00
saveload.h
sound.cpp COMMON: removed USE_TTS check from engines 2021-05-03 14:13:41 +03:00
sound.h COMMON: removed USE_TTS check from engines 2021-05-03 14:13:41 +03:00
utils.cpp MORTEVIELLE: Refactor to use Engine debugger 2020-02-16 13:07:19 +02:00