Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-12 | CRYO: Add cryo.dat to DIST_FILES_ENGINEDATA | Thierry Crozat | |
2017-02-12 | TITANIC: Renaming methods in CMusicRoomHandler | Paul Gilbert | |
2017-02-12 | TITANIC: Fix method names in CMusicRoomInstrument | Paul Gilbert | |
2017-02-12 | TITANIC: Rename CMusicWave to CMusicRoomInstrument | Paul Gilbert | |
2017-02-12 | CRYO: Remove some more dead code, remove _keyboardHeld | Strangerke | |
2017-02-12 | CRYO: Some code simplification, remove dead code | Strangerke | |
2017-02-12 | TITANIC: Simplify implementation of CAudioBuffer | Paul Gilbert | |
2017-02-12 | DIRECTOR: Lingo: Implemented \xC2 continuation symbol support | Eugene Sandulenko | |
2017-02-12 | DIRECTOR: Lingo: Implemented stub for REFERENCE built-ins | Eugene Sandulenko | |
2017-02-12 | DIRECTOR: Lingo: Added grammar for assignment to references | Eugene Sandulenko | |
2017-02-12 | DIRECTOR: Lingo: Fixing position count in lexer | Eugene Sandulenko | |
2017-02-12 | DIRECTOR: Lingo: Fix D3 script execution | Eugene Sandulenko | |
2017-02-11 | NEWS: Mention R2R display fix | Paul Gilbert | |
2017-02-11 | TSAGE: R2R: Fix display of animations | Paul Gilbert | |
2017-02-12 | CRYO: Merge spriteOnSubtitle() into drawSprite() | Filippos Karapetis | |
2017-02-12 | CRYO: Split graphics and resource-related functions into separate files | Filippos Karapetis | |
2017-02-12 | CRYO: Merge the two noclipax() methods and rename to drawSprite() | Filippos Karapetis | |
2017-02-11 | TITANIC: Fix intial setup of BASS pitch control | Paul Gilbert | |
2017-02-11 | TITANIC: Fix getPitch calculation when inversion control is incorrect | Paul Gilbert | |
2017-02-11 | TITANIC: Convert more methods to using MusicInstrument enum | Paul Gilbert | |
2017-02-11 | JANITORIAL: Formatting fixes | Eugene Sandulenko | |
2017-02-11 | DIRECTOR: Lingo: Simplfy movie presense check in 'go to movie' | Eugene Sandulenko | |
2017-02-12 | BUILD: Add cryo.dat to resource files for Windows builds. | Kirben | |
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 |