scummvm/engines/sci/engine
Martin Kiewitz 80462b3f87 SCI: Fix auto-saving in the fan-made Cascade Quest
Script patch to change the fixed slot 999 to fixed slot 99 in the
game scripts and additional code for kSaveGame, that checks for
Cascade Quest + slot 99 and will then use ScummVM slot 0, which
is our auto-save slot.

Fixes bug #7007

Also added the game name to the other fan-made script patch.
2016-06-25 23:59:01 +02:00
..
features.cpp SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE 2015-12-29 01:44:11 +01:00
features.h SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE 2015-12-29 01:44:11 +01:00
file.cpp SCI: QfG1/2/3/4 character file detection changed 2016-02-05 18:40:14 +01:00
file.h SCI: fix compatibility issue in kFileIO 2016-01-05 19:44:45 +01:00
gc.cpp SCI32: Implement kScrollWindow 2016-06-21 08:14:12 -05:00
gc.h SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
kernel.cpp SCI: Separate the demos of QFG4, PQ4 and GK1 from their full versions 2016-03-08 20:36:02 +02:00
kernel.h SCI32: Implement basic kMessageBox 2016-06-21 08:14:12 -05:00
kernel_tables.h SCI32: Implement basic kMessageBox 2016-06-21 08:14:12 -05:00
kevent.cpp SCI32: Fix incorrect mouse event coordinates in SCI2 hires 2016-03-11 19:05:13 -06:00
kfile.cpp SCI: Fix auto-saving in the fan-made Cascade Quest 2016-06-25 23:59:01 +02:00
kgraphics.cpp SCI32: Initial implementation of kRemapColors 2016-03-11 05:10:32 +02:00
kgraphics32.cpp SCI32: Implement kBitmapDrawView 2016-06-21 16:12:33 -05:00
klists.cpp SCI32: fix kString calling from within kArray 2016-01-04 14:58:02 +01:00
kmath.cpp SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
kmenu.cpp SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
kmisc.cpp SCI: Make kMemory behavior like original SCI 2016-02-08 21:12:37 +01:00
kmovement.cpp SCI: kDoBresen adjustments for SCI<=1_EGA, thx wjp 2015-04-21 14:55:05 +02:00
kparse.cpp SCI: Handle pronouns in parser 2015-05-03 17:21:07 +02:00
kpathing.cpp SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine) 2016-06-21 08:14:12 -05:00
kscripts.cpp SCI: Remove warning in kDisposeScript 2016-05-28 11:42:17 -05:00
ksound.cpp SCI: Minor cleanup of kDoSound 2016-06-20 21:02:21 -05:00
kstring.cpp SCI32: More correctly fix kStringCopy overflow 2016-03-18 11:10:49 -05:00
kvideo.cpp SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade) 2016-01-07 16:35:09 -06:00
message.cpp SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE 2015-12-29 01:44:11 +01:00
message.h SCI: Make GPL headers consistent in themselves. 2014-02-18 02:39:37 +01:00
object.cpp SCI: Remove superfluous cast to boolean and fix code styling 2016-03-01 01:23:55 +02:00
object.h SCI3: Collect bits for managing kInfoFlagViewVisible 2016-02-29 16:00:13 +01:00
savegame.cpp SCI32: Remove invalid TODO about CLUT for 16-bit graphics 2016-05-28 19:57:56 -05:00
savegame.h SCI: Script patch for Mixed Up Mother Goose SCI1 2016-02-09 01:28:34 +01:00
script.cpp SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE 2015-12-29 01:44:11 +01:00
script.h SCI: identifyOffsets() counter variables 2015-05-17 18:51:22 +02:00
script_patches.cpp SCI: Fix auto-saving in the fan-made Cascade Quest 2016-06-25 23:59:01 +02:00
script_patches.h SCI: Improve kAnimate fastcast detection, Remove EQ1 hack 2016-02-23 20:17:18 +01:00
scriptdebug.cpp SCI: Introduce accessors for SegmentObjTable entries. 2016-03-25 01:15:26 +01:00
seg_manager.cpp SCI: Introduce accessors for SegmentObjTable entries. 2016-03-25 01:15:26 +01:00
seg_manager.h SCI: Indent comment properly. 2016-01-15 15:50:38 +01:00
segment.cpp SCI: Introduce accessors for SegmentObjTable entries. 2016-03-25 01:15:26 +01:00
segment.h SCI: Use aggregation to store objects in SegmentObjTable. 2016-03-25 01:15:26 +01:00
selector.cpp SCI32: Implement kEditText 2016-03-06 21:34:43 -06:00
selector.h SCI32: Implement kEditText 2016-03-06 21:34:43 -06:00
state.cpp SCI32: Don't do a syncWithScripts on restore from launcher 2016-03-02 19:34:40 +01:00
state.h SCI: Make cursor workaround work properly on OpenPandora 2016-03-05 21:28:09 +01:00
static_selectors.cpp SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE 2015-12-29 01:44:11 +01:00
vm.cpp SCI32: Fix index/offset mixup in updateInfoFlagViewVisible 2016-03-01 20:18:29 +01:00
vm.h SCI: Clean up the op_infoToa and op_superToa SCI3 opcodes 2016-02-05 23:52:18 +02:00
vm_types.cpp SCI: Fix build with SCI32 disabled. 2016-03-08 20:20:36 +01:00
vm_types.h SCI32: Add reg_t comparisons for graphics sorting 2016-03-07 16:46:25 -06:00
workarounds.cpp SCI32: Add workaround for kScrollWindowAdd call in Phantasmagoria 2016-06-21 08:14:12 -05:00
workarounds.h SCI32: Add workaround for kScrollWindowAdd call in Phantasmagoria 2016-06-21 08:14:12 -05:00