Commit graph

88279 commits

Author SHA1 Message Date
Matan Bareket
7692fc64f6 BUILD: Update Remastered THEMERC 2019-04-02 10:55:57 -04:00
Matan Bareket
4145561103 BUILD: Update Bada theme 2019-04-02 10:55:57 -04:00
Matan Bareket
2d672c53e2 BUILD: Update Remastered theme 2019-04-02 10:55:57 -04:00
Matan Bareket
ef87932cfb BUILD: Update Bada and DS graphics 2019-04-02 10:55:57 -04:00
Matan Bareket
95f28efe99 BUILD: Update cloud styles and logo 2019-04-02 10:55:57 -04:00
Matan Bareket
83b43afa4a BUILD: Update installer graphics 2019-04-02 10:55:57 -04:00
Matan Bareket
eaa9f23505 BUILD: Update logos and icons on ports 2019-04-02 10:55:57 -04:00
Matan Bareket
efabdbde8c BUILD: Update Amiga icons 2019-04-02 10:55:57 -04:00
Matan Bareket
f5bbb14b01 BUILD: Update webos theme 2019-04-02 10:55:57 -04:00
Matan Bareket
69cecebdbc BUILD: Update default theme to use remastered 2019-04-02 10:55:57 -04:00
Matan Bareket
4949c5d7d5 BUILD: Update icons
TODO: Add new Amiga icons
2019-04-02 10:55:57 -04:00
Matan Bareket
37f46b92fe THEME: Create remastered theme 2019-04-02 10:55:57 -04:00
Thanasis Antoniou
65166efb22 BLADERUNNER: Fix for corrupt incomplete autosaves
Autosaving overrides other conditions that don't allow proper saving
2019-04-02 15:46:14 +03:00
Bastien Bouclet
43e04d19c4 VIDEO: Fix Bink clearing color comment
YUV 000 is a green, not black. Thanks DrMcCoy for noticing and fixing
the issue.
2019-04-01 20:49:51 +02:00
Bastien Bouclet
195b4cbd20 VIDEO: Fix an integer overflow when dequantizing the DCT coeffs
See 2968bedf12
2019-04-01 20:49:45 +02:00
Cameron Cawley
280a4f2d91 GLK: Only check the format of a Blorb file if it has a valid file extension 2019-03-31 16:37:47 -07:00
Cameron Cawley
7b4c6d6a35 GLK: Improved detection of Blorb files 2019-03-31 16:37:47 -07:00
sluicebox
82ccce948a SCI: Fix Mac icon bar event handling
Fix mouse presses falling through the icon bar in KQ6 and FPFP Mac
2019-04-01 01:16:53 +03:00
Thanasis Antoniou
423dcd0a01 BLADERUNNER: Prevent lockup when save file is missing data
Missing thumbnail data was causing a lockup on mouse-over

Still working on debugging why these corrupted save files may be created -- (Game_Over()) autosaves.
2019-04-01 00:45:43 +03:00
Cameron Cawley
24057754ad CONFIGURE: Improve detection of SDL and SDL_net 2019-04-01 00:32:09 +03:00
Johannes Schickel
3d469682fc GRAPHICS: Add a PixelType to ColorMasks.
This PixelType is the underlying type (uint16/uint32) of a pixel specified by
ColorMasks.
2019-04-01 00:29:23 +03:00
Eric Culp
627fbaf8a0 GRAPHICS: Return value in dummy functions 2019-04-01 00:29:23 +03:00
Eric Culp
c666ecd41d GRAPHICS: Respect alpha and rgba formats in interpolation and conversion 2019-04-01 00:29:23 +03:00
Eric Culp
c2ddab7dd2 GRAPHICS: Fix braces in two interpolate functions 2019-04-01 00:29:23 +03:00
Eric Culp
e3357083d7 GRAPHICS: Change another interpolation function in Edge filter.
A 2 to 1 interpolation was causing errors. It is fixed, renamed, and
moved to the common interpolation file.
2019-04-01 00:29:23 +03:00
Eric Culp
0246ca8da0 GRAPHICS: Change Edge filter to use shared interpolation functions 2019-04-01 00:29:23 +03:00
Eric Culp
3d57c13af0 GRAPHICS: Add dummy specializations for some interpolate* functions
They use ColorMask values not present in 2-byte ColorMasks. Since they
should never be used on 2-byte pixel data, the dummy implementations
assert(0) and should be removed by any optimizing compiler since no
code path can ever reach them.
2019-04-01 00:29:23 +03:00
Eric Culp
c6ee138b74 GRAPHICS: Fix typo of qlowBits 2019-04-01 00:29:23 +03:00
Eric Culp
2215e0cb51 GRAPHICS: Add 32bit versions of interpolate* functions 2019-04-01 00:29:23 +03:00
Thanasis Antoniou
81a38bac79 BLADERUNNER: Remove blue tint from ESPER zoom-ins
This applies only to hotspot zoom-ins and zoom-outs

