Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-05 | SCI32: Fix VMDPlayer not leaving last frame | sluicebox | |
Applies _leaveLastFrame logic from VMDPlayer::closeComposited() to VMDPlayer::closeOverlay() where it was missing. Fixes bug #11299 in GK2 | |||
2020-01-04 | SCI32: Fix GK2 Game-over plane priority | sluicebox | |
Fixes bug #11298 | |||
2020-01-04 | SCI32: Make KQ7 Russian detection entry Windows-only | sluicebox | |
This is a Windows-only release and only the Windows resources were translated, not the DOS resources. Trac #11302 | |||
2020-01-03 | SCI32: Fix GK2 Chapter 4 Georg letter topic | sluicebox | |
2020-01-03 | SCI32: Add KQ7 Russian (SoftClub) detection entry | sluicebox | |
Trac #11302 | |||
2020-01-02 | SCI32: Add GK2 workaround for flag debug dialog | sluicebox | |
2020-01-02 | SCI32: Fix GK2 Neuschwanstein castle hint | sluicebox | |
2019-12-31 | SCI32: Fix GK2 Holy water lockup | sluicebox | |
2019-12-30 | SCI32: Fix GK2 patch comment | sluicebox | |
2019-12-30 | SCI32: Fix GK2 Xaver Black Wolf topic | sluicebox | |
2019-12-30 | SCI32: Fix GK2 Chapter 3 police station deadend | sluicebox | |
2019-12-30 | SCI: Remove stray script patch commas | sluicebox | |
2019-12-29 | SCI32: Fix GK2 Frau Miller lockup | sluicebox | |
2019-12-29 | SCI32: Fix GK2 SoundManager random lockups | sluicebox | |
2019-12-29 | SCI32: Update GK2 patch comments | sluicebox | |
2019-12-29 | SCI32: Fix GK2 Inventory scrolling | sluicebox | |
- Scrolling is now smooth as in the original - Scroll-direction patch is now compatible with all versions | |||
2019-12-29 | SCI32: Update GK2 benchmark patch for all versions | sluicebox | |
2019-12-29 | SCI32: Fix unforgivable typos | sluicebox | |
2019-12-28 | SCI32: Fix GK2 broken messages | sluicebox | |
2019-12-28 | SCI32: Fix SQ6 duplicate points | sluicebox | |
2019-12-28 | SCI32: Fix SQ6 missing points | sluicebox | |
Fixes bug #11275 | |||
2019-12-28 | SCI32: Update GK2 workaround for Italian version | sluicebox | |
2019-12-27 | SCI: Removed unneeded debug output. The bug has been confirmed fixed | Eugene Sandulenko | |
2019-12-26 | SCI: Swap lowercase Alt+'a'/'s' for Polish, in order to avoid conflicting ↵ | Eugene Sandulenko | |
keybingings | |||
2019-12-26 | SCI: Fix lowercase Alt+'n' for Polish | Eugene Sandulenko | |
2019-12-26 | SCI: Added support for typing Polish characters with 'Alt' | Eugene Sandulenko | |
2019-12-25 | SCI: Added temporary debug ouput for Polish input | Eugene Sandulenko | |
2019-12-25 | SCI: Reformatted the conversion table | Eugene Sandulenko | |
2019-12-25 | SCI: Added detection and support for Polish LSL7 | Eugene Sandulenko | |
Fixes bug #11274 | |||
2019-12-24 | SCI32: Add GK2 Italian detection entry | sluicebox | |
Trac #11013 | |||
2019-12-21 | SCI32: Fix PHANT1 Stab flag reset in chapter 7 | sluicebox | |
2019-12-21 | SCI32: Fix PHANT1 videos with out of sync censorship | sluicebox | |
2019-12-21 | SCI32: Fix PHANT1 Chapel west exit during chase | sluicebox | |
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 |