[Scummvm-git-logs] scummvm master -> 461598fd1a6e08b17d33d3c92a30df5485474b63

alxpnv noreply at scummvm.org
Wed Nov 17 10:34:58 UTC 2021


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
76d844dd92 ASYLUM: report SCN.006 on unknown game variant
461598fd1a ASYLUM: increase ambient volume


Commit: 76d844dd92a36b7c3d0618279bdd0a4ad2e86966
    https://github.com/scummvm/scummvm/commit/76d844dd92a36b7c3d0618279bdd0a4ad2e86966
Author: alxpnv (alxpnv22 at yahoo.com)
Date: 2021-11-17T13:38:30+03:00

Commit Message:
ASYLUM: report SCN.006 on unknown game variant

Changed paths:
    engines/asylum/detection_tables.h


diff --git a/engines/asylum/detection_tables.h b/engines/asylum/detection_tables.h
index 71b45da9b9..ccd2069256 100644
--- a/engines/asylum/detection_tables.h
+++ b/engines/asylum/detection_tables.h
@@ -33,28 +33,6 @@ static const char *directoryGlobs[] = {
 };
 
 static const ADGameDescription gameDescriptions[] = {
-	{
-		// Sanitarium - English Demo
-		"asylum",
-		"Demo",
-		AD_ENTRY2s("SNTRM.DAT", "6a8079e0b49affc99d148624fbb584a1", 326,
-				   "RES.000",   "57446ce089c6f9decb7f3faf41d09edf", 9022),
-		Common::EN_ANY,
-		Common::kPlatformWindows,
-		ADGF_DEMO | ADGF_UNSTABLE | ADGF_DROPPLATFORM,
-		GUIO0()
-	},
-	{
-		// Sanitarium - English Alt Demo
-		"asylum",
-		"Demo",
-		AD_ENTRY2s("ASYLUM.DAT", "6a8079e0b49affc99d148624fbb584a1", 326,
-				   "RES.000",    "a527449397576a019cdd4884a96403e2", 9012),
-		Common::EN_ANY,
-		Common::kPlatformWindows,
-		ADGF_DEMO | ADGF_UNSTABLE | ADGF_DROPPLATFORM,
-		GUIO0()
-	},
 	{
 		"asylum",
 		"Unpatched",
@@ -186,6 +164,28 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
 		GUIO0()
 	},
+	{
+		// Sanitarium - English Demo
+		"asylum",
+		"Demo",
+		AD_ENTRY2s("SNTRM.DAT", "6a8079e0b49affc99d148624fbb584a1", 326,
+				   "RES.000",   "57446ce089c6f9decb7f3faf41d09edf", 9022),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_DEMO | ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		GUIO0()
+	},
+	{
+		// Sanitarium - English Alt Demo
+		"asylum",
+		"Demo",
+		AD_ENTRY2s("ASYLUM.DAT", "6a8079e0b49affc99d148624fbb584a1", 326,
+				   "RES.000",    "a527449397576a019cdd4884a96403e2", 9012),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_DEMO | ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		GUIO0()
+	},
 	AD_TABLE_END_MARKER
 };
 


Commit: 461598fd1a6e08b17d33d3c92a30df5485474b63
    https://github.com/scummvm/scummvm/commit/461598fd1a6e08b17d33d3c92a30df5485474b63
Author: alxpnv (alxpnv22 at yahoo.com)
Date: 2021-11-17T13:38:31+03:00

Commit Message:
ASYLUM: increase ambient volume

Changed paths:
    engines/asylum/system/config.cpp


diff --git a/engines/asylum/system/config.cpp b/engines/asylum/system/config.cpp
index ed7d07f212..3ce032c5e1 100644
--- a/engines/asylum/system/config.cpp
+++ b/engines/asylum/system/config.cpp
@@ -40,7 +40,7 @@ ConfigurationManager::ConfigurationManager() {
 	// Register engine-specific options
 	ConfMan.registerDefault("show_encounter_subtitles", true);
 	ConfMan.registerDefault("gamma_level", 0);
-	ConfMan.registerDefault("ambient_volume", -2000);
+	ConfMan.registerDefault("ambient_volume",  -750);
 	ConfMan.registerDefault("movie_volume",    -500);
 	ConfMan.registerDefault("music_volume",   -1500);
 	ConfMan.registerDefault("sfx_volume",     -1000);




More information about the Scummvm-git-logs mailing list