scummvm/engines/toltecs
Torbjörn Andersson 4b0d0ecdda TOLTECS: Work around undefined subtitle behaviour at script loading
It may be because of an underlying bug, but there is at least one
case where a script is unloaded and replaced by another script while
that script slot still has an active subtitle. This causes it to
print random garbage for me, and may be causing crashes for others.

I've discussed this patch with johndoe, and he was ok with it, so
let's see how it works out.
2013-03-15 18:48:44 +01:00
..
animation.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
animation.h JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
console.cpp TOLTECS: Add a debug console 2013-01-02 20:02:29 +02:00
console.h TOLTECS: Add a debug console 2013-01-02 20:02:29 +02:00
detection.cpp JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
menu.cpp TOLTECS: When a new dialog opens, highlight active item (if any) 2013-01-04 10:58:27 +01:00
menu.h TOLTECS: Scroll original save/load dialog to bottom on opening 2013-01-04 10:50:18 +01:00
microtiles.cpp TOLTECS: Remove unused, but set, variable, start. 2012-11-19 23:27:07 +00:00
microtiles.h
module.mk TOLTECS: Add a debug console 2013-01-02 20:02:29 +02:00
movie.cpp TOLTECS: Whitespace fixes and explanation of some magic values 2013-01-22 04:21:00 +02:00
movie.h TOLTECS: Don't allow dialog skipping while movies are playing 2013-01-02 22:18:09 +01:00
music.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
music.h TOLTECS: Implement volume handling and toggling of speech/text 2012-09-11 00:34:23 +03:00
palette.cpp TOLTECS: Silence Valgrind warnings 2013-01-02 22:05:13 +01:00
palette.h TOLTECS: Cleanup 2013-01-02 15:04:48 +02:00
render.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
render.h JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
resource.cpp TOLTECS: Don't change the archive position when loading a resource (bug #3601567) 2013-01-22 04:23:11 +02:00
resource.h TOLTECS: Add a debug console 2013-01-02 20:02:29 +02:00
saveload.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
screen.cpp TOLTECS: Work around undefined subtitle behaviour at script loading 2013-03-15 18:48:44 +01:00
screen.h TOLTECS: Work around undefined subtitle behaviour at script loading 2013-03-15 18:48:44 +01:00
script.cpp TOLTECS: Work around undefined subtitle behaviour at script loading 2013-03-15 18:48:44 +01:00
script.h TOLTECS: Cleanup 2013-01-02 15:04:48 +02:00
segmap.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
segmap.h JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
sound.cpp TOLTECS: Replace a magic value with its appropriate enum 2013-01-13 16:11:04 +02:00
sound.h TOLTECS: Store channel volume/panning information in saved games 2012-09-11 00:34:28 +03:00
sprite.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
toltecs.cpp TOLTECS: Fix bug #3600166 - "TOLTECS: Parrot speech cuts off Fenimore's in Cemetery" 2013-01-13 16:29:25 +02:00
toltecs.h TOLTECS: Add a debug console 2013-01-02 20:02:29 +02:00