aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Collapse)Author
2019-10-20SCI32: Fix GK1 icon bar workaroundsluicebox
Fixes an uninitialized parameter workaround, trac #11215 This caused the icon bar to error when in "icon up" mode
2019-10-20SCI32: Fix GK1 interrupted museum speechsluicebox
Fixes bug #11219
2019-10-16SCI32: Fix QFG4 error when clicking after runes puzzlesluicebox
Fixes a bug in a script patch, trac #11211
2019-10-12SCI: Fix QFG3 error when putting last item in chestsluicebox
Fixes bug #11196
2019-10-11SCI32: Add support for Mac SND resource playbacksluicebox
Used by at least GK1 Mac, which can now be started without erroring
2019-10-11SCI32: Enable Mac code (remove ENABLE_SCI32_MAC)sluicebox
2019-10-11SCI: Fix more kFileIO return valuessluicebox
Fix a number of incorrect return values from file IO functions, continuing the kFileIOWriteString fix from 7c1fb8bee1890f831adde61a98d94a563f9d14fa One of the misconceptions was that these functions return DOS error error codes on failure. Instead, SCI16 immediately zeros those out.
2019-10-10SCI: Fix Set But Unused Variable GCC WarningD G Turner
2019-10-09SCI: Fix compilationEugene Sandulenko
2019-10-09SCI32: More work on Hoyle 5 poker logicFilippos Karapetis
2019-10-08SCI32: Make the Hoyle 5 poker card bitmask a bit more explicitFilippos Karapetis
2019-10-08SCI32: Some initial work on the Hoyle 5 poker logicFilippos Karapetis
The game can be entered now, but there's only some dummy logic in place to get it working
2019-10-05SCI32: Handle the special Bridge save/load screens in Hoyle 5Filippos Karapetis
Fixes saving/loading the Bridge hands using the ScummVM save/load screens - bug #11174
2019-10-05SCI32: Add the French version of PQ:SWAT (bug #11100)Filippos Karapetis
2019-10-04SCI: Really Fix MSVC WarningD G Turner
The Palette structure referred to here is in sci/graphics/helpers.h not in the Graphics CursorMan class as previously thought. Rather than adding a structure constructor which could have side effects currently, the full structure is initialized here to avoid the MSVC warning. The previous change to CursorMan class Palette can be retained as it is a reasonable code improvement in any case.
2019-10-02SCI: Return correct value from kFileIOWriteStringsluicebox
Fixes corrupt save games in Hoyle5, bug #11174
2019-10-02SCI32: Add HOYLE5 support for original Save/Load screenssluicebox
Trac #11174
2019-09-29SCI32: Extend HOYLE5 Bridge workaroundsluicebox
2019-09-30SCI: Fix MSVC WarningD G Turner
2019-09-29SCI32: Remove ADGF_TESTING from qfg4 and hoyleTarek Soliman
Closes gh-1871
2019-09-30SCI: Fix MSVC WarningD G Turner
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