Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-21 | SCI32: Fix PHANT1 when quitting ScummVM during chase | sluicebox | |
2019-12-21 | SCI: Implement kFileIOCopy | sluicebox | |
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-21 | SCI32: Fix PHANT1 Chase history deletion in chapter 7 | sluicebox | |
blerg | |||
2019-12-21 | SCI32: Fix PHANT1 Wine cask hotspot in chapter 5 | sluicebox | |
2019-12-18 | AUDIO: (FM-TOWNS/PC-98) - fix regression from 0e734722 | athrxx | |
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-12 | SCI32: Fix QFG4 Necrotaur blackout script patch | sluicebox | |
Fixes bug #11277 | |||
2019-12-09 | SCI32: Fix PHANT1 save file interoperability | sluicebox | |
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-08 | SCI32: Add PHANT1 German Patch detection entry | sluicebox | |
Trac #9743 | |||
2019-12-08 | SCI32: Update PHANT1 detection entry comments | sluicebox | |
2019-12-06 | SCI32: Fix kRobot subop 6 implementation | sluicebox | |
Fixes Phantasmagoria 1 animations not resuming after closing the control panel during the chapter 7 chase | |||
2019-12-04 | SCI32: Implement VMD Censorship Blobs | sluicebox | |
Phantasmagoria 1's censorship mode is now supported Trac #11229 | |||
2019-12-04 | SCI32: Fix VMDPlayer yielding when frames skipped | sluicebox | |
2019-12-01 | SCI32: Fix kPlayVMDPlayUntilEvent when passed zero | sluicebox | |
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-01 | SCI32: Create stubs for kPlayVMD blob subops | sluicebox | |
Prevents Phantasmagoria 1 from crashing while in censored mode. The "blob" subops pixelate rectangles during playback and are currently being implemented. | |||
2019-12-01 | SCI: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-25 | SCI32: Fix kFileIOReadRaw when fewer bytes than requested | sluicebox | |
Fixes censorship password in Phantasmagoria 1 | |||
2019-11-20 | SCI: Fix CAMELOT dropped events while sword is drawn | sluicebox | |
Fixes bug #11269 | |||
2019-11-20 | SCI: Fix CAMELOT menu items when restoring | sluicebox | |
2019-11-20 | SCI: Fix comment typos | sluicebox | |
2019-11-19 | SCI: Fix kMenuSelect selecting disabled items | sluicebox | |
Fixes CAMELOT "draw sword" command causing bugs and lockups when it's not supposed to be available | |||
2019-11-19 | SCI: Add horizontal shake to kShakeScreen | sluicebox | |
2019-11-19 | GRAPHICS: Add interface for horizontal shake | sluicebox | |
2019-11-17 | SCI32: Fix QFG4 error when sliding down slope | sluicebox | |
Trac #9801, #11268 | |||
2019-11-17 | SCI32: Add SQ6 Mac detection entry | sluicebox | |
2019-11-12 | SCI: Fix SQ5 transporter room speed bugs | sluicebox | |
Fixes bug #11264 | |||
2019-11-08 | SCI: Fix SQ5 WD40 alarm countdown lockup | sluicebox | |
Fixes bug #11255 | |||
2019-11-07 | SCI: Fix SQ5 WD40 fruit lockup | sluicebox | |
Fixes bug #5162 | |||
2019-11-03 | ENGINES: Stop using 'single id' | Bastien Bouclet | |
2019-11-03 | ENGINES: Add an engine ID to all the engines | Bastien Bouclet | |
2019-11-02 | SCI32: Fix QFG4 bone cage bugs | sluicebox | |
Fixes bug #11238 | |||
2019-11-01 | SCI: Fix PQ1VGA bugs outside Carol's coffee shop | sluicebox | |
Fixes bug: #5826 | |||
2019-10-31 | SCI32: Fix KQ7 extra ambrosia | sluicebox | |
Fixes bug #9790 | |||
2019-10-31 | SCI32: Fix LSL6 Hires Mac restore from launcher | sluicebox | |
2019-10-31 | SCI32: Add HOYLE5 kFileIOReadString workaround | sluicebox | |
2019-10-31 | SCI32: Add Mac KQ7, HOYLE5, MOTHERGOOSE256 detection | sluicebox | |
2019-10-30 | SCI: Fix QFG3 Johari and Manu map bugs | sluicebox | |
Fixes bug #11216 | |||
2019-10-27 | SCI: Fix ECO2 Ecorder lily highlighting | sluicebox | |
Fixes bug #5552 | |||
2019-10-27 | SCI: Fix SQ5 random lockup in captain's chair | sluicebox | |
Fixes bug #6130 | |||
2019-10-24 | SCI32: Return correct KPlatform32 value on Mac | sluicebox | |
Fixes GK1 Mac intro and other slideshow movies | |||
2019-10-23 | SCI32: Include Mac resource filenames with two digits | sluicebox | |
KQ7, Phant1, and others have more than 9 "Data" files | |||
2019-10-23 | SCI32: Fix GK1 inventory item bug on restart | sluicebox | |
Fixes bug #11222 | |||
2019-10-21 | SCI32: Add support for AIFF audio | sluicebox | |
Used by at least LSL6 Mac CD for voices | |||
2019-10-21 | SCI32: Add LSL6 Mac CD detection entry | sluicebox | |
Trac #11218 | |||
2019-10-21 | SCI: Add LSL6 Mac Floppy kGetCWD workaround | sluicebox | |
The game now starts | |||
2019-10-21 | SCI: Add LSL6 Mac Floppy detection entry | sluicebox | |
2019-10-20 | SCI32: Fix GK1 icon bar workaround | sluicebox | |
Fixes an uninitialized parameter workaround, trac #11215 This caused the icon bar to error when in "icon up" mode | |||
2019-10-20 | SCI32: Fix GK1 interrupted museum speech | sluicebox | |
Fixes bug #11219 | |||
2019-10-16 | SCI32: Fix QFG4 error when clicking after runes puzzle | sluicebox | |
Fixes a bug in a script patch, trac #11211 | |||
2019-10-12 | SCI: Fix QFG3 error when putting last item in chest | sluicebox | |
Fixes bug #11196 | |||
2019-10-11 | SCI32: Add support for Mac SND resource playback | sluicebox | |
Used by at least GK1 Mac, which can now be started without erroring |