Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-11 | Merge pull request #899 from bluegr/cryo_dat | Filippos Karapetis | |
CRYO: Move all static engine data into cryo.dat | |||
2017-02-11 | CRYO: Rename variables to conform to our code formatting guidelines | Filippos Karapetis | |
2017-02-11 | CRYO: Clean up and document some variables | Filippos Karapetis | |
2017-02-11 | CRYO: Fix typo in create_cryo | Filippos Karapetis | |
2017-02-11 | CRYO: Add cryo.dat to all messages related to it | Filippos Karapetis | |
2017-02-11 | CRYO: Add cryo.dat to engine-data | Filippos Karapetis | |
2017-02-11 | CRYO: Fix typos in some sizeof() values | Filippos Karapetis | |
2017-02-11 | CRYO: Add missing int32 typedef to create_cryo | Filippos Karapetis | |
2017-02-11 | CRYO: Change the version of cryo.dat to be a 32-bit integer (2/2) | Filippos Karapetis | |
Though it's unlikely that we'll ever have that many changes, it's better to provision for more space now, for versioning | |||
2017-02-11 | CRYO: Change the version of cryo.dat to be a 32-bit integer (1/2) | Filippos Karapetis | |
Though it's unlikely that we'll ever have that many changes, it's better to provision for more space now, for versioning | |||
2017-02-11 | CRYO: Remove one more usage of sizeof() | Filippos Karapetis | |
2017-02-11 | DRASCULA: Add bound check asserts to copyRect | Willem Jan Palenstijn | |
Bug #7110 showed a crash here. Even though that was likely a compiler error, these extra checks shouldn't hurt. | |||
2017-02-11 | CRYO: Rename variables to conform to our formatting guidelines | Filippos Karapetis | |
2017-02-11 | CRYO: Move more static data to cryo.dat (2/2) | Filippos Karapetis | |
2017-02-11 | CRYO: Move more static data to cryo.dat (1/2) | Filippos Karapetis | |
2017-02-11 | CRYO: Use hardcoded values for structs instead of sizeof() | Filippos Karapetis | |
2017-02-11 | NEWS: Mention drascula volume handling improvements | Thierry Crozat | |
2017-02-11 | DRASCULA: Link speech and SFX volumes | Thierry Crozat | |
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 | CRYO: Wrap enums around namespaces, to use EnumName::EnumValue | Filippos Karapetis | |
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 | CRYO: Move all static data for Lost Eden to cryo.dat (2/2) | Filippos Karapetis | |
2017-02-10 | CRYO: Move all static data for Lost Eden to cryo.dat (1/2) | Filippos Karapetis | |
2017-02-10 | DIRECTOR: Lingo: Fixed built-ins code generation | Eugene Sandulenko | |
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 | 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. |