Last frame of zoomed in hotspot (video zoom) had a persistent blue tint. And zooming out from the hotspot also had a long lasting blue tint. These were removed.
2019-03-31 22:12:07 +03:00
Thanasis Antoniou
29762a6731 BLADERUNNER: Fix no music at Dektora dance outtake
Also add constants for all music tracks
2019-03-31 17:53:57 +03:00
Cameron Cawley
62fc4c94bf SDL: Fix compilation without 16 bit colour support 2019-03-31 15:03:09 +03:00
sluicebox
b195ff5e19 GRAPHICS: Add support for PICT opcode $90 BitsRect
Add limited support for unpacked PICT bits which FPFP Mac requires.

SCI games use packed PICT bits unless an image is less than 8 bytes
per row in which case they can't be packed, like FPFP's shovel icon.

Fixes bug #7059 which prevents the game from being completed.
2019-03-31 14:02:58 +03:00
Thanasis Antoniou
20d77710c9 BLADERUNNER: Release non-repeated and support queued overlays 2019-03-31 12:24:23 +03:00
Thierry Crozat
fa50678125 ENGINES: Use new logo for splash screen 2019-03-30 23:25:01 +00:00
Walter van Niftrik
fa7688a931 ADL: Refactor opcodes 2019-03-30 23:18:02 +01:00
Thanasis Antoniou
658af785d1 BLADERUNNER: Improved for overlay debug command
Not force loading of all MIX files anymore, and added a catalogue of all VQAs
2019-03-30 01:32:50 +02:00
Thanasis Antoniou
39a8235acc BLADERUNNER: Fix spelling of kVariableReplicantsSurvivorsAtMoonbus 2019-03-30 01:32:50 +02:00
sluicebox
3209bfb730 SCI: Remove MidiDriver_AmigaMac platform inference
Tell MidiDriver_AmigaMac the game's platform instead of it
attempting to infer this by which patch resources exist.

Fixes bug #10925 where SQ3 German Amiga is treated as Mac because
it happens to contain a patch 7 resource.
2019-03-29 21:37:15 +02:00
sluicebox
903ca29558 SCI: Fix kAddMenu language separator parsing
Fixes bug #10926 that prevents SQ3 German Amiga from loading
2019-03-29 19:12:52 +02:00
Thanasis Antoniou
6e45a702a2 BLADERUNNER: Moonbus fixes (Izo and Luther)
Also fixed a typo that resulted in Izo's corpse persisting past chapter 2 at RC03
2019-03-28 01:33:24 +02:00
sluicebox
15700fc001 SCI: Exclude GK1/QFG4 sync when SCI32 disabled 2019-03-27 12:54:11 -07:00
sluicebox
a1d950945f SCI: Add cast to prev commit to fix builds 2019-03-27 12:19:11 -07:00
sluicebox
408eeac55c SCI: Synchronize QFG4 control panel audio settings
Fixes Audio button in control panel getting out of sync with
the message mode set by ScummVM.
2019-03-27 20:21:37 +02:00
Thanasis Antoniou
5959d01a67 BLADERUNNER: Fixes for moonbus combat 2019-03-27 15:11:31 +02:00
Thanasis Antoniou
bb719ba87c BLADERUNNER: Fix missing sound effects in some occassions
LABBUZZ sound for the maze and Animoid sounds

Moved lab buzz in next scene's (PS10) init, and increased size of track buffer to compensate for frequently dropping sounds in places with mayne sound effects (eg Animoid Row, Izo's door and trapdoor)
2019-03-27 12:39:24 +02:00
Thanasis Antoniou
5795e25d73 BLADERUNNER: Fix ESPER closing sound 2019-03-27 09:41:55 +02:00
sluicebox
9c8d425f64 SCI: Fix broken speech after starting in text mode
Fixes bug #10924 where starting or restoring in text mode and then
changing to speech mode within a game results in muted speech.

This is a regression introduced between 1.9 and 2.0, probably as part
of the synchronization refactor that created GuestAdditions.
2019-03-27 07:49:42 +02:00
Thanasis Antoniou
831072d809 BLADERUNNER: Fix Dektora showing up dead at moonbus 2019-03-26 16:27:18 +02:00
Thanasis Antoniou
805dc466d0 BLADERUNNER: Resolve dead end state with Zuben
McCoy should now always be able to gather enough clues to trigger Zuben throwing the soup (via the VK test question if he does not have the Lucy photo clue).
2019-03-26 02:08:22 +02:00