Commit graph

303 commits

Author SHA1 Message Date
Thierry Crozat
92d83f5c96 SCI: Add LarryScale option to LSL7 demo
I am not actually sure there is any scaling involved
in the demo, but it plays perfectly with this option
enabled, and this makes it consistent with the full
game options.
2018-06-29 23:15:27 +01:00
Daniel Wolf
999cf71dcf SCI: Add game option for enabling/disabling LarryScale in LSL7
All other SCI games continue using the default scaler.
2018-03-16 22:33:06 +01:00
Colin Snover
3025257c6e SCI: Add detection entry for LB2 ES floppy
Fixes Trac#10416.
2018-01-30 17:59:24 -06:00
Matan Bareket
908cb169eb SCI: Added detection entries for Lighthouse German version - Bug #10359 2017-12-26 20:31:14 +01:00
Matan Bareket
e6f1ded119 SCI: Added detection entries for SQ1 Russian version - Bug #10156 2017-12-26 20:31:14 +01:00
Matan Bareket
0b08a46990 SCI: Added detection entries for PQ2 English version 1.002.011 - Bug #9716 2017-12-26 20:31:14 +01:00
Colin Snover
121718c50d SCI32: Remove ADGF_TESTING flags for release 2017-11-23 16:54:12 -06:00
Colin Snover
cac4dfe8e4 SCI32: Add Phantasmagoria IT detection entry
Fixes Trac#10157.
2017-11-19 22:07:58 -06:00
Colin Snover
511ff64c39 SCI32: Add KQ7 1.51 FR detection entry
Fixes Trac#10301.
2017-11-19 22:07:57 -06:00
Martin Kiewitz
d75dab4e55 SCI32: Add detection for SQ6 demo (from Sneak Peeks 2 CD) 2017-09-30 20:45:14 +02:00
Colin Snover
941db6e7e5 SCI32: Promote Lighthouse and RAMA to ADGF_TESTING 2017-09-29 19:56:25 -05:00
Colin Snover
cd6130cdd6 SCI32: Add audio volume sync support for RAMA 2017-09-28 14:58:17 -05:00
Colin Snover
1351189575 SCI: Add SQ3 1.0P 720K to detection table
Fixes Trac#10245.
2017-09-27 21:40:45 -05:00
Colin Snover
d935ea80c3 SCI32: Correct RAMA detection table entries
There seems to be no difference between DOS and Windows versions
of the game from what I could see in the game code (it checks
platform but only seems to just set a global which is never used),
and from what I could tell online they are all DOS/Windows hybrids,
so just simplify life and make them all DOS platform versions.
2017-09-24 22:56:58 -05:00
Colin Snover
d36d01b82c SCI32: Add Lighthouse Glider demo to detection table 2017-09-19 19:54:29 -05:00
Colin Snover
d9ad1a3ce5 SCI32: Promote Lighthouse demos to ADGF_TESTING 2017-09-19 19:54:29 -05:00
Colin Snover
2ee7354852 SCI32: Blacklist pirated GOG.com + German GK2
Fixes Trac#9744.
2017-09-15 15:06:46 -05:00
Colin Snover
88420970b7 SCI32: Fix PQ:SWAT platform 2017-09-14 00:30:57 -05:00
Colin Snover
421a2defcb SCI32: Drop platform from game ID for games that are Windows-only 2017-09-14 00:30:57 -05:00
Colin Snover
3eb12dcfeb SCI32: Remove ADGF_CD from games that have no non-CD version
@sev- had asked why these flags were added a while ago (I had been
instructed this was the right thing to do when I asked in the past)
and ever since then it has been bugging me more and more that they
are there, since they serve zero purpose except to make the game ID
longer. In the past, it may have been the case that the SCI16 &
SCI32 code mixing meant that SCI32 games needed the CD flag for
things like managing subtitles, but at this point the only use of
the CD flag within the SCI32 engine is for the few games that
actually have different CD and non-CD versions. So these flags are
gone now.
2017-09-14 00:30:57 -05:00
Colin Snover
f11b0a4ff5 SCI32: Toggle Phant2 content censoring from game options
To enable the optional content censoring mode, Phant2 looks
for a RESDUK.PAT file, which is normally placed by the game's
installer if the user chose to enable censorship. If the file
exists, the game reads an unlock password out of the file and
asks the user to enter the password when starting a new game to
create an uncensored game, or to click a "less intense" button
to start the game with censoring. The censorship state of the
game is then persisted in the save game file, and installations
with the RESDUK.PAT file need to enter the password again in
order to restore any of the uncensored saves.

Since we do not have an installer that can enable this feature,
add a game option toggle to enable/disable censoring (for the
releases that have the optional censorship mode) instead so the
censored content feature is available for anyone that wants to use
it. This flag is restored from ScummVM whenever a save game is
loaded, so it can be toggled on or off at any point without
needing a separate save game, unlike in the original interpreter.
2017-09-08 16:03:24 -05:00
Colin Snover
6571111efc SCI32: Detect KQ7 2.00b using platform-specific files
The GOG.com release is missing the AVIs used for the intro &
ending animations in Windows. I'm unaware of any substantive
differences between the DOS and Windows versions otherwise, so
just not allowing Windows to be selected as a platform when the
video files are missing seems like it should be fine. (Same thing
in the opposite direction for a case where the DOS Robot files
are missing, though I don't know of a specific case where that is
a thing with KQ7 2.00b.)
2017-09-08 16:02:32 -05:00
Colin Snover
439a026844 SCI32: Fix Lighthouse GUIOs 2017-09-03 20:58:08 -05:00
Colin Snover
08a717530d SCI32: Correct LSL7 demo GUIOs 2017-09-03 20:58:08 -05:00
Colin Snover
ed0d0413b0 SCI32: Allow changing SFX/speech volume in GK2
Originally, changing the SFX volume from ScummVM was disabled
because the game itself only allowed adjustment of music volume,
so adjusting the SFX volume would indirectly affect the music
volume. On reflection, allowing the adjustment of SFX volume even
though this also changes the music volume seems preferable to not
allowing any adjustment of the SFX/speech volumes.
2017-08-26 18:09:47 -05:00
Colin Snover
1cb265f8da SCI32: Add ADGF_CD flag to Phant2 detection entries 2017-07-30 21:22:55 -05:00
Colin Snover
8043715e28 SCI32: Promote Phant2 to ADGF_TESTING 2017-07-30 21:04:51 -05:00
Colin Snover
d2b26b2c21 SCI32: Update Phant2 GUIOs to reflect game features 2017-07-30 19:10:50 -05:00
Colin Snover
ad8be1e506 SCI32: Promote MGDX to ADGF_TESTING 2017-07-24 19:36:39 -05:00
Colin Snover
5ab010e15f SCI32: Fix MGDX platform in detection tables 2017-07-24 19:36:37 -05:00
Colin Snover
9d62caa684 SCI32: Promote LSL7 to ADGF_TESTING 2017-07-17 23:56:22 -05:00
Colin Snover
09ef11a8cb SCI32: Remove ENABLE_SCI3_GAMES ifdef, now that they are supported 2017-07-17 22:42:18 -05:00
Colin Snover
6edb991bf9 SCI32: Add detection entry for Phantasmagoria FR 1.100.000
Fixes Trac#9910.
2017-07-13 23:24:37 -05:00
Tarek Soliman
b0ecbc945f SCI: Fix detected name for lsl6-cd 2017-07-09 20:13:16 -05:00
Colin Snover
3f0e061eaa SCI32: Refactor DuckPlayer to use common video playback code
This lets DuckPlayer support configurable black-lined video and
configurable high-quality scaling.
2017-07-06 19:12:39 -05:00
Colin Snover
f15f9e3b7c SCI32: Refactor Video32 code to reduce code & feature duplication 2017-07-06 19:12:39 -05:00
Colin Snover
71256a0d3c SCI32: Improve playback quality of SEQ videos 2017-07-06 19:12:39 -05:00
Colin Snover
7057f232d7 SCI32: Improve kPlayVMD rendering
1. Added a new game option for linear interpolation when scaling
   overlay-mode video in ScummVM builds with USE_RGB_COLOR;
2. Implemented SCI2.1-variant of the VMD player renderer (fixes
   Trac#9857), which bypasses the engine's normal rendering
   pipeline;
3. Improved accuracy of the SCI3-variant of the VMD player by
   writing HunkPalettes into the VMD's CelObjMem instead of
   submitting palettes directly to GfxPalette32.
2017-07-06 19:12:38 -05:00
Colin Snover
8cb35442c0 SCI32: Improve kShowMovieWin (AVI) rendering
1. Added a new game option for linear interpolation when scaling
   video in ScummVM builds with USE_RGB_COLOR;
2. 8bpp videos that put black in a palette index other than 0
   (KQ7) should now always render correctly without the earlier
   game-specific workarounds which did not work very well;
3. Data from game scripts regarding video size and position are
   now ignored, since games always just try to show videos in the
   middle of the screen, but frequently get this a little bit
   wrong, causing either bad aspect ratios or off-center videos;
4. Builds without USE_RGB_COLOR support will not crash when
   attempting to play >8bpp AVIs, like those from KQ7 2.00b.

Fixes Trac#9843, Trac#9762.
2017-07-06 19:12:38 -05:00
Colin Snover
02a7f331b1 SCI32: Remove Windows platform from GK1 German
This entry was added by a batch change operation in
f7a72c897a, but the German version
of GK1 does not support Windows.
2017-06-18 21:42:59 -05:00
Bastien Bouclet
1e64ef48e0 SCI32: Add detection for PQ4, French CD version 2017-06-13 06:06:39 +02:00
Colin Snover
d6ff67e3c4 SCI32: Fix detection and loading of localized resources in Torin
Italian still needs to be fixed, but nobody seems to have access
to this version at the moment.

Fixes Trac#9772.
2017-06-10 20:32:22 -05:00
Colin Snover
8e933b79ec SCI32: Add Spanish Windows KQ7 to detection table
(The DOS version was already listed.)
2017-05-06 20:58:06 -05:00
Martin Kiewitz
c057f00eab SCI32: Fix comment about Phantasmagoria 2 changes between EN+DE/FR 2017-05-04 22:17:03 +02:00
Colin Snover
db17478d1a SCI32: Add Italian KQ7 detection entry
Fixes Trac#9739.
2017-05-03 16:05:50 -05:00
Martin Kiewitz
73b6f4dc40 SCI32: Fix Japanese Phantasmagoria 2 detection entry 2017-05-03 22:40:15 +02:00
Martin Kiewitz
afa2c7bd2b SCI32: Add Japanese Phantasmagoria 2 detection data
Also add a bit of info to the German detection entry of
Phantasmagoria 2. Also add URL to censorship information on our wiki.
2017-05-03 21:45:04 +02:00
Bastien Bouclet
e25d472aa9 SCI32: Add detecton for KQ7 1.65c French 2017-05-03 18:53:55 +02:00
Colin Snover
ffdfa317f1 SCI32: Add detection entry for French Shivers
Fixes Trac#9742.
2017-05-02 20:35:07 -05:00
Colin Snover
b208c82494 SCI32: Add support for Shivers interactive demo
Closes Trac#9745.
2017-05-01 12:31:21 -05:00