aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Collapse)Author
2019-09-30SCI: Add fanmade game "Zork: The Great Underground Empire"Filippos Karapetis
Bug #11051
2019-09-30SCI32/SCI: Sync Hoyle 4 and Hoyle 5 Bridge workaroundsFilippos Karapetis
These two games use the same scripts for the Bridge sub-game, so their workarounds are the same. Fixes bugs #11162, #11183
2019-09-29SCI32: Fix typo in kGlobalVarHoyle5ResponseTimeFilippos Karapetis
2019-09-28SCI32: Sync HOYLE5 Bridge volume controlsluicebox
2019-09-28SCI: Fix HOLYE4 and HOLYE5 Bridge invalid arithmeticsluicebox
Fixes bugs #11163 and #11173. Both games contain the same buggy script.
2019-09-28SCI32: Extend the Hoyle 5 bridge slider workaroundFilippos Karapetis
This fixes the other sliders in the Bridge game. Thanks to sluicebox
2019-09-28SCI: Add The Sect of Achturan fanmade game - bug #11072Filippos Karapetis
2019-09-28SCI32: Fixed several uninitialized reads in Hoyle 5Filippos Karapetis
Closes bugs #11167, #11168, #11169, #11170, #11171, #11172 #11173
2019-09-26SCI32: Fix QFG4 bridge secret exitsluicebox
Fixes bug #10774
2019-09-26SCI: Remove trailing commas from patch arrayssluicebox
2019-09-25SCI32: Fix comment typosluicebox
2019-09-25SCI32: Add QFG4 character import message boxsluicebox
Adds the ScummVM message box explaining saved character files to the QFG4 import character screen.
2019-09-23SCI32: Fix QFG4 door oiling when picking lockssluicebox
Fixes door bugs in six castle rooms, bug #10832
2019-09-21SCI: Support for Cyrillic inputEugene Sandulenko
2019-09-18SCI: Fix detection of Cyrillic characters in messagesEugene Sandulenko
2019-09-17SCI: Added Russian QFG1vgaEugene Sandulenko
2019-09-14SCI32: Remove QFG4 "a:" prefix from export filenamesluicebox
Trac #11082
2019-09-14SCI: Add a sanity check when loading vocab 901 (suffixes)Filippos Karapetis
An invalid access error, uncovered by the Span mechanism. Fixes the QFG2 demo (bug #11147)
2019-09-14SCI: Add special check for Russian versions of the gamesEugene Sandulenko
2019-09-14SCI: Add more script patcher checks for games without a selector vocabFilippos Karapetis
Fixes the LSL1 demo
2019-09-12SCI32: Disable QFG4 Change Directory import buttonsluicebox
2019-09-12SCI32: Fix loading system font for Mac gamessluicebox
Fixes GK1 Mac crash on load due to reading hard-coded little endian font data as big endian
2019-09-12SCI32: Fix loading autosaves (slot 0)sluicebox
Fixes bugs in trac #11029: - Slot 1 loading when user selects slot 0 in ScummVM UI - Slot 1 loading when slot 0 specified on command line - QFG4 slot 0 not appearing in game's original Restore UI
2019-09-10SCI32: Fix QFG4 Gate options after dungeonsluicebox
Fixes bug #11044
2019-09-07SCI32: Fix QFG4 Necrotaur gate messagesluicebox
Fixes bug #11057
2019-09-07SCI32: Fix QFG4 Ad Avis and Necrotaur chasesluicebox
Fixes several script bugs, trac #11056
2019-09-06SCI: Fix script patch comment typossluicebox
2019-09-06SCI: Fix KQ6 Drink Me missing Mac picsluicebox
2019-09-06SCI: Fix KQ6 Drink Me script patch on Macsluicebox
2019-09-04SCI32: Fix QFG4 Gnome talker at innsluicebox
Fixes bug #11030
2019-09-02SCI: Fix script patch macrosluicebox
2019-09-02SCI: Disable LONGBOW Amiga speed testsluicebox
2019-09-02SCI: Fix LONGBOW Amiga Fulk rescuesluicebox
Fixes bug #11137
2019-09-01SCI: Fix ECO2 reappearing items in shacksluicebox
Fixes bug #11135
2019-08-31SCI: Add ECO2 workaround for Ecorder talk buttonsluicebox
2019-08-30SCI: Fix addAsVirtualFiles creating titles with no filessluicebox
Fixes QFG game titles appearing on import screens when no character files exist but save files exist that match fileMask
2019-08-25SCI: (FB01 sound driver) - get rid of mutexathrxx
- The mutex was added to avoid the triggering of the assert in backends/midi/windows.cpp, line 95. Meanwhile, this issue has been addressed differently. - SCI does not per se require a mutex for the sound drivers. The engine is mostly thread-safe by avoiding driver calls through the main thread.
2019-08-24SCI32: Fix QFG4 Empty Burgomeister room tellersluicebox
Fixes bug #10754
2019-08-21SCI: Fix PQ3 Day 6 house fire repeatingsluicebox
Fixes bug #11089
2019-08-21GRAPHICS: Display Mac monochrome cursor inverted pixelssluicebox
Bug #7050
2019-08-20SCI: Fix QFG1VGA Drink water messagesluicebox
Fixes bug #11086
2019-08-19SCI: Fix spacing and macro on previous commitsluicebox
2019-08-19SCI: Fix PQ3 doctor's mouth animation speedsluicebox
Fixes bug #10255
2019-08-19SCI32: Fix QFG4 Great Hall argument doorsluicebox
Fixes a large number of script bugs surrounding the door to the argument between Katrina and Ad Avis in the great hall. This fixes floppy-only bugs, CD regressions, and message responses which were broken in all versions. As part of this, the audio for two messages is now available in the CD version for the first time. Bug #10799
2019-08-15SCI: Fix builds when SCI32 disabledsluicebox
Fixes previous commit
2019-08-15SCI: Fix ECO2 Icon bar tutorialsluicebox
Fixes bug #11081
2019-08-14SCI: Fix Macintosh kDrawPic mirror flag handlingsluicebox
Fixes the KQ6 Mac peppermint cave room
2019-08-13SCI: Fix SQ4CD Unstable ordnance bugsluicebox
Fixes bug #11077
2019-08-12SCI: Update Sound:vol in processUpdateCuessluicebox
Sound:vol is updated when updating cues starting in SCI_VERSION_1_MIDDLE. Fixes bug #10244. SQ4 localized floppy versions depend on this when getting in the orange ship, they fade music and wait for the volume to reach zero. Confirmed against asm that this is not in SQ4 floppy (early) but is in LSL1VGA (middle) and SQ4 localized floppies and SQ4CD (late).
2019-08-12SCI: Fix SQ4CD hintbook text layoutsluicebox
Fixes #11070