scummvm/engines/sci/engine
sluicebox d10fd9f124 SCI: Revert disabling LB2 control panel in tunnel
These rooms disabled the control panel to prevent the player from
accessing the game's speed setting. Ego is set to a fixed speed and
the timing of the room scripts depend on that speed.

See: 11ca903f60
2022-12-21 12:26:52 -08:00
..
features.cpp SCI: Handle alternate bit orders in game flag debug commands 2022-07-30 16:39:24 -04:00
features.h SCI: Add speed_throttle debug command 2022-08-12 00:33:20 -04:00
file.cpp SCI: Rename strcpy function to prepare for forbidden name 2022-10-23 22:46:19 +02:00
file.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
gc.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
gc.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
guest_additions.cpp SCI32: Fix SHIVERS and PHANT2 loading autosave slot 2022-03-21 15:33:52 -04:00
guest_additions.h SCI: Add WIP code for saving via GMM and autosaving (still disabled) 2022-01-16 13:54:57 +02:00
hoyle5poker.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
hoyle5poker.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
kernel_tables.h SCI32: Add LSL6HIRES kResCheck Wave/Audio handling 2022-06-06 17:32:50 -04:00
kernel.cpp SCI: Add option for high resolution Mac fonts 2022-11-06 23:05:20 -08:00
kernel.h SCI: kScummVMSleep is now available in SCI16 2022-04-08 22:42:04 -04:00
kevent.cpp SCI: Restrict kGetEvent throttling to fast cast mode 2022-08-02 17:23:34 -04:00
kfile.cpp SCI: (BRAIN) - fix music pause bug 2022-11-06 14:13:48 +02:00
kgraphics32.cpp SCI32: Update kSetShowStyle version checks for Mac 2022-03-22 07:32:55 -04:00
kgraphics.cpp SCI: Convert LB2 German fix to message workaround 2022-11-08 16:37:18 -08:00
klists.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
kmath.cpp SCI32: Implement accurate kMulDiv calculations 2022-08-29 04:45:12 -07:00
kmenu.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
kmisc.cpp SCI: Remove speed test detector 2022-12-21 12:26:51 -08:00
kmovement.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
kparse.cpp SCI: Rename strcpy function to prepare for forbidden name 2022-10-23 22:46:19 +02:00
kpathing.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
kscripts.cpp SCI32: Add LSL6HIRES kResCheck Wave/Audio handling 2022-06-06 17:32:50 -04:00
ksound.cpp SCI: Remove SCI32 code from SCI16 kDoAudio 2022-12-09 23:31:16 -08:00
kstring.cpp SCI: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
kvideo.cpp SCI: Fix SCI16 Mac QuickTime playback when upscaled 2022-11-06 23:05:20 -08:00
message.cpp SCI: Rename strcpy function to prepare for forbidden name 2022-10-23 22:46:19 +02:00
message.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
object.cpp SCI32: Improve SCI3 object parsing 2022-03-03 22:26:09 -05:00
object.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
savegame.cpp SCI: Prevent script lockers from overflowing 2022-11-22 12:37:32 -08:00
savegame.h SCI: Include all music fade flags in save files 2022-07-30 16:39:25 -04:00
script_patches.cpp SCI: Revert disabling LB2 control panel in tunnel 2022-12-21 12:26:52 -08:00
script_patches.h SCI: Add PATCH_GETORIGINALBYTES to script patcher 2022-12-07 16:26:07 -08:00
script.cpp SCI: Prevent script lockers from overflowing 2022-11-22 12:37:32 -08:00
script.h SCI: Fix MSVC C4309 enum sign warning 2022-11-29 01:37:55 +01:00
scriptdebug.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
scriptdebug.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
seg_manager.cpp SCI: Rename strcpy function to prepare for forbidden name 2022-10-23 22:46:19 +02:00
seg_manager.h SCI: Correct spelling mistake 2022-10-27 15:57:28 +02:00
segment.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
segment.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
selector.cpp SCI: Add WIP code for saving via GMM and autosaving (still disabled) 2022-01-16 13:54:57 +02:00
selector.h SCI: Add WIP code for saving via GMM and autosaving (still disabled) 2022-01-16 13:54:57 +02:00
state.cpp SCI: Restrict kGetEvent throttling to fast cast mode 2022-08-02 17:23:34 -04:00
state.h SCI: Restrict kGetEvent throttling to fast cast mode 2022-08-02 17:23:34 -04:00
static_selectors.cpp SCI: Handle saving via the GMM for LB2 floppy 2022-01-18 00:22:18 +02:00
tts.cpp TTS: (ENGINES) - add support for tts enable function 2022-04-26 21:08:41 +03:00
tts.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
vm_types.cpp SCI32: Fix modulo opcode in SCI2.1Late and SCI3 2022-08-29 03:25:31 -07:00
vm_types.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
vm.cpp SCI: Track correct location and size of temp variables 2022-11-30 23:13:00 +02:00
vm.h SCI: Track correct location and size of temp variables 2022-11-30 23:13:00 +02:00
workarounds.cpp SCI: Fix CNICK_LONGBOW uninit read workaround 2022-12-21 12:26:51 -08:00
workarounds.h SCI: Add media type to resource patch definitions 2022-12-02 16:11:32 -08:00