Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-11 | DRASCULA: Fix sound volume synchronization | Thierry 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-11 | DRASCULA: Add handling of the master volume | Thierry Crozat | |
2017-02-11 | AGI: Hold-key-mode fix | Martin 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-11 | DIRECTOR: Lingo: Implemented sanity checks for built-ins | Eugene Sandulenko | |
2017-02-11 | DIRECTOR: 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-11 | DIRECTOR: Fix Shared cast detection | Eugene Sandulenko | |
2017-02-11 | I18N: Update translations templates | Thierry Crozat | |
2017-02-11 | Merge pull request #895 from csnover/gui-volume-options | Eugene Sandulenko | |
GUI: Add three new options for volume slider controls | |||
2017-02-10 | TITANIC: Use critical section methods when reading from audio buffer | Paul Gilbert | |
2017-02-10 | TITANIC: Fix further warnings in CWaveFile | Paul Gilbert | |
2017-02-10 | TITANIC: Fix shadowed member warnings | Paul Gilbert | |
2017-02-10 | TITANIC: Compilation fix for audio buffer stream class | Paul Gilbert | |
2017-02-10 | TITANIC: Further sanity checking before locking wave files for access | Paul Gilbert | |
2017-02-10 | TITANIC: Implementing audio buffer audio stream | Paul Gilbert | |
2017-02-10 | TITANIC: Moved music parser strings to data file | Paul Gilbert | |
2017-02-10 | DEVTOOLS: Add music parser strings to create_titanic | Paul Gilbert | |
2017-02-10 | DIRECTOR: Lingo: Fixed parsing built-ins with arglist | Eugene Sandulenko | |
2017-02-10 | DIRECTOR: Lingo: Avoid deleting counter in 'repeat..with' statement | Eugene Sandulenko | |
2017-02-10 | AGI: Make MH1 nightclub arcade sequence slower for AppleIIgs | Martin 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-10 | DIRECTOR: Lingo: Fixed built-ins code generation | Eugene Sandulenko | |
2017-02-10 | Revert "CRYO: Add ID and versioning to cryo.dat" | Filippos Karapetis | |
This reverts commit 4858b3fc5836dbf2f33fe0d1452bf0cb3a9f75b2. | |||
2017-02-10 | Revert "CRYO: Rename create_led_dat to create_cryo_dat" | Filippos Karapetis | |
This reverts commit 1db02c7bd8ffee2aa0a27264669d11f83d95b491. | |||
2017-02-10 | Revert "CRYO: Add handling for the cryo.dat aux data file" | Filippos Karapetis | |
This reverts commit 01e072fbbc1baaf8aaa48aba0842bf8977510b93. | |||
2017-02-10 | Revert "CRYO: Use cryo.dat for all game versions" | Filippos Karapetis | |
This reverts commit 6ff7ef95d73c29051a675d03bdccd42f0a5a215b. | |||
2017-02-10 | Revert "CRYO: Add explicit sizes to some static data arrays" | Filippos Karapetis | |
This reverts commit 2fd2eeed1c21047744c9d79b1283c52c009b5406. | |||
2017-02-09 | TITANIC: Extra sanity checks before locking CWaveFiles for access | Paul Gilbert | |
2017-02-09 | TITANIC: FIxes and cleanup for instrument mixer code | Paul Gilbert | |
2017-02-09 | TITANIC: CWaveFile::lock now returns pointer to data, not WAV header | Paul Gilbert | |
2017-02-10 | CRYO: Add explicit sizes to some static data arrays | Filippos Karapetis | |
Makes it easier to move them to a data file | |||
2017-02-10 | CRYO: Use cryo.dat for all game versions | Filippos Karapetis | |
All the static data will be eventually moved into this file | |||
2017-02-10 | CRYO: Add handling for the cryo.dat aux data file | Filippos Karapetis | |
2017-02-10 | CRYO: Rename create_led_dat to create_cryo_dat | Filippos Karapetis | |
2017-02-10 | CRYO: Add ID and versioning to cryo.dat | Filippos Karapetis | |
2017-02-10 | CRYO: Move unrelated Common::File include out of platdefs.h | Filippos Karapetis | |
2017-02-10 | CRYO: Remove leftover example engine code | Filippos Karapetis | |
2017-02-10 | CRYO: Move readme.txt to wiki | Filippos Karapetis | |
2017-02-10 | CRYO: Move gameflow.txt to wiki | Filippos Karapetis | |
2017-02-10 | CRYO: Move bugs.txt to wiki | Filippos Karapetis | |
2017-02-10 | CRYO: Remove the unused ResourceManager class | Filippos Karapetis | |
2017-02-09 | TITANIC: Refactor CWaveFile audio stream generation | Paul 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-09 | TITANIC: Fix calculation of wave file size | Paul Gilbert | |
2017-02-09 | TITANIC: Fixes to choosing wave files for instruments | Paul Gilbert | |
2017-02-09 | TITANIC: Fix setting correct instrument _pitchControl values | Paul Gilbert | |
2017-02-10 | ADL: Bring hires6 in line with hires5 | Walter van Niftrik | |
2017-02-10 | CREATE_PROJECT: Also silence warning 4100 in MSVC | Filippos Karapetis | |
Some formal function parameters are not used in all overloaded functions, which results in loads of 4100 warnings when building CREATE_PROJECT. This change silences warning 4100 together with the others | |||
2017-02-09 | DIRECTOR: Lingo: Documented D4 "Variables" Lingo | Eugene Sandulenko | |
This completes the Director 4.0 grammar. Woo hoo! | |||
2017-02-09 | DIRECTOR: Lingo: Documented D4 "Time" Lingo | Eugene Sandulenko | |
2017-02-09 | DIRECTOR: Lingo: Documented D4 "Text" Lingo | Eugene Sandulenko | |
2017-02-09 | DIRECTOR: Lingo: Documented D4 "System" Lingo | Eugene Sandulenko | |
2017-02-09 | DIRECTOR: Lingo: Documented D4 "Sprites" Lingo | Eugene Sandulenko | |