Commit Graph

79 Commits

Author SHA1 Message Date
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
Jaromir Wysoglad
a1f69e6b06 MORTEVIELLE: Refactoring as suggested by Criezy
* 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.
2019-09-01 22:47:55 +03:00
Jaromir Wysoglad
99550a95b2 MORTEVILLE: Stop speech when pressing F8. 2019-09-01 22:47:55 +03:00
Paul Gilbert
11e33ba3fc JANITORIAL: Removing trailing spaces after int casts 2018-08-17 20:30:20 -07:00
chrilith
a7d5ac9963 MORTEVIELLE: Fixed read index parsing alert strings
because Pascal code is base 1
2015-01-23 14:29:29 +01:00
chrilith
3839d9ce0b MORTEVIELLE: Fixed drawBox() to match original code 2015-01-23 14:29:16 +01:00
Johannes Schickel
9da7d86952 MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
Strangerke
7e0bf95a31 MORTEVIELLE: Reduce the scope of some variables 2014-02-09 20:22:59 +01:00
Strangerke
b3c377aacd MORTEVIELLE: Get rid of setParent() 2014-01-10 01:46:38 +01:00
Strangerke
d19af62e6b MORTEVIELLE: Get rid of setParent() in TextHandler and SoundManager 2014-01-09 08:32:21 +01:00
Strangerke
d8d4a2c3bb MORTEVIELLE: Get rid of setParent() in Menu and MouseHandler 2014-01-09 08:21:52 +01:00
Strangerke
a710bb5ca4 MORTEVIELLE: Remove second parameter of show() 2013-08-21 08:37:56 +02:00
Strangerke
c981c52799 MORTEVIELLE: some renaming in Dialogs 2013-08-18 10:21:32 +02:00
Strangerke
9dd65e5ef3 MORTEVIELLE: Put resolution scaler in a const, remove some dead code related to it 2013-08-16 19:23:29 +02:00
Strangerke
481aeb0b0b MORTEVIELLE: Remove code related to unsupported display modes 2013-08-16 18:50:28 +02:00
Strangerke
6d5580f4ed MORTEVIELLE: Some renaming 2013-08-14 08:17:37 +02:00
Strangerke
54f391a689 MORTEVIELLE: Merge SpeechManager and SoundManager 2013-08-11 18:09:40 +02:00
Strangerke
8e2fe73afa MORTEVIELLE: Use a specific buffer instead of _mem for the animations 2013-07-25 10:32:21 +02:00
Strangerke
9bbfd7f628 MORTEVIELLE: Start working on displayPicture, misc renaming and refactoring 2013-07-24 15:16:56 +02:00
Strangerke
4abc37de3f MORTEVIELLE: Fix Wait and Sleep alerts 2013-07-22 23:37:33 +02:00
Strangerke
042011a3fe MORTEVIELLE: Remove one more magic value, simplify draw() 2013-07-20 23:58:47 +02:00
Strangerke
8b14677f57 MORTEVIELLE: Get rid of magic value 0x7000 2013-07-20 18:59:47 +02:00
Strangerke
67f900ed33 MORTEVIELLE: Reorder includes 2013-07-19 11:51:10 +02:00
Strangerke
85d79d0af8 MORTEVIELLE: Enlarge F3/F8 dialog 2013-07-18 20:29:20 +02:00
Strangerke
69f593ad1e MORTEVIELLE: Some renaming in intro functions 2013-07-18 20:29:19 +02:00
Strangerke
8e40527813 MORTEVIELLE: More renaming 2013-06-29 10:30:42 +02:00
Strangerke
67f08a3686 MORTEVIELLE: Remove 2 useless functions 2013-06-28 08:04:19 +02:00
Strangerke
ac387835e4 MORTEVIELLE: Use _vm instead of g_vm in DialogManager 2013-06-26 08:30:47 +02:00
Strangerke
7aceea7221 MORTEVIELLE: Introduce DialogManager and get rid of static functions 2013-06-26 08:29:09 +02:00
Strangerke
a81f13c14e MORTEVIELLE: Remove CHECK_QUIT macros 2013-06-24 23:48:00 +02:00
Strangerke
3f60cd79fe MORTEVIELLE: More renaming 2012-10-14 21:59:27 +02:00
Strangerke
6238c034fd MORTEVIELLE: Some more renaming 2012-10-11 00:45:46 +02:00
Strangerke
025d3a9eee MORTEVIELLE: Some renaming 2012-05-30 23:28:11 +02:00
Strangerke
b27b77b354 MORTEVIELLE: Modify copyright string to include 1987. 2012-04-06 08:24:07 +02:00
Strangerke
1619441215 MORTEVIELLE: Remove var_mor 2012-04-06 08:24:00 +02:00
Strangerke
cdea613e51 MORTEVIELLE: Remove trailing spaces 2012-04-06 08:23:56 +02:00
Strangerke
a1c268e082 MORTEVIELLE: Fix regression in previous commit 2012-04-06 08:23:54 +02:00
Strangerke
67c95912f6 MORTEVIELLE: rename Rect 2012-04-06 08:23:53 +02:00
Strangerke
4b9e71952c MORTEVIELLE: More renaming and refactoring 2012-04-06 08:23:50 +02:00
Strangerke
7b94de6408 MORTEVIELLE: Get rid of mor.cpp 2012-04-06 08:23:48 +02:00
Strangerke
cdcb8d3645 MORTEVIELLE: More renaming, add a piece of code to improve CGA/EGA switching 2012-04-06 08:23:45 +02:00
Strangerke
0111cea7d7 MORTEVIELLE: More renaming 2012-04-06 08:23:43 +02:00
Strangerke
09e8c82e8f MORTEVIELLE: More renaming 2012-04-06 08:23:42 +02:00
Strangerke
c1e8ff3ada MORTEVIELLE: Rename more globals and move functions to MortevielleEngine. Remove ovd1 files. 2012-04-06 08:23:38 +02:00
Strangerke
76f7858096 MORTEVIELLE: More renaming 2012-04-06 08:23:36 +02:00
Strangerke
2df7ebf160 MORTEVIELLE: Refactor mouse class 2012-04-06 08:23:32 +02:00
Strangerke
1c283507ee MORTEVIELLE: Some more renaming, introduce MouseHandler 2012-04-06 08:23:30 +02:00
Strangerke
fc14ffbcb5 MORTEVIELLE: Some more renaming 2012-04-06 08:23:28 +02:00
Strangerke
af9af49c34 MORTEVIELLE: get rid of several magic values, introduce SpeechManager, some more renaming 2012-04-06 08:23:15 +02:00
Strangerke
28eaf25703 MORTEVIELLE: Some more renaming 2012-04-06 08:23:11 +02:00