aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2017-07-02TITANIC: Fix switching between forward & backwards movie clipsPaul Gilbert
2017-07-01TITANIC: Flag English version for testing, German version as unstablePaul Gilbert
2017-07-01TITANIC: Reset movie framerate when setting up decompressorPaul Gilbert
2017-07-01TITANIC: Fix crash going up service elevator in prologuePaul Gilbert
2017-07-01TITANIC: Fix service lift indicator when going down floorsPaul Gilbert
2017-07-01TITANIC: Refactor out _isReversed from AVI SurfacePaul Gilbert
2017-07-01SCI: Fix typo in pq3 script patchMartin Kiewitz
2017-07-01SCI: Add script patch for pq3, points for giving locket (bug #9862)Martin Kiewitz
This script patch will fix not getting 10 points for giving the locket to Marie.
2017-06-30TITANIC: Don't set movie framerate until after movie has startedPaul Gilbert
2017-06-30TITANIC: Update AVISurface to use refactored AVIDecoderPaul Gilbert
2017-06-28TITANIC: Fix Doorbot animation during starting cutscenePaul Gilbert
2017-06-26TSAGE: remove accidentally added fileHein-Pieter van Braam
Commit aee71314 seems to have accidentally added a temp file containing a libtsage.a file. We remove it here.
2017-06-26ADL: Merge hires2 and hires0 classesWalter van Niftrik
2017-06-25TITANIC: Return long stick to inventory after hitting bomb glass with itPaul Gilbert
2017-06-25LURE: Added detection for updated Russian versionEugene Sandulenko
2017-06-25TITANIC: Add German sound filenames for spaceship crashPaul Gilbert
2017-06-25TITANIC: Set PET area title positions for German versionPaul Gilbert
2017-06-25TITANIC: Fix display of PET area titlesPaul Gilbert
2017-06-25TITANIC: Adding support for German PET's extra Translation areaPaul Gilbert
2017-06-25TITANIC: Use Speech sound type for endgame Leovinus speechPaul Gilbert
2017-06-25TITANIC: Change Titania to use speech sound typePaul Gilbert
2017-06-25TITANIC: Change Bomb to use speech sound typePaul Gilbert
2017-06-24TITANIC: Fix saving bass direction state onto music cylindersPaul Gilbert
2017-06-24TITANIC: Fix some incorrectly named speech method parametersPaul Gilbert
2017-06-24TITANIC: Remove warning for unknown NPC in getNpcScriptPaul Gilbert
Turns out the origional explicitly renames NPCs in some cases when they don't want the NPC to be responsive. Such as the MaitreD name being set to MaitreLoop03 when he's viewed from behind
2017-06-24SCI32: Replace Torin dragon's cave patch with a better patchColin Snover
The previous script patch for this bug was much simpler and targeted the bad code that hangs, instead of the bad code that caused the unexpected flag setting, but this caused glitches in the dragon's cave that couldn't really be fixed since different animations relied on some common code for positioning Boogle. So, now, this more complicated patch fixes the fast-forward code in the seraglio to set Boogle's in-the-bag flag, which is what the dragon's cave needs in order to not hang when worming Boogle. Also, because this patch now targets the code that caused the bad flag state, instead of the code that hangs on the bad state, any save game in the dragon's cave with the bag flag setting will need to be fixed by exiting and re-entering the dragon's cave. Refs Trac#9836.
2017-06-24TITANIC: Fix incorrect bowl rendering when parrot eats nutsPaul Gilbert
2017-06-24TITANIC: Renamings for nut bowl messagesPaul Gilbert
2017-06-24SCI32: Fix Boogle warp glitch caused by previous game patchColin Snover
Refs Trac#9836.
2017-06-23SCI32: Add patch for game script bug in Torin dragon's caveColin Snover
Fixes Trac#9836.
2017-06-23TITANIC: Fix state handling for ship announcementsPaul Gilbert
2017-06-23TITANIC: Fix parrot idle animationsPaul Gilbert
2017-06-23TITANIC: Fix talking animations for ParrotPaul Gilbert
2017-06-23TITANIC: Minor renamings for Television eye floorPaul Gilbert
2017-06-22TITANIC: Fixes to destinations when exiting the liftsPaul Gilbert
2017-06-22TITANIC: Fix entering correct elevator in Bottom of WellPaul Gilbert
2017-06-22TITANIC: Implement German parser preprocessingPaul Gilbert
2017-06-22TITANIC: Fix German strings array size in getSuffixedWordPaul Gilbert
2017-06-22TITANIC: Add German handling to getSuffixedWordPaul Gilbert
2017-06-21TITANIC: Fix getting Titania's eye from light fixturePaul Gilbert
2017-06-21TITANIC: Renamings for room flags sublevel methodsPaul Gilbert
2017-06-21TITANIC: Fix 2nd class room flags calculationPaul Gilbert
2017-06-20TITANIC: Fix resetting _movieRoom when changing viewsPaul Gilbert
2017-06-20TITANIC: Show GUI error dialog if titanic.dat is missingPaul Gilbert
2017-06-19TITANIC: Set SGT TV Magazine announcement to use speech sound typePaul Gilbert
2017-06-19SCI32: Create Torin-specific save game count limitation removerColin Snover
Fixes Trac#9840.
2017-06-19TITANIC: Fix exiting elevator 3 on floor 28Paul Gilbert
2017-06-19SCI32: Add workaround for invalid kFrameOut call in PQ4Colin Snover
Fixes Trac#9848.
2017-06-19SCI32: Add workaround for uninitialised read in PQ4Colin Snover
Fixes Trac#9847.
2017-06-19SCI32: Add workaround for invalid kPalVarySetStart call in PQ4Colin Snover
Fixes Trac#9845.