aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-04I18N: Update translations templatesThierry Crozat
2018-02-04SCUMM HE: Use Miles AdLib drivernukeykt
2018-02-03ADL: Add support for an early hires1 versionWalter van Niftrik
2018-02-03ADL: Remove hardcoded disk image filename from hires1Walter van Niftrik
2018-02-03TUCKER: Add inventory and save slot scrolling via mouse wheelAdrian Frühwirth
Fixes Trac#10424.
2018-02-03NEWS: Update German NEWS filerootfather
2018-02-03TUCKER: Fix default character width tableAdrian 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-02XEEN: Fixes for initial start of World endingPaul Gilbert
2018-02-02ADL: Remove unused array terminatorWalter van Niftrik
2018-02-02ADL: Fix build errorWalter van Niftrik
2018-02-02I18N: Update translations templatesThierry Crozat
2018-02-02ADL: Reduce sound volumeWalter van Niftrik
2018-02-02ADL: Refactor NIB image error handlingWalter van Niftrik
2018-02-02ADL: Implement new detection method for disk imagesWalter van Niftrik
2018-02-02ENGINES: Make AdvancedMetaEngine::detectGame() virtualWalter van Niftrik
2018-02-02ADL: Refactor disk image handlingWalter van Niftrik
2018-02-02ADL: Add sanity check to track/sector numbers read from NIBWalter van Niftrik
2018-02-02ADL: Ignore broken sectorsWalter van Niftrik
2018-02-02ADL: Do not pad out 13-sector .NIB disks to 16-sector formatWalter van Niftrik
2018-02-02ADL: Add convert_disk debug commandWalter van Niftrik
2018-02-01XEEN: Fix display of dragon text at start of World endingPaul Gilbert
2018-02-01XEEN: Implemented remainder of World of Xeen endingPaul Gilbert
2018-02-01BLADERUNNER: Fixed few Coverity issuesPeter Kohaut
2018-02-01SCI: Avoid (false positive) uninitialized use warningWillem Jan Palenstijn
2018-02-01SCI: Sabotage qfg1vga's speed testWillem 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-01I18N: Update translations templatesThierry Crozat
2018-02-01TINSEL: Remove now duplicate VER macroBastien Bouclet
2018-02-01NEWS: Mention ar correction and control improvements in PSP portrsn8887
2018-02-01I18N: Update translations templatesThierry Crozat
2018-02-01Revert "SCUMM: Check for and flag demos correctly"Eugene Sandulenko
There are too many regressions.
2018-01-31SCUMM: Fix compilation failure when DISABLE_TOWNS_DUAL_LAYER_MODE is definedColin Snover
2018-01-31SCUMM: Rename iMUSE save/load function to avoid confusing function hidingColin Snover
2018-01-31XEEN: Further implementation of World of Xeen endingPaul Gilbert
2018-01-31SUPERNOVA: Mark intentional fallthrough in switchThierry Crozat
2018-01-31SUPERNOVA: Fix incorrect sanity check for debug commandThierry Crozat
This was reported by coverity (CID 1385537).
2018-01-31SUPERNOVA: Improve command button size for translationsThierry Crozat
2018-01-31I18N: Update translations templatesThierry Crozat
2018-01-31SCUMM: Check for and flag demos correctlyHenrik "Henke37" Andersson
Rewrote the detection matching to use the extra field like the other two. This requires extensive testing due to touching code shared for a lot of games and being sensitive to individual versions of games.
2018-01-31NEWS: Mention touch controls in PS Vita portrsn8887
2018-01-31SCUMM: Remove variable shadowingColin Snover
2018-01-31TUCKER: Print infobar string if no savegame existsAdrian Frühwirth
Before, the ingame load dialog pretended to allow loading savegames from all possible slots even if no savegames existed. This introduces the original interpreter's behavior which instead loads a resource string from infobar.txt informing the user that no savegames are available.
2018-01-31TUCKER: Fix sentence bar offsetsAdrian Frühwirth
Fixes Trac#10413 and Trac#10414.
2018-01-31TUCKER: Fix dirty rects drawing bug in drawStringInteger()Adrian Frühwirth
2018-01-31TUCKER: Use existing enum for verbsAdrian Frühwirth
2018-01-31TUCKER: Fix dentist music in mall being played incorrectlyAdrian Frühwirth
2018-01-31SCUMM: Fix compilation failureColin Snover
2018-01-31TUCKER: Fix bubbles in Plugs shopAdrian Frühwirth
Fixes Trac#6641.
2018-01-31TUCKER: Cure Bud's and Billy's seasicknessAdrian Frühwirth
This ensures that the calculated offsets for Bud and Billy are [0,2] px and follow the sequence 0px -> 1px -> 2px -> 1px -> 0px as opposed to the earlier 0px -> 1px -> 2px -> 3px -> 0px which resulted in them teleporting back to their original location and on top of that being out of sync with the boat. Fixes Trac#6643.
2018-01-31TUCKER: Fix walking Royston glitchAdrian Frühwirth
Fixes Trac#6640.
2018-01-31TUCKER: Clarify comment in room palette handling codeEugene Sandulenko