scummvm/engines/sword1
Thierry Crozat 20fb33a668 SWORD1: Fix use of uninitialized variables in PSX demo music
The music tab file in the PSX demo seems to be truncated and we
were seeking beyond the end of the file for some music (such as
the one for the menu), and then trying to read without any checks
that either the seek or read succeeded. This caused the code to
then use uninitialized variables causing random issues (such as
getting some noise). We now ignore the music id that are beyond
the end of the broken tab file.
2020-10-19 01:14:21 +01:00
..
animation.cpp GUI: U32: Use Common::U32String::format where necessary and GUIError to u32 2020-08-30 14:43:41 +02:00
animation.h
collision.h
configure.engine
console.cpp
console.h
control.cpp GUI: U32: Use Common::U32String::format where necessary and GUIError to u32 2020-08-30 14:43:41 +02:00
control.h
debug.cpp
debug.h
detection.cpp PLUGINS: MetaEngineStatic -> MetaEngineDetection 2020-10-11 23:14:39 +02:00
eventman.cpp
eventman.h
logic.cpp SWORD1: Added detection and support for Spanish demo. Fixes #11397 2020-09-01 19:22:27 +02:00
logic.h
memman.cpp
memman.h
menu.cpp
menu.h
metaengine.cpp ENGINES: ALL: Finish renaming ME & AME classes 2020-10-03 14:56:36 +02:00
module.mk ENGINES: ALL: Revert detection submodule to be directly present in the engine directory 2020-10-03 14:56:36 +02:00
mouse.cpp
mouse.h
music.cpp SWORD1: Fix use of uninitialized variables in PSX demo music 2020-10-19 01:14:21 +01:00
music.h
object.h
objectman.cpp
objectman.h
POTFILES
resman.cpp
resman.h
router.cpp
router.h
screen.cpp
screen.h
sound.cpp SWORD1: Added detection and support for Spanish demo. Fixes #11397 2020-09-01 19:22:27 +02:00
sound.h
staticres.cpp
sword1.cpp SWORD1: Added detection and support for Spanish demo. Fixes #11397 2020-09-01 19:22:27 +02:00
sword1.h SWORD1: Added detection and support for Spanish demo. Fixes #11397 2020-09-01 19:22:27 +02:00
sworddefs.h SWORD1: Added detection and support for Spanish demo. Fixes #11397 2020-09-01 19:22:27 +02:00
swordres.h
text.cpp
text.h