Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-02 | TITANIC: Disable secondary spatial sources of speech playback | Paul Gilbert | |
2016-11-02 | TITANIC: Fix correctly getting the Deskbot's script | Paul Gilbert | |
2016-11-02 | TITANIC: Change endTalking to setTalking | Paul Gilbert | |
2016-11-02 | SCI32: Fix missing digital audio playback on save game restore | Colin Snover | |
Fixes Trac#9581. | |||
2016-11-02 | SCI: Remove old SCI32 hires detection heuristic | Colin Snover | |
2016-11-02 | SCI32: Automate kNumCels workaround | Colin Snover | |
2016-11-02 | SCI32: Remove incorrect palette.h #include | Colin Snover | |
2016-11-02 | SCI: Add reference dump to disk in debugger | Colin Snover | |
This allows references in memory to be dumped to disk for examination by other tools. In the case of SCI32 bitmaps, data is output in 8-bit TGA format without transparency, which allows the current palette to also be examined. (The alternative would be to use 32-bit TGA to display transparency, and lose the palette, or dump to a more complicated format that supports 1-bit transparency.) | |||
2016-11-01 | TITANIC: Fix Deskbot startup animation | Paul Gilbert | |
2016-11-01 | TITANIC: Cleanup calls to playMovie | Paul Gilbert | |
2016-11-01 | TITANIC: Cleanup calls to playClip | Paul Gilbert | |
2016-11-01 | TITANIC: Fix log heading for talking to Deskbot | Paul Gilbert | |
2016-11-01 | TITANIC: Add support for mouse wheel scrolling conversations log | Paul Gilbert | |
2016-11-01 | TITANIC: Fix loading of conversation log | Paul Gilbert | |
2016-11-01 | TITANIC: Fix transparency handling for PET glyph selection | Paul Gilbert | |
2016-11-01 | CHEWY: Add additional version information to detection entries | rootfather | |
2016-11-01 | TITANIC: Fix loading of remote buttons | Paul Gilbert | |
2016-10-31 | TITANIC: Fix rendering PET glyphs when scrolled | Paul Gilbert | |
2016-10-31 | TITANIC: Fix another compiler warning | Paul Gilbert | |
2016-10-31 | GRAPHICS: Fix compiler warning in BdfFont | Paul Gilbert | |
2016-10-31 | TITANIC: Fix compiler warnings | Paul Gilbert | |
2016-10-31 | TITANIC: Remove dragged item image when dropped in PET | Paul Gilbert | |
2016-10-31 | MADS: Fix spelling mistake | Paul Gilbert | |
2016-10-31 | DIRECTOR: More debug ouptut to RIFX parsing | Eugene Sandulenko | |
2016-10-31 | Merge pull request #860 from a-detiste/master | Eugene Sandulenko | |
JANITORIAL: Typos found by lintian | |||
2016-10-31 | TITANIC: Implement manual mouse control used during intro | Paul Gilbert | |
2016-10-31 | JANITORIAL: Typos | Alexandre Detiste | |
I've not fixed this one, maybe it's on purpose: RELASE -> RELEASE engines/mads/staticres.cpp:const char *const kGameReleaseTitleStr = "GAME RELASE VERSION INFO"; | |||
2016-10-30 | TITANIC: Renamings of mouse methods | Paul Gilbert | |
2016-10-30 | TITANIC: Support cutscene frame counting beyond end of video | Paul Gilbert | |
The intro credits cutscene at least, uses an end frame beyond the video as a way of adding an extra delay after the video finishes | |||
2016-10-30 | DIRECTOR: More debug output on resource loading | Eugene Sandulenko | |
2016-10-30 | TITANIC: Fix PET rendering in Embarkation Lobby | Paul Gilbert | |
2016-10-30 | DM: Fix GCC warning (and potential bug) | Strangerke | |
2016-10-30 | NEWS/DE: Mention recent additions/changes | rootfather | |
2016-10-30 | NEWS: Mention recent additions/changes | rootfather | |
2016-10-30 | README/DE: Mention --auto-detect feature in German README | rootfather | |
2016-10-30 | NEWS/DE: Mention recent bugfixes in the German NEWS | rootfather | |
2016-10-30 | NEWS: Mention recent bugfixes in the NEWS | rootfather | |
2016-10-30 | TITANIC: Add extra field initializations | Paul Gilbert | |
2016-10-30 | TITANIC: Fix somer compiler warnings | Paul Gilbert | |
2016-10-30 | GUI: Allow changing the GUI language without restarting ScummVM | Thierry Crozat | |
2016-10-30 | GUI: Add possibility to rebuild the launcher dialog | Thierry Crozat | |
2016-10-30 | GUI: Add possibility to rebuild the options dialog | Thierry Crozat | |
This will be needed to allow changing the GUI language and applying the change without having to close the dialog. | |||
2016-10-30 | GUI: Setting the active tab also ensures it is visible in the tab bar | Thierry Crozat | |
2016-10-30 | GUI: Only change theme when applying new options | Thierry Crozat | |
Unlike other options in the OptionsDialog, the theme change was done when selecting a new theme and not when clicking on OK or Apply. This commit makes it consistent with other options | |||
2016-10-30 | GUI: Add Apply button in global options dialog | Thierry Crozat | |
2016-10-30 | TITANIC: Fix playing past very last frame of videos | Paul Gilbert | |
2016-10-30 | COMMON: Fix GCC Warning in JSON Parser. | D G Turner | |
The emitted warning is "ISO C++98 does not support the ‘%lg’ gnu_printf format [-Wformat=]". Though "%lg" is required for *scanf functions to indicate the field size, it is not required for *printf functions which use "%g" instead. | |||
2016-10-30 | TITANIC: Cleanup of CServiceElevatorWIndow class | Paul Gilbert | |
2016-10-30 | TITANIC: Fix setting different video framerates | Paul Gilbert | |
2016-10-30 | TITANIC: Fix floor change message to go to both background & indicator | Paul Gilbert | |