scummvm/engines/gob/sound
Sven Hesse 1fa0197229 GOB: Make the currently playing CD track all-uppercase
This is what the original game does too, and the scripts query for
all-uppercase CD track names.

Interestingly, this being wrong has been mostly inconsequential. It
does, however, manifest in one bug in the underwater wreck level of
Gobliins 2. After calling the Moray Eel by lighting the lamp with
Winkle, speaking to said eel has the scripts wait for the currently
playing background track to end before playing the voice lines,
instead of ending the audio track forcefully. The track is only about
a minute long, so it's "only" annoying, not a game-stopper.

The scripts also try to compare the CD track name with some different,
all-uppercase names, so this is possibly relevant in some other places
as well. No such bug report exists at the moment, though.

See also the forum post with the bug report:
http://forums.scummvm.org/viewtopic.php?p=81733#81733

A somewhat related bug report is #2999 "GOB2 : Moray Eel Game Freeze
(Wreck Scene)" (<http://sourceforge.net/p/scummvm/bugs/2999/>). At
that time, the script expression parser still did a stricmp for the
NEQ expression (which is wrong), and that made the bug not trigger.
Commit 5c58b9a3a4, which fixed that
incorrect NEQ behaviour, then made this bug here appear.
2015-09-02 20:38:16 +02:00
..
adlib.cpp GOB: Get rid of unused Audio::mixer references 2015-07-19 17:06:18 +02:00
adlib.h GOB: Get rid of unused Audio::mixer references 2015-07-19 17:06:18 +02:00
adlplayer.cpp GOB: Get rid of unused Audio::mixer references 2015-07-19 17:06:18 +02:00
adlplayer.h GOB: Get rid of unused Audio::mixer references 2015-07-19 17:06:18 +02:00
bgatmosphere.cpp GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
bgatmosphere.h GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
cdrom.cpp GOB: Make the currently playing CD track all-uppercase 2015-09-02 20:38:16 +02:00
cdrom.h GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
infogrames.cpp GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
infogrames.h GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
musplayer.cpp GOB: Get rid of unused Audio::mixer references 2015-07-19 17:06:18 +02:00
musplayer.h GOB: Get rid of unused Audio::mixer references 2015-07-19 17:06:18 +02:00
pcspeaker.cpp GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
pcspeaker.h GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
protracker.cpp GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
protracker.h GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
sound.cpp GOB: Get rid of unused Audio::mixer references 2015-07-19 17:06:18 +02:00
sound.h GOB: Implement custom AdLib volume control 2015-07-07 20:19:45 -04:00
soundblaster.cpp GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
soundblaster.h GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
sounddesc.cpp GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
sounddesc.h GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
soundmixer.cpp GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00
soundmixer.h GOB: Make GPL headers consistent in themselves. 2014-02-18 02:39:34 +01:00