aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Collapse)Author
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-27SCI: Removed unneeded debug output. The bug has been confirmed fixedEugene Sandulenko
2019-12-26SCI: Swap lowercase Alt+'a'/'s' for Polish, in order to avoid conflicting ↵Eugene Sandulenko
keybingings
2019-12-26SCI: Fix lowercase Alt+'n' for PolishEugene Sandulenko
2019-12-26SCI: Added support for typing Polish characters with 'Alt'Eugene Sandulenko
2019-12-25SCI: Added temporary debug ouput for Polish inputEugene Sandulenko
2019-12-25SCI: Reformatted the conversion tableEugene Sandulenko
2019-12-25SCI: Added detection and support for Polish LSL7Eugene Sandulenko
Fixes bug #11274
2019-12-24SCI32: Add GK2 Italian detection entrysluicebox
Trac #11013
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-18AUDIO: (FM-TOWNS/PC-98) - fix regression from 0e734722athrxx
My commit 0e734722 causes lockups in SCUMM (sometimes) and SCI (very often). I didn't like the way I had fixed this before, but in the end I now had to do it in a similar way.
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-08SCI32: Add PHANT1 German Patch detection entrysluicebox
Trac #9743
2019-12-08SCI32: Update PHANT1 detection entry commentssluicebox
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-04SCI32: Fix VMDPlayer yielding when frames skippedsluicebox
2019-12-01SCI32: Fix kPlayVMDPlayUntilEvent when passed zerosluicebox
Fixes VMD playback in Phantasmagoria 1 while in censored mode. kPlayVMDPlayUntilEvent is supposed to play until the last frame when passed zero as the frame number to wait for.
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-19SCI: Fix kMenuSelect selecting disabled itemssluicebox
Fixes CAMELOT "draw sword" command causing bugs and lockups when it's not supposed to be available
2019-11-19SCI: Add horizontal shake to kShakeScreensluicebox
2019-11-19GRAPHICS: Add interface for horizontal shakesluicebox
2019-11-17SCI32: Fix QFG4 error when sliding down slopesluicebox
Trac #9801, #11268
2019-11-17SCI32: Add SQ6 Mac detection entrysluicebox
2019-11-12SCI: Fix SQ5 transporter room speed bugssluicebox
Fixes bug #11264