[Scummvm-git-logs] scummvm master -> 0007d0bbd12582f40faebb2020b74f89dac6600d
neuromancer
noreply at scummvm.org
Wed Jun 1 20:15:23 UTC 2022
This automated email contains information about 4 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
1f7625675c HYPNO: added missing click sound when selecting colors in the panel level in spider
ca8e917661 HYPNO: initial support for the italian release of spider
a520fac963 NEWS: Mention recent changes in the Private engine
0007d0bbd1 NEWS: Removed duplicated line
Commit: 1f7625675cc19736b0fd0db712a356a34da093fa
https://github.com/scummvm/scummvm/commit/1f7625675cc19736b0fd0db712a356a34da093fa
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-06-01T21:30:21+02:00
Commit Message:
HYPNO: added missing click sound when selecting colors in the panel level in spider
Changed paths:
engines/hypno/spider/hard.cpp
diff --git a/engines/hypno/spider/hard.cpp b/engines/hypno/spider/hard.cpp
index 8ec36680c23..f9d27f9a54e 100644
--- a/engines/hypno/spider/hard.cpp
+++ b/engines/hypno/spider/hard.cpp
@@ -879,6 +879,7 @@ void SpiderEngine::runLock(Code *code) {
drawImage(*nums[comb[i]], sel[i].left, sel[i].top, true);
}
drawImage(*menu, 0, 0, false);
+ playSound("mouse.raw", 1);
break;
default:
Commit: ca8e917661299288ff3d238b7633bbe1a0a432a0
https://github.com/scummvm/scummvm/commit/ca8e917661299288ff3d238b7633bbe1a0a432a0
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-06-01T21:30:22+02:00
Commit Message:
HYPNO: initial support for the italian release of spider
Changed paths:
engines/hypno/detection.cpp
diff --git a/engines/hypno/detection.cpp b/engines/hypno/detection.cpp
index e35767487b2..9a816c53d25 100644
--- a/engines/hypno/detection.cpp
+++ b/engines/hypno/detection.cpp
@@ -80,6 +80,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
+ {
+ "sinistersix", // IT release
+ nullptr,
+ AD_ENTRY2s("DATA.Z", "8e1aa1ab39e38c4f1bf67c0b330b3991", 8740866,
+ "MISSIONS.LIB", "585704e26094cbaf14fbee90798e8d5d", 119945),
+ Common::IT_ITA,
+ Common::kPlatformDOS,
+ ADGF_TESTING,
+ GUIO1(GUIO_NOMIDI)
+ },
{
"sinistersix", // HE release
nullptr,
Commit: a520fac9636571ba98bbe507c643812101b22372
https://github.com/scummvm/scummvm/commit/a520fac9636571ba98bbe507c643812101b22372
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-06-01T22:14:51+02:00
Commit Message:
NEWS: Mention recent changes in the Private engine
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index f2f15b4f590..aef75f3b3bc 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -92,6 +92,12 @@ For a more comprehensive changelog of the latest experimental code, see:
- Fixed getting stuck when teleporting to the foot in scene 30.
- Fixed inconsistent cactus state.
+ Private:
+ - Refactored code to allow rendering using the original 256 color palette.
+ - Fixed endianess issues.
+ - Added support for the Korean release.
+ - Added support for the Korean release.
+
Supernova:
- Added text to speech for dialogs and object descriptions.
Commit: 0007d0bbd12582f40faebb2020b74f89dac6600d
https://github.com/scummvm/scummvm/commit/0007d0bbd12582f40faebb2020b74f89dac6600d
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-06-01T22:15:40+02:00
Commit Message:
NEWS: Removed duplicated line
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index aef75f3b3bc..828c04dd28a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -96,7 +96,6 @@ For a more comprehensive changelog of the latest experimental code, see:
- Refactored code to allow rendering using the original 256 color palette.
- Fixed endianess issues.
- Added support for the Korean release.
- - Added support for the Korean release.
Supernova:
- Added text to speech for dialogs and object descriptions.
More information about the Scummvm-git-logs
mailing list