aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-11SCI32: Temporarily revert kShowMovie due to buildbot failuresColin Snover
Revert "SCI32: Fix KQ7 1.51 video background" This reverts commit c8affb54cca259f37522216bad739be085bf9caa. Revert "SCI32: Fix crash when kShowMovie is called but the video cannot be found" This reverts commit 93b06f4a9e08de281ee7eb9c780ceac147c3fb23. Revert "SCI32: Fix KQ7 1.51 basic video playback" This reverts commit cdab24aa07c18ad4a25a1659f7fca15cca5e358e. Revert "SCI32: Additional Video32 documentation" This reverts commit 4ff0924e57a9bc9101ee0799a967fe3373dd2574. Revert "SCI32: Implement kShowMovie" This reverts commit 13297c19298c5ad73c9e996c5c31ca91de124911.
2016-08-11SCI32: Fix KQ7 1.51 video backgroundColin Snover
2016-08-11SCI32: Fix crash when kShowMovie is called but the video cannot be foundColin Snover
2016-08-11SCI32: Fix KQ7 1.51 basic video playbackColin Snover
There is still a problem where the background is white instead of black; this is caused by the palette of the video using entry 0 as white. This seems to have worked out OK in SSCI because the video was not actually played back inside the engine itself, so didn't interfere with the palette of the engine. ScummVM has no such separation, so the palette of the video interferes with the palette of the blank background pic, turning it white.
2016-08-11SCI32: Additional Video32 documentationColin Snover
2016-08-11SCI32: Implement kShowMovieColin Snover
2016-08-11SCI32: Fix GfxFrameout::_isHiRes flag to be accurate for all gamesColin Snover
2016-08-11TITANIC: Hook up wave pump for callbacksPaul Gilbert
2016-08-11TITANIC: Compilation fix for SoundType enumPaul Gilbert
2016-08-11TITANIC: Fleshing out QSound simulation methodsPaul Gilbert
2016-08-11TITANIC: Set up positioning mode in sound manager & CProximityPaul Gilbert
2016-08-11DIRECTOR: Lingo: Added all D2 constantsEugene Sandulenko
2016-08-11Merge pull request #798 from wjp/torin_savingFilippos Karapetis
SCI32: Support Torin's autosave system
2016-08-11NEWS: Improve description of the longbow bug recently fixedLothar Serra Mari
2016-08-11Revert "NEWS: Mention fix for bug #7179"Lothar Serra Mari
This reverts commit 01761e991a974e774c07d7d7d145c9de003308df.
2016-08-11MOHAWK: Add a Riven specific sound managerBastien Bouclet
- Add ambient sound fading - Fix ambient sound volume to use the list-level volume
2016-08-11MOHAWK: Allow the games to have a different sound managerBastien Bouclet
2016-08-11MOHAWK: Move makeMohawkWaveStream out of the Sound classBastien Bouclet
2016-08-11DIRECTOR: Lingo: Code for calling out factory methodsEugene Sandulenko
2016-08-11DIRECTOR: Lingo: Initial code for factory creationEugene Sandulenko
2016-08-11NEWS: Mention fix for bug #7179Lothar Serra Mari
2016-08-11SCI32: Don't use autosave.cat in TorinWillem Jan Palenstijn
2016-08-11ADL: Make text blinking event-recorder-compatibleWalter van Niftrik
2016-08-11DIRECTOR: Lingo: Added constants 'true' and 'false'Eugene Sandulenko
2016-08-11DIRECTOR: Lingo: Fixed reference traces for VOID typesEugene Sandulenko
2016-08-10TITANIC: Add music handler stopping codePaul Gilbert
2016-08-10TITANIC: Beginnings of music handlerPaul Gilbert
2016-08-10TITANIC: Implemented CGondolierSong classPaul Gilbert
2016-08-10DIRECTOR: Lingo: Use first argument of 'puppetPalette' verbatimEugene Sandulenko
2016-08-10DIRECTOR: Lingo: Moved 'mci' and 'mciwait' to built-insEugene Sandulenko
2016-08-09TITANIC: Field renaming and warning fixes in sound codePaul Gilbert
2016-08-09TITANIC: Implemented more sound related classesPaul Gilbert
2016-08-09TITANIC: Finish CMusicPlayer classPaul Gilbert
2016-08-09SCI: Fix sq4 workaround room 391, fixes bug #7179Martin Kiewitz
doCatalog::mode does not exist, the method is actually doCatalog::changeState This issue has been in there since the workaround was added through commit 20b1d80d598e6f741e28c9a85d186e463d111816
2016-08-09DIRECTOR: Lingo: Proper stubs for commands with variable argumentsEugene Sandulenko
2016-08-09DIRECTOR: Lingo: Pass number of arguments to built-in functionsEugene Sandulenko
2016-08-08TITANIC: Implemented more sound classesPaul Gilbert
2016-08-08TITANIC: Implemented CAutoSoundPlayerADSR & CBackgroundSoundMakerPaul Gilbert
2016-08-08TITANIC: Implemented room, node, and view auto sound player classesPaul Gilbert
2016-08-08TITANIC: Implemented CAutoSoundPlayer classPaul Gilbert
2016-08-08TITANIC: Implemented CAutoMusicPlayer classPaul Gilbert
2016-08-09DIRECTOR: Lingo: Mark built-in commands with Director versionEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Added rest of D2 command stubsEugene Sandulenko
2016-08-08ADL: Use recently-added kPlatformApple2Walter van Niftrik
2016-08-08ADL: Clarify mono/color game optionsWalter van Niftrik
2016-08-08DIRECTOR: Lingo: Fix calling built-ins with variable number of parametersEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Added stubs for puppet* commandsEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Made 'go to' and 'play' commands work with expressionsEugene Sandulenko
2016-08-08DIRECTOR: Fix crash during test executionEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Fix toString() functionEugene Sandulenko