Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-08 | PSP2: allow 'frontpanel_touchpad_mode=true' option in ScummVM.ini | rsn8887 | |
Can change option to 'true' manually in scummvm.ini to force front panel into indirect touchpad mode where the pointer doesn't jump to finger. | |||
2018-02-07 | XEEN: Clicking on party member glyphs, show Character Info dialog | Paul Gilbert | |
2018-02-07 | XEEN: Compilation fix | Paul Gilbert | |
2018-02-07 | XEEN: Implemented remainder of Clouds ending | Paul Gilbert | |
2018-02-07 | TUCKER: Fix offset drawing bug in drawSprite() | Adrian Frühwirth | |
Fixes Trac#6639. | |||
2018-02-07 | TUCKER: Fix clipping handling when drawing text | Adrian Frühwirth | |
Fixes Trac#10422. | |||
2018-02-06 | XEEN: More of Clouds ending | Paul Gilbert | |
2018-02-06 | XEEN: Implement final score calculation | Paul Gilbert | |
2018-02-06 | XEEN: More of Clouds endgame | Paul Gilbert | |
2018-02-05 | BLADERUNNER: Added more game constants | Peter Kohaut | |
Code formatting | |||
2018-02-05 | MOHAWK: RIVEN: Execute the stored opcode before resetting movies | Bastien Bouclet | |
Otherwise the movie position is zero which leads the comparison with the stored opcode position to always be false. Fixes #10426, a regression from cf1171d4d9b43eba. | |||
2018-02-05 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-02-04 | XEEN: In progress implementing Clouds of Xeen ending | Paul Gilbert | |
2018-02-04 | PS3: Enable the mt32 emulator | Bastien Bouclet | |
Either the newer munt, the newer toolchain or the better compiler flags made it run well enough. | |||
2018-02-04 | PS3: Use -mno-fp-in-toc instead of -mminimal-toc | Bastien Bouclet | |
-mno-fp-in-toc is enough not to overflow the TOC. According to the GCC documentation this allows for faster code to be generated than with -mminimal-toc. | |||
2018-02-04 | BLADERUNNER: Fixed compilation warnings | Peter Kohaut | |
2018-02-04 | BLADERUNNER: ESPER interface | Peter Kohaut | |
2018-02-04 | ADL: Add support for another hires1 variant | Walter van Niftrik | |
2018-02-04 | JANITORIAL: Fix code formatting | Eugene Sandulenko | |
2018-02-04 | I18N: Update translations templates | Thierry Crozat | |
2018-02-04 | SCUMM HE: Use Miles AdLib driver | nukeykt | |
2018-02-03 | ADL: Add support for an early hires1 version | Walter van Niftrik | |
2018-02-03 | ADL: Remove hardcoded disk image filename from hires1 | Walter van Niftrik | |
2018-02-03 | TUCKER: Add inventory and save slot scrolling via mouse wheel | Adrian Frühwirth | |
Fixes Trac#10424. | |||
2018-02-03 | NEWS: Update German NEWS file | rootfather | |
2018-02-03 | TUCKER: Fix default character width table | Adrian Frühwirth | |
Non-English versions of the game include a charsize.dta/charszgr.dta which specifies the width to use when printing glyphs from the character set to the screen. ScummVM includes a hard-coded lookup table for games which do not ship with such a file. For some reason, our current hard-coded table includes widths for all possible glyphs except one. This fix allows to properly play the German version, which needs the character 'ß' (eszett), even when charszgr.dta is missing. Fixes Trac#4602. | |||
2018-02-02 | XEEN: Fixes for initial start of World ending | Paul Gilbert | |
2018-02-02 | ADL: Remove unused array terminator | Walter van Niftrik | |
2018-02-02 | ADL: Fix build error | Walter van Niftrik | |
2018-02-02 | I18N: Update translations templates | Thierry Crozat | |
2018-02-02 | ADL: Reduce sound volume | Walter van Niftrik | |
2018-02-02 | ADL: Refactor NIB image error handling | Walter van Niftrik | |
2018-02-02 | ADL: Implement new detection method for disk images | Walter van Niftrik | |
2018-02-02 | ENGINES: Make AdvancedMetaEngine::detectGame() virtual | Walter van Niftrik | |
2018-02-02 | ADL: Refactor disk image handling | Walter van Niftrik | |
2018-02-02 | ADL: Add sanity check to track/sector numbers read from NIB | Walter van Niftrik | |
2018-02-02 | ADL: Ignore broken sectors | Walter van Niftrik | |
2018-02-02 | ADL: Do not pad out 13-sector .NIB disks to 16-sector format | Walter van Niftrik | |
2018-02-02 | ADL: Add convert_disk debug command | Walter van Niftrik | |
2018-02-01 | XEEN: Fix display of dragon text at start of World ending | Paul Gilbert | |
2018-02-01 | XEEN: Implemented remainder of World of Xeen ending | Paul Gilbert | |
2018-02-01 | BLADERUNNER: Fixed few Coverity issues | Peter Kohaut | |
2018-02-01 | SCI: Avoid (false positive) uninitialized use warning | Willem Jan Palenstijn | |
2018-02-01 | SCI: Sabotage qfg1vga's speed test | Willem Jan Palenstijn | |
This ensures the detected speed will end up at the highest level. This improves the detail in Yorick's room (96), and slightly changes the timing in other rooms. Fixes bug #10296. | |||
2018-02-01 | I18N: Update translations templates | Thierry Crozat | |
2018-02-01 | TINSEL: Remove now duplicate VER macro | Bastien Bouclet | |
2018-02-01 | NEWS: Mention ar correction and control improvements in PSP port | rsn8887 | |
2018-02-01 | I18N: Update translations templates | Thierry Crozat | |
2018-02-01 | Revert "SCUMM: Check for and flag demos correctly" | Eugene Sandulenko | |
There are too many regressions. | |||
2018-01-31 | SCUMM: Fix compilation failure when DISABLE_TOWNS_DUAL_LAYER_MODE is defined | Colin Snover | |