scummvm/engines/sci
sluicebox ed8682dfba SCI: Fix issues with SCI16 save/restore UI patching
Game object save methods were being patched out by default, while
their restore methods weren't. This suppressed some game-specific
behavior and created a mismatch that could corrupt saves.

- PEPPER saves at start of game no longer crash
- KQ5 FM Towns now works with ScummVM restore UI
- LSL6 auto save timer no longer launches ScummVM save UI
- QFG3 no longer requires special handling

Fixes bug #15212
2024-07-06 22:57:41 -07:00
..
engine SCI: Fix issues with SCI16 save/restore UI patching 2024-07-06 22:57:41 -07:00
graphics SCI: Fix SCI1.1 view displacement scaling 2024-07-05 16:21:20 -07:00
parser
resource SCI: Minor resource code cleanup 2024-06-19 16:26:34 -06:00
sound SCI: Fix SCI0 MIDI filtering when multiple stop events 2024-06-30 00:49:20 -07:00
video
configure.engine
console.cpp
console.h
credits.pl
debug.h
detection_internal.h SCI: formatting 2024-06-30 13:05:01 +03:00
detection_options.h
detection_tables.h SCI: Use ADGF_NO_FLAGS instead of 0 in detection entries 2024-07-06 08:03:32 +03:00
detection.cpp SCI: Simplify engine plugin search 2024-06-30 18:39:06 +02:00
detection.h
dialogs.cpp GUI: Handle padding for the backend and engine options in the theme definitions 2024-06-14 01:15:12 +02:00
dialogs.h
event.cpp SCI: fix bug no. 15242 2024-07-02 22:14:06 +02:00
event.h
metaengine.cpp ENGINES: Create a type aware advanced meta engine 2024-06-30 18:39:06 +02:00
module.mk SCI: (SCI0) - add support for CGA and Hercules render modes 2024-06-30 13:05:01 +03:00
POTFILES
sci.cpp SCI: fix undithering option and disable it for CGA/Hercules 2024-06-30 13:05:01 +03:00
sci.h
util.cpp
util.h
version.h