aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Collapse)Author
2020-01-10SCI: Fix SQ1VGA Russian class namessluicebox
Fixes bug #10156
2020-01-10SCI: Ignore incorrectly detected volume versionsluicebox
Ignores a detected volume version of SCI3 when the map version is less than SCI2, as that indicates detectVolVersion's heuristics failed. SQ1VGA Russian has volume files with a few junk bytes in between resource entries, which causes detectVolVersion to return SCI3 instead of the expected result of Invalid and then use the correctly detected map version. The detection algorithm tries each version until it finds one that fits, and the SCI3 pattern happens to fit because it's necessarily the most permissive due to the wCompression bytes containing meaningless values. Fixes bug #10156
2020-01-09SCI: Log bp_function (bpe) parameters in debuggersluicebox
Trac #9833
2020-01-09SCI: Trigger bpr/bpw breakpoints within kernel callssluicebox
Trac #9835
2020-01-08SCI32: Update GK2 subtitle compatibilitysluicebox
2020-01-07SCI32: Add GK2 subtitle patch compatibilitysluicebox
Fixes #9677, #11282
2020-01-07SCI32: Ignore invalid GK2 audio maps in all versionssluicebox
Fixes #11014, #11270
2020-01-06SCI32: Fix GK2 Gerde missing messagesluicebox
2020-01-05SCI32: Fix VMDPlayer not leaving last framesluicebox
Applies _leaveLastFrame logic from VMDPlayer::closeComposited() to VMDPlayer::closeOverlay() where it was missing. Fixes bug #11299 in GK2
2020-01-04SCI32: Fix GK2 Game-over plane prioritysluicebox
Fixes bug #11298
2020-01-04SCI32: Make KQ7 Russian detection entry Windows-onlysluicebox
This is a Windows-only release and only the Windows resources were translated, not the DOS resources. Trac #11302
2020-01-03SCI32: Fix GK2 Chapter 4 Georg letter topicsluicebox
2020-01-03SCI32: Add KQ7 Russian (SoftClub) detection entrysluicebox
Trac #11302
2020-01-02SCI32: Add GK2 workaround for flag debug dialogsluicebox
2020-01-02SCI32: Fix GK2 Neuschwanstein castle hintsluicebox
2019-12-31SCI32: Fix GK2 Holy water lockupsluicebox
2019-12-30SCI32: Fix GK2 patch commentsluicebox
2019-12-30SCI32: Fix GK2 Xaver Black Wolf topicsluicebox
2019-12-30SCI32: Fix GK2 Chapter 3 police station deadendsluicebox
2019-12-30SCI: Remove stray script patch commassluicebox
2019-12-29SCI32: Fix GK2 Frau Miller lockupsluicebox
2019-12-29SCI32: Fix GK2 SoundManager random lockupssluicebox
2019-12-29SCI32: Update GK2 patch commentssluicebox
2019-12-29SCI32: Fix GK2 Inventory scrollingsluicebox
- Scrolling is now smooth as in the original - Scroll-direction patch is now compatible with all versions
2019-12-29SCI32: Update GK2 benchmark patch for all versionssluicebox
2019-12-29SCI32: Fix unforgivable typossluicebox
2019-12-28SCI32: Fix GK2 broken messagessluicebox
2019-12-28SCI32: Fix SQ6 duplicate pointssluicebox
2019-12-28SCI32: Fix SQ6 missing pointssluicebox
Fixes bug #11275
2019-12-28SCI32: Update GK2 workaround for Italian versionsluicebox
2019-12-27SCI: Removed unneeded debug output. The bug has been confirmed fixedEugene Sandulenko
2019-12-26SCI: Swap lowercase Alt+'a'/'s' for Polish, in order to avoid conflicting ↵Eugene Sandulenko
keybingings
2019-12-26SCI: Fix lowercase Alt+'n' for PolishEugene Sandulenko
2019-12-26SCI: Added support for typing Polish characters with 'Alt'Eugene Sandulenko
2019-12-25SCI: Added temporary debug ouput for Polish inputEugene Sandulenko
2019-12-25SCI: Reformatted the conversion tableEugene Sandulenko
2019-12-25SCI: Added detection and support for Polish LSL7Eugene Sandulenko
Fixes bug #11274
2019-12-24SCI32: Add GK2 Italian detection entrysluicebox
Trac #11013
2019-12-21SCI32: Fix PHANT1 Stab flag reset in chapter 7sluicebox
2019-12-21SCI32: Fix PHANT1 videos with out of sync censorshipsluicebox
2019-12-21SCI32: Fix PHANT1 Chapel west exit during chasesluicebox
2019-12-21SCI32: Fix PHANT1 when quitting ScummVM during chasesluicebox
2019-12-21SCI: Implement kFileIOCopysluicebox
Allows patching a Phantasmagoria 1 script to copy instead of rename. Although most games can call this through their File:copy script, none have been discovered yet that do.
2019-12-21SCI32: Fix PHANT1 Chase history deletion in chapter 7sluicebox
blerg
2019-12-21SCI32: Fix PHANT1 Wine cask hotspot in chapter 5sluicebox
2019-12-18AUDIO: (FM-TOWNS/PC-98) - fix regression from 0e734722athrxx
My commit 0e734722 causes lockups in SCUMM (sometimes) and SCI (very often). I didn't like the way I had fixed this before, but in the end I now had to do it in a similar way.
2019-12-12SCI32: Fix QFG4 Necrotaur blackout script patchsluicebox
Fixes bug #11277
2019-12-09SCI32: Fix PHANT1 save file interoperabilitysluicebox
Phantasmagoria 1 save files are uncompressed because they are small and interoperable with the original interpreter, but the game scripts frequently rename them. Renaming save files unconditionally compresses the result and so only some files have been interoperable. Phantasmagoria 1 files now remain uncompressed when renamed.
2019-12-08SCI32: Add PHANT1 German Patch detection entrysluicebox
Trac #9743
2019-12-08SCI32: Update PHANT1 detection entry commentssluicebox