aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-11DIRECTOR: Lingo: Simplfy movie presense check in 'go to movie'Eugene Sandulenko
2017-02-12BUILD: Add cryo.dat to resource files for Windows builds.Kirben
2017-02-11Merge pull request #899 from bluegr/cryo_datFilippos Karapetis
CRYO: Move all static engine data into cryo.dat
2017-02-11CRYO: Rename variables to conform to our code formatting guidelinesFilippos Karapetis
2017-02-11CRYO: Clean up and document some variablesFilippos Karapetis
2017-02-11CRYO: Fix typo in create_cryoFilippos Karapetis
2017-02-11CRYO: Add cryo.dat to all messages related to itFilippos Karapetis
2017-02-11CRYO: Add cryo.dat to engine-dataFilippos Karapetis
2017-02-11CRYO: Fix typos in some sizeof() valuesFilippos Karapetis
2017-02-11CRYO: Add missing int32 typedef to create_cryoFilippos Karapetis
2017-02-11CRYO: 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-11CRYO: 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-11CRYO: Remove one more usage of sizeof()Filippos Karapetis
2017-02-11DRASCULA: Add bound check asserts to copyRectWillem Jan Palenstijn
Bug #7110 showed a crash here. Even though that was likely a compiler error, these extra checks shouldn't hurt.
2017-02-11CRYO: Rename variables to conform to our formatting guidelinesFilippos Karapetis
2017-02-11CRYO: Move more static data to cryo.dat (2/2)Filippos Karapetis
2017-02-11CRYO: Move more static data to cryo.dat (1/2)Filippos Karapetis
2017-02-11CRYO: Use hardcoded values for structs instead of sizeof()Filippos Karapetis
2017-02-11NEWS: Mention drascula volume handling improvementsThierry Crozat
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-11CRYO: Wrap enums around namespaces, to use EnumName::EnumValueFilippos Karapetis
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-11I18N: Update translations templatesThierry Crozat
2017-02-11Merge pull request #895 from csnover/gui-volume-optionsEugene Sandulenko
GUI: Add three new options for volume slider controls
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-10DEVTOOLS: Add music parser strings to create_titanicPaul 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-10CRYO: Move all static data for Lost Eden to cryo.dat (1/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-10CRYO: Rename create_led_dat to create_cryo_datFilippos Karapetis
2017-02-10CRYO: Add ID and versioning to cryo.datFilippos Karapetis
2017-02-10Revert "CRYO: Add ID and versioning to cryo.dat"Filippos Karapetis
This reverts commit 4858b3fc5836dbf2f33fe0d1452bf0cb3a9f75b2.
2017-02-10Revert "CRYO: Rename create_led_dat to create_cryo_dat"Filippos Karapetis
This reverts commit 1db02c7bd8ffee2aa0a27264669d11f83d95b491.