aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Collapse)Author
2020-01-10SCI: Fix SQ1VGA Russian class namessluicebox
Fixes bug #10156
2020-01-09SCI: Log bp_function (bpe) parameters in debuggersluicebox
Trac #9833
2020-01-09SCI: Trigger bpr/bpw breakpoints within kernel callssluicebox
Trac #9835
2020-01-08SCI32: Update GK2 subtitle compatibilitysluicebox
2020-01-07SCI32: Add GK2 subtitle patch compatibilitysluicebox
Fixes #9677, #11282
2020-01-06SCI32: Fix GK2 Gerde missing messagesluicebox
2020-01-04SCI32: Fix GK2 Game-over plane prioritysluicebox
Fixes bug #11298
2020-01-03SCI32: Fix GK2 Chapter 4 Georg letter topicsluicebox
2020-01-02SCI32: Add GK2 workaround for flag debug dialogsluicebox
2020-01-02SCI32: Fix GK2 Neuschwanstein castle hintsluicebox
2019-12-31SCI32: Fix GK2 Holy water lockupsluicebox
2019-12-30SCI32: Fix GK2 patch commentsluicebox
2019-12-30SCI32: Fix GK2 Xaver Black Wolf topicsluicebox
2019-12-30SCI32: Fix GK2 Chapter 3 police station deadendsluicebox
2019-12-30SCI: Remove stray script patch commassluicebox
2019-12-29SCI32: Fix GK2 Frau Miller lockupsluicebox
2019-12-29SCI32: Fix GK2 SoundManager random lockupssluicebox
2019-12-29SCI32: Update GK2 patch commentssluicebox
2019-12-29SCI32: Fix GK2 Inventory scrollingsluicebox
- Scrolling is now smooth as in the original - Scroll-direction patch is now compatible with all versions
2019-12-29SCI32: Update GK2 benchmark patch for all versionssluicebox
2019-12-29SCI32: Fix unforgivable typossluicebox
2019-12-28SCI32: Fix GK2 broken messagessluicebox
2019-12-28SCI32: Fix SQ6 duplicate pointssluicebox
2019-12-28SCI32: Fix SQ6 missing pointssluicebox
Fixes bug #11275
2019-12-28SCI32: Update GK2 workaround for Italian versionsluicebox
2019-12-21SCI32: Fix PHANT1 Stab flag reset in chapter 7sluicebox
2019-12-21SCI32: Fix PHANT1 videos with out of sync censorshipsluicebox
2019-12-21SCI32: Fix PHANT1 Chapel west exit during chasesluicebox
2019-12-21SCI32: Fix PHANT1 when quitting ScummVM during chasesluicebox
2019-12-21SCI: Implement kFileIOCopysluicebox
Allows patching a Phantasmagoria 1 script to copy instead of rename. Although most games can call this through their File:copy script, none have been discovered yet that do.
2019-12-21SCI32: Fix PHANT1 Chase history deletion in chapter 7sluicebox
blerg
2019-12-21SCI32: Fix PHANT1 Wine cask hotspot in chapter 5sluicebox
2019-12-12SCI32: Fix QFG4 Necrotaur blackout script patchsluicebox
Fixes bug #11277
2019-12-09SCI32: Fix PHANT1 save file interoperabilitysluicebox
Phantasmagoria 1 save files are uncompressed because they are small and interoperable with the original interpreter, but the game scripts frequently rename them. Renaming save files unconditionally compresses the result and so only some files have been interoperable. Phantasmagoria 1 files now remain uncompressed when renamed.
2019-12-06SCI32: Fix kRobot subop 6 implementationsluicebox
Fixes Phantasmagoria 1 animations not resuming after closing the control panel during the chapter 7 chase
2019-12-04SCI32: Implement VMD Censorship Blobssluicebox
Phantasmagoria 1's censorship mode is now supported Trac #11229
2019-12-01SCI32: Create stubs for kPlayVMD blob subopssluicebox
Prevents Phantasmagoria 1 from crashing while in censored mode. The "blob" subops pixelate rectangles during playback and are currently being implemented.
2019-12-01SCI: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-25SCI32: Fix kFileIOReadRaw when fewer bytes than requestedsluicebox
Fixes censorship password in Phantasmagoria 1
2019-11-20SCI: Fix CAMELOT dropped events while sword is drawnsluicebox
Fixes bug #11269
2019-11-20SCI: Fix CAMELOT menu items when restoringsluicebox
2019-11-20SCI: Fix comment typossluicebox
2019-11-17SCI32: Fix QFG4 error when sliding down slopesluicebox
Trac #9801, #11268
2019-11-12SCI: Fix SQ5 transporter room speed bugssluicebox
Fixes bug #11264
2019-11-08SCI: Fix SQ5 WD40 alarm countdown lockupsluicebox
Fixes bug #11255
2019-11-07SCI: Fix SQ5 WD40 fruit lockupsluicebox
Fixes bug #5162
2019-11-02SCI32: Fix QFG4 bone cage bugssluicebox
Fixes bug #11238
2019-11-01SCI: Fix PQ1VGA bugs outside Carol's coffee shopsluicebox
Fixes bug: #5826
2019-10-31SCI32: Fix KQ7 extra ambrosiasluicebox
Fixes bug #9790
2019-10-31SCI32: Fix LSL6 Hires Mac restore from launchersluicebox