scummvm/engines/hopkins
Torbjörn Andersson 2b40502503 HOPKINS: Fix bug that could cause the music to stop prematurely
The SoundManager filled the sound handles with zeroes, which made
the mixer confuse them with active sound handle zero. In my case,
this happened to be the intro music, and the music was stopped when
playWavSample() wrongly thought its sound handle was in use.
2014-02-13 00:38:04 +01:00
..
anim.cpp HOPKINS: Reduce the scope of some variables 2014-02-09 11:44:56 +01:00
anim.h HOPKINS: Remove a hack for T421 animation, rework playAnim2() to accept an alternate animation file name 2013-05-01 23:20:36 +02:00
computer.cpp HOPKINS: Reduce the scope of some variables 2014-02-09 11:44:56 +01:00
computer.h HOPKINS: Move breakout highscore table to savegames, and fixes to display 2013-07-26 21:57:02 -04:00
configure.engine BUILD: Split configure.engines down to a single file per engine. 2013-11-24 00:45:38 +00:00
debugger.cpp HOPKINS : Added a lines debugger command 2013-05-13 00:04:55 +02:00
debugger.h HOPKINS : Added a lines debugger command 2013-05-13 00:04:55 +02:00
detection_tables.h HOPKINS: Initialize censorship based on per-engine GUI option instead of optional text flag 2014-02-02 16:20:17 +01:00
detection.cpp HOPKINS: Initialize censorship based on per-engine GUI option instead of optional text flag 2014-02-02 16:20:17 +01:00
dialogs.cpp HOPKINS: Replace cascades of if by switches for language checks 2013-11-09 20:06:42 +01:00
dialogs.h HOPKINS: Move _oldInventoryPosX to DialogsManager, remove a useless variable 2013-04-10 09:00:08 +02:00
events.cpp HOPKINS: Janitorial - Fix spacing errors 2013-11-23 10:26:45 +01:00
events.h HOPKINS: Constify some functions and members 2013-04-11 12:17:06 +02:00
files.cpp HOPKINS: Initialize censorship based on per-engine GUI option instead of optional text flag 2014-02-02 16:20:17 +01:00
files.h HOPKINS: JANITORIAL: Remove trailing spaces and tabs 2013-04-05 08:17:26 +02:00
font.cpp HOPKINS: Fix bug #3612482 - ending credits issues 2013-05-04 09:57:40 +02:00
font.h HOPKINS: Some renaming and refactoring in Globals 2013-03-24 22:12:43 +01:00
globals.cpp HOPKINS: Replace cascades of if by switches for language checks 2013-11-09 20:06:42 +01:00
globals.h HOPKINS: Reverted to saving Breakout high scores in a separate file 2013-07-31 21:01:04 -04:00
graphics.cpp HOPKINS: Reduce the scope of some variables 2014-02-09 11:44:56 +01:00
graphics.h JANITORIAL: Remove trailing whitespace 2013-07-14 19:01:47 +02:00
hopkins.cpp HOPKINS: Reduce the scope of some variables 2014-02-09 11:44:56 +01:00
hopkins.h HOPKINS: Remove some unused constants 2014-01-06 22:14:52 +01:00
lines.cpp HOPKINS: Reduce the scope of some more variables 2014-02-09 20:06:08 +01:00
lines.h HOPKINS : Added a lines debugger command 2013-05-13 00:04:55 +02:00
menu.cpp HOPKINS: Replace cascades of if by switches for language checks 2013-11-09 20:06:42 +01:00
menu.h HOPKINS: Remove setParent() from MenuManager and ObjectsManager 2013-03-20 07:56:16 +01:00
module.mk HOPKINS: Lots of code implemented for Hopkin's computer 2012-11-17 20:49:07 +11:00
objects.cpp HOPKINS: Reduce the scope of some more variables 2014-02-09 20:06:08 +01:00
objects.h HOPKINS: Enlarge _lockedAnims array to avoid potential out of bound access. CID 1004012 2013-04-21 08:25:42 +02:00
saveload.cpp HOPKINS: Take advantage of Surface::getPixels. 2013-08-03 04:02:51 +02:00
saveload.h HOPKINS: Bumped up savegame version, and added load handling the brief version 3 format 2013-07-31 21:21:29 -04:00
script.cpp HOPKINS: Replace cascades of if by switches for language checks 2013-11-09 20:06:42 +01:00
script.h HOPKINS: Constify some functions and members 2013-04-11 12:17:06 +02:00
sound.cpp HOPKINS: Fix bug that could cause the music to stop prematurely 2014-02-13 00:38:04 +01:00
sound.h HOPKINS: Fix bug that could cause the music to stop prematurely 2014-02-13 00:38:04 +01:00
talk.cpp HOPKINS: Remove useless assignation 2014-02-09 20:10:26 +01:00
talk.h HOPKINS: Some renaming in TalkManager 2013-04-01 23:17:18 +02:00