aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2017-02-11DRASCULA: Link speech and SFX volumesThierry Crozat
2017-02-11DRASCULA: Fix sound volume synchronizationThierry Crozat
When using the original drascula dialog to change volume, this was not saved to the ConfMan, which means the change was lost when quitting the engine or when opening the ScummVM options dialog. Also synchronising the _mixer volumes from ConfMan was resetting the master volume to the maximum. Since ScummVM doesn't have a master volume, there is no correct way to get it. But we now try to guess one from the music and speech volumes.
2017-02-11DRASCULA: Add handling of the master volumeThierry Crozat
2017-02-11AGI: Hold-key-mode fixMartin Kiewitz
Original AGI only created a stationary event, when the last pressed direction key was released. We do that now as well. Makes cursor in MH1 behave properly. Thanks to waltervn for pointing this out.
2017-02-11DIRECTOR: Lingo: Implemented sanity checks for built-insEugene Sandulenko
2017-02-11DIRECTOR: Lingo: Probe movies in Mac Resource Forks in 'go to movie'Eugene Sandulenko
Currently, 'Gravity Ball' movie is launched every now and then in The Apartment 3.0 due to some bug in hadlers call sequence. Thus, rename it for the time being.
2017-02-11DIRECTOR: Fix Shared cast detectionEugene Sandulenko
2017-02-10TITANIC: Use critical section methods when reading from audio bufferPaul Gilbert
2017-02-10TITANIC: Fix further warnings in CWaveFilePaul Gilbert
2017-02-10TITANIC: Fix shadowed member warningsPaul Gilbert
2017-02-10TITANIC: Compilation fix for audio buffer stream classPaul Gilbert
2017-02-10TITANIC: Further sanity checking before locking wave files for accessPaul Gilbert
2017-02-10TITANIC: Implementing audio buffer audio streamPaul Gilbert
2017-02-10TITANIC: Moved music parser strings to data filePaul Gilbert
2017-02-10DIRECTOR: Lingo: Fixed parsing built-ins with arglistEugene Sandulenko
2017-02-10DIRECTOR: Lingo: Avoid deleting counter in 'repeat..with' statementEugene Sandulenko
2017-02-10AGI: Make MH1 nightclub arcade sequence slower for AppleIIgsMartin Kiewitz
Thanks waltervn for pointing this issue out AppleIIgs adjustment tables had to be extended, because the first 3 arcade sequences were running way too fast, while the last one ran fine and all of those are part of one single room.
2017-02-10CRYO: Move all static data for Lost Eden to cryo.dat (2/2)Filippos Karapetis
2017-02-10DIRECTOR: Lingo: Fixed built-ins code generationEugene Sandulenko
2017-02-10CRYO: Add explicit sizes to some static data arraysFilippos Karapetis
Makes it easier to move them to a data file
2017-02-10CRYO: Use cryo.dat for all game versionsFilippos Karapetis
All the static data will be eventually moved into this file
2017-02-10CRYO: Add handling for the cryo.dat aux data fileFilippos Karapetis
2017-02-10Revert "CRYO: Add handling for the cryo.dat aux data file"Filippos Karapetis
This reverts commit 01e072fbbc1baaf8aaa48aba0842bf8977510b93.
2017-02-10Revert "CRYO: Use cryo.dat for all game versions"Filippos Karapetis
This reverts commit 6ff7ef95d73c29051a675d03bdccd42f0a5a215b.
2017-02-10Revert "CRYO: Add explicit sizes to some static data arrays"Filippos Karapetis
This reverts commit 2fd2eeed1c21047744c9d79b1283c52c009b5406.
2017-02-09TITANIC: Extra sanity checks before locking CWaveFiles for accessPaul Gilbert
2017-02-09TITANIC: FIxes and cleanup for instrument mixer codePaul Gilbert
2017-02-09TITANIC: CWaveFile::lock now returns pointer to data, not WAV headerPaul Gilbert
2017-02-10CRYO: Add explicit sizes to some static data arraysFilippos Karapetis
Makes it easier to move them to a data file
2017-02-10CRYO: Use cryo.dat for all game versionsFilippos Karapetis
All the static data will be eventually moved into this file
2017-02-10CRYO: Add handling for the cryo.dat aux data fileFilippos Karapetis
2017-02-10CRYO: Move unrelated Common::File include out of platdefs.hFilippos Karapetis
2017-02-10CRYO: Remove leftover example engine codeFilippos Karapetis
2017-02-10CRYO: Move readme.txt to wikiFilippos Karapetis
2017-02-10CRYO: Move gameflow.txt to wikiFilippos Karapetis
2017-02-10CRYO: Move bugs.txt to wikiFilippos Karapetis
2017-02-10CRYO: Remove the unused ResourceManager classFilippos Karapetis
2017-02-09TITANIC: Refactor CWaveFile audio stream generationPaul Gilbert
Wave files need to handle both stand-alone playback via an audio stream, as well as reading the raw data when merging instrument fragments in the music room.
2017-02-09TITANIC: Fix calculation of wave file sizePaul Gilbert
2017-02-09TITANIC: Fixes to choosing wave files for instrumentsPaul Gilbert
2017-02-09TITANIC: Fix setting correct instrument _pitchControl valuesPaul Gilbert
2017-02-10ADL: Bring hires6 in line with hires5Walter van Niftrik
2017-02-09DIRECTOR: Lingo: Documented D4 "Variables" LingoEugene Sandulenko
This completes the Director 4.0 grammar. Woo hoo!
2017-02-09DIRECTOR: Lingo: Documented D4 "Time" LingoEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "Text" LingoEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "System" LingoEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "Sprites" LingoEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "Sound" LingoEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "Rectangle and point coordinates" LingoEugene Sandulenko
2017-02-09DIRECTOR: Lingo: Documented D4 "Puppets" LingoEugene Sandulenko