aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-12CRYO: Add cryo.dat to DIST_FILES_ENGINEDATAThierry Crozat
2017-02-12TITANIC: Renaming methods in CMusicRoomHandlerPaul Gilbert
2017-02-12TITANIC: Fix method names in CMusicRoomInstrumentPaul Gilbert
2017-02-12TITANIC: Rename CMusicWave to CMusicRoomInstrumentPaul Gilbert
2017-02-12CRYO: Remove some more dead code, remove _keyboardHeldStrangerke
2017-02-12CRYO: Some code simplification, remove dead codeStrangerke
2017-02-12TITANIC: Simplify implementation of CAudioBufferPaul Gilbert
2017-02-12DIRECTOR: Lingo: Implemented \xC2 continuation symbol supportEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Implemented stub for REFERENCE built-insEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Added grammar for assignment to referencesEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Fixing position count in lexerEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Fix D3 script executionEugene Sandulenko
2017-02-11NEWS: Mention R2R display fixPaul Gilbert
2017-02-11TSAGE: R2R: Fix display of animationsPaul Gilbert
2017-02-12CRYO: Merge spriteOnSubtitle() into drawSprite()Filippos Karapetis
2017-02-12CRYO: Split graphics and resource-related functions into separate filesFilippos Karapetis
2017-02-12CRYO: Merge the two noclipax() methods and rename to drawSprite()Filippos Karapetis
2017-02-11TITANIC: Fix intial setup of BASS pitch controlPaul Gilbert
2017-02-11TITANIC: Fix getPitch calculation when inversion control is incorrectPaul Gilbert
2017-02-11TITANIC: Convert more methods to using MusicInstrument enumPaul Gilbert
2017-02-11JANITORIAL: Formatting fixesEugene Sandulenko
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