[Scummvm-git-logs] scummvm master -> df75438bab8a3d648c17edacdd11d73137c2234f

sev- noreply at scummvm.org
Wed Mar 12 12:13:31 UTC 2025


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:
0180081dbe DARKSEED: Added detection for German floppy version
df75438bab JANITORIAL: Indeentaion fixes


Commit: 0180081dbefa21382446d896d85d6c1761fbb679
    https://github.com/scummvm/scummvm/commit/0180081dbefa21382446d896d85d6c1761fbb679
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-03-12T13:13:20+01:00

Commit Message:
DARKSEED: Added detection for German floppy version

Changed paths:
    engines/darkseed/detection_tables.h


diff --git a/engines/darkseed/detection_tables.h b/engines/darkseed/detection_tables.h
index f6f3d08b17e..a98aa891a19 100644
--- a/engines/darkseed/detection_tables.h
+++ b/engines/darkseed/detection_tables.h
@@ -36,7 +36,16 @@ const ADGameDescription gameDescriptions[] = {
 		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
-{
+	{ // version 1.2
+		"darkseed",
+		nullptr,
+		AD_ENTRY1s("TOS.EXE", "9fad9d0a4b5e7d0657172593750c7b81", 214784),
+		Common::DE_DEU,
+		Common::kPlatformDOS,
+		ADGF_TESTING,
+		GUIO1(GUIO_NONE)
+	},
+	{
 		"darkseed",
 		nullptr,
 		AD_ENTRY1s("TOS.EXE", "73854f950819beb0eb0d73bd52cc9030", 149412),


Commit: df75438bab8a3d648c17edacdd11d73137c2234f
    https://github.com/scummvm/scummvm/commit/df75438bab8a3d648c17edacdd11d73137c2234f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-03-12T13:13:20+01:00

Commit Message:
JANITORIAL: Indeentaion fixes

Changed paths:
    engines/darkseed/detection_tables.h


diff --git a/engines/darkseed/detection_tables.h b/engines/darkseed/detection_tables.h
index a98aa891a19..3e7fa435566 100644
--- a/engines/darkseed/detection_tables.h
+++ b/engines/darkseed/detection_tables.h
@@ -72,7 +72,7 @@ const ADGameDescription gameDescriptions[] = {
 		ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
-{
+	{
 		"darkseed",
 		nullptr,
 		AD_ENTRY1s("TOS.EXE", "62a636d3d6b19336d059cd2f8b1a365f", 154450),
@@ -108,7 +108,7 @@ const ADGameDescription gameDescriptions[] = {
 		ADGF_TESTING | ADGF_CD,
 		GUIO1(GAMEOPTION_FLOPPY_MUSIC)
 	},
-{
+	{
 		"darkseed",
 		"CD",
 		AD_ENTRY1s("TOS.EXE", "9b8cdd3b4268d18babf7629fca6a271e", 143534),
@@ -117,7 +117,7 @@ const ADGameDescription gameDescriptions[] = {
 		ADGF_TESTING | ADGF_CD,
 		GUIO1(GAMEOPTION_FLOPPY_MUSIC)
 	},
-{
+	{
 		"darkseed",
 		"CD",
 		AD_ENTRY1s("TOS.EXE", "3c00f3e80fa2c40641278243f96b8398", 170944),
@@ -135,7 +135,7 @@ const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE | ADGF_CD,
 		GUIO1(GUIO_NONE)
 	},
-{
+	{
 		"darkseed",
 		"DEMO",
 		AD_ENTRY1s("TOS.EXE", "43014b73a2cc549bd13d65b18a6aefe4", 161184),




More information about the Scummvm-git-logs mailing list