Branch: master
-
SCI32: Fix PHANT1 save file interoperability
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.
-
COMMON: Make save compression optional when copying
sluicebox committedDec 10, 2019 Allows for copying or renaming uncompressed save files, such as in Phantasmagoria 1, without compressing them in the process.
-
SCI32: Update PHANT1 detection entry comments
sluicebox committedDec 9, 2019
-
SCI32: Fix kRobot subop 6 implementation
Fixes Phantasmagoria 1 animations not resuming after closing the control panel during the chapter 7 chase
-
SCI32: Implement VMD Censorship Blobs
Phantasmagoria 1's censorship mode is now supported Trac #11229
-
SCI32: Fix VMDPlayer yielding when frames skipped
sluicebox committedDec 4, 2019
-
SCI32: Fix kPlayVMDPlayUntilEvent when passed zero
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.
-
SCI32: Create stubs for kPlayVMD blob subops
sluicebox committedDec 1, 2019 Prevents Phantasmagoria 1 from crashing while in censored mode. The "blob" subops pixelate rectangles during playback and are currently being implemented.
-
SCI32: Fix kFileIOReadRaw when fewer bytes than requested
Fixes censorship password in Phantasmagoria 1
-
SCI: Fix CAMELOT dropped events while sword is drawn
Fixes bug #11269
-
SCI: Fix CAMELOT menu items when restoring
sluicebox committedNov 20, 2019 -
sluicebox committed
Nov 20, 2019 -
-
DINGUX: Implement horizontal shake
sluicebox committedNov 20, 2019 -
SCI: Fix kMenuSelect selecting disabled items
Fixes CAMELOT "draw sword" command causing bugs and lockups when it's not supposed to be available
-
-
-
-
-
-
-
-
-
-
-
-
-
SCI32: Fix QFG4 error when sliding down slope
Trac #9801, #11268
-
-
SCI: Fix SQ5 transporter room speed bugs
Fixes bug #11264
-
SDL: Fix Windows screenshots with unicode paths
Use Common::FSNode to test for screenshot existence instead of SDL_RWFromFile(). SDL does different character encoding conversions which fail on Windows when a unicode character is in the path. Fixes bug #11118
-
SCI: Fix SQ5 WD40 alarm countdown lockup
Fixes bug #11255
-
WIN32: Exit when WinSparkle runs installer
Trac #10368
-
SCI: Fix SQ5 WD40 fruit lockup
Fixes bug #5162