aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2018-11-13BLADERUNNER: Fix Fall Through Compiler WarningsD G Turner
Clang and newer versions of GCC i.e. v8.2 require the comment to match "fall through" to surpress warnings so change "no break" comments to match.
2018-11-13AGI: Fix Fall Through Compiler WarningD G Turner
This fairly clearly intentional and thus no FIXME comment is added for this.
2018-11-12SCI32: Fix QFG4 autosave stack leak (#1388)Vhati
This leak was introduced in commit #a37e388
2018-11-11SCI: Add Detection Entry for Manic Mansion (Fan Game).D G Turner
This is from bug Trac #10705.
2018-11-11SCI32: Fix QFG4 crash when gliding across swamp (#1387)Vhati
Fixes typos that lead to Grooper::doit() arithmetic errors, bug #10777
2018-11-11ENGINES: Fix Crash in Fallback Detector Game Title Naming.D G Turner
This is a regression from 90b78c544657bf0fc41d6b86276a0873060345b5 This commit restores the previous behaviour and avoids a null pointer dereference induced crash. This fixes the root cause of bug Trac #10515.
2018-11-11PINK: Fix For Assertion When Looking Under Bed in Six House.D G Turner
The action which triggers the assertion is CheckUnderBedDB. This changes ActionPlay::OnStart method to be similar to superclass implementation with regard to _startFrame to avoid this. However, the animation still glitches repeating several times, but this is a script bug in the original and should be addressed in a workaround in a future commit. This should fix the main issue in Trac bug #10800.
2018-11-10SCI: Fix KQ6 look ribbon response (#1385)sluicebox
Fixes an incorrect message in the original. bug #10801
2018-11-08KYRA: (EOB) - fix possible null pointer derefathrxx
2018-11-08SCI32: Fix QFG4 autosave deleting manual saves (#1383)Vhati
Prevents the autosave script from enforcing a 20 savegame limit, bug #10758
2018-11-07SCI32: Fix GK1 day 1 Grace phone speech timing (#1372)sluicebox
Fixes timing that cuts off speech. bug #10787
2018-11-06KYRA: (EOB) - fix bug in dispel magic spellathrxx
This bug would occur when casting dispel magic while the weapon slots were temporarily disabled (from using a weapon etc.). This could lead to permanently disabled slots.
2018-11-05KYRA: (EOB) - improve debuggerathrxx
- added print_map command which prints a map of the current level - fixed open_door/close_door commands
2018-11-05GROOVIE: Fix Fallthrough Warning.D G Turner
2018-11-05GROOVIE: Fix Spaces in Savegame Naming.D G Turner
This patch was originally from bug Trac #6276 and was submitted by bluegr.
2018-11-05ZVISION: Really fix GUIO flags for the DVD version of ZGIFilippos Karapetis
2018-11-05ZVISION: Fix GUIO flags for the DVD version of ZGIFilippos Karapetis
2018-11-05SCI32: Fix GK1 ego flicker in Gran's chair (#1369)sluicebox
Fixes graphics glitch in the original game, bug #9760
2018-11-04DRASCULA: Add option to pause speech using space or pause keyThierry Crozat
2018-11-04ZVISION: Only add mpeg video engine options when mpeg and a52 are enabledThierry Crozat
2018-11-04ZVISION: Disable MPEG movies when liba52 is not enabledThierry Crozat
2018-11-04ZVISION: Set 800x600 mode for the DVD version of ZGITorbjörn Andersson
This allows the backend to show the hi-res videos at full resolution, rather than scaling them down.
2018-11-04ZVISION: Play hi-res videos, even if they have no low-res versionTorbjörn Andersson
This is used for some logo animations at the start of the game. I don't know if it's used for anything else, but probably not.
2018-11-04ZVISION: Enable hi-res videos for testing purposesTorbjörn Andersson
2018-11-03GROOVIE: Add Detection Entry for 11th Hour English Windows VariantD G Turner
This is a 4CD release, with date inside the disk.1 file of August 14th 1995.
2018-11-03GOB: Correct Crousibat Detection Entry to European Portuguese.D G Turner
This fixes bug Trac #10791.
2018-11-03GROOVIE: Fix GMM loads, block saves in a puzzleScott Thomas
Loading and returning from subscripts alters the _variables used, thus are not guaranteed to create a valid save state. Loading a save should be valid at any time, as long as the active script being run is restored to the base game script.
2018-11-02MUTATIONOFJB: Draw bitmaps.Ľubomír Remák
Implement RB (bitmap visibility) command. Implement stub for FLX and FLB (play animation) commands.
2018-11-02KYRA: fix EOB II sound glitchathrxx
This is a workaround for a premature sfx (original code/script bug) in a specific sequence in catacombs level 2.
2018-11-02KYRA: - fix EOB II graphics glitchathrxx
Catacombs level 3 doors were not drawn completely.
2018-10-31SCI: - minor fix to FM-TOWNS sound driverathrxx
- workaround to fix music playback in Mixed Up Mothergoose - remove a useless declaration
2018-10-31MUTATIONOFJB: Add basic support for RABLOAD command.Ľubomír Remák
Also fix an issue with parsing IF command. This commit makes the game completable (with many issues).
2018-10-30MUTATIONOFJB: Add stub for switching game chapter.Ľubomír Remák
2018-10-29PINK: added detection entry for Danish versionAndrei Prykhodko
2018-10-28KYRA: (EOB) - fix broken quickstart partyathrxx
regression from 00e59a31 - savegames without thumbnails (like the quickstart party) would raise an error message.
2018-10-28SCI32: Remove GK1 French/Spanish CD SysLogger hotkey (#1366)sluicebox
Removes a problematic active debug hotkey, bug #10781
2018-10-28SCI32: Fix GK1 floppy Magentia missing message (#1367)sluicebox
Fixes a missing message error in floppy version. bug #10782
2018-10-28MUTATIONOFJB: Allow completion of first chapter.Ľubomír Remák
Implement dummy SPECIALSHOW command (skip puzzle). Fix NEWROOM command parsing. Fix use action on inventory items. Fix interaction with certain doors.
2018-10-28KYRA: (LOL) - fix for ticket #9831 (Lands of Lore: Japanese text is ↵athrxx
displayed overlapping) It seems that I broke this after 1.5.0 in 2013 when adding support for the FM-Towns version.
2018-10-28KYRA: (EOB) - minor fix for EOB 1 monster hit chance calculationathrxx
2018-10-28KYRA: (LOL) - clean up sound map data formattingathrxx
This is a followup to the fix for bug #10665 (Urbish mines lobster having an invalid sound track number and causing invalid memory access).
2018-10-28MUTATIONOFJB: Implement implicit actions.Ľubomír Remák
Add implicit pick up action for certain statics. Respect disabled implicit walk action for doors.
2018-10-28SCI32: Fix GK1 ego speed bugs (#1365)sluicebox
Fixes ego speed bugs in the original game, bug #10780
2018-10-28MUTATIONOFJB: Add support for combining items.Ľubomír Remák
Introduce game screen and game widget. Add status bar to show currently hovered and picked items. Load hardcoded strings from game executable.
2018-10-26SCI32: Update comments on a QFG4 script patchFilippos Karapetis
2018-10-26SCI32: Correct fix for the TRAP machine in QFG4Filippos Karapetis
Properly fixes bug #10766.
2018-10-25KYRA: Fix Urbish Mines Lobster Monster Crash in LOL.D G Turner
This occurs because of an out of buffer access when trying to play the monster sound effect. This is bug Trac #10665.
2018-10-25SCI32: Add a game option to upscale videos in PQ:SWATFilippos Karapetis
Requested in enhancement #10713
2018-10-25SCI32: Add support for upscaling VMD videosFilippos Karapetis
This feature can be used for the Windows version of KQ7, as well as PQ:SWAT
2018-10-24SCI32: Fix GK1 honfour keycard lockup (#1363)sluicebox
Fixes lockup in original game, bug #10767