Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-10 | SCI: Fix SQ1VGA Russian class names | sluicebox | |
Fixes bug #10156 | |||
2020-01-10 | SCI: Ignore incorrectly detected volume version | sluicebox | |
Ignores a detected volume version of SCI3 when the map version is less than SCI2, as that indicates detectVolVersion's heuristics failed. SQ1VGA Russian has volume files with a few junk bytes in between resource entries, which causes detectVolVersion to return SCI3 instead of the expected result of Invalid and then use the correctly detected map version. The detection algorithm tries each version until it finds one that fits, and the SCI3 pattern happens to fit because it's necessarily the most permissive due to the wCompression bytes containing meaningless values. Fixes bug #10156 | |||
2020-01-09 | SCI: Log bp_function (bpe) parameters in debugger | sluicebox | |
Trac #9833 | |||
2020-01-09 | SCI: Trigger bpr/bpw breakpoints within kernel calls | sluicebox | |
Trac #9835 | |||
2020-01-08 | SCI32: Update GK2 subtitle compatibility | sluicebox | |
2020-01-07 | SCI32: Add GK2 subtitle patch compatibility | sluicebox | |
Fixes #9677, #11282 | |||
2020-01-07 | SCI32: Ignore invalid GK2 audio maps in all versions | sluicebox | |
Fixes #11014, #11270 | |||
2020-01-06 | SCI32: Fix GK2 Gerde missing message | sluicebox | |
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 | |