[Scummvm-git-logs] scummvm master -> 62377fe9f722791b4ea2f25aa4acdb346b5b3059

bluegr noreply at scummvm.org
Sat Jan 6 16:21:27 UTC 2024


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:
b609cc10c0 GOB: add correct langcode for GOB1 interactive demo
702eb5a82f GOB: add version number to Urban Runner demo
d9323ed8ee GOB: use AD_ENTRY for Urban Runner demo
62377fe9f7 GOB: Remove version info from the Urban Runner demo


Commit: b609cc10c07e18982fce9b4473ef374242a11814
    https://github.com/scummvm/scummvm/commit/b609cc10c07e18982fce9b4473ef374242a11814
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-01-06T18:21:22+02:00

Commit Message:
GOB: add correct langcode for GOB1 interactive demo

Changed paths:
    engines/gob/detection/tables_gob1.h


diff --git a/engines/gob/detection/tables_gob1.h b/engines/gob/detection/tables_gob1.h
index 830752396dc..030cde1a0c7 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -673,7 +673,7 @@
 		"gob1",
 		"Interactive Demo",
 		AD_ENTRY1s("intro.stk", "a796096280d5efd48cf8e7dfbe426eb5", 193595),
-		UNK_LANG,
+		EN_GRB,
 		kPlatformDOS,
 		ADGF_DEMO,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)


Commit: 702eb5a82fc70397e0bc85f6d1a231749da2a5d3
    https://github.com/scummvm/scummvm/commit/702eb5a82fc70397e0bc85f6d1a231749da2a5d3
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-01-06T18:21:22+02:00

Commit Message:
GOB: add version number to Urban Runner demo

Changed paths:
    engines/gob/detection/tables_urban.h


diff --git a/engines/gob/detection/tables_urban.h b/engines/gob/detection/tables_urban.h
index 115cd650fb0..f9848d1c784 100644
--- a/engines/gob/detection/tables_urban.h
+++ b/engines/gob/detection/tables_urban.h
@@ -130,7 +130,7 @@
 {
 	{
 		"urban",
-		"Non-Interactive Demo",
+		"Non-Interactive Demo (v1.00)",
 		{
 			{"wdemo.s24", 0, "14ac9bd51db7a075d69ddb144904b271", 87},
 			{"demo.vmd", 0, "65d04715d871c292518b56dd160b0161", 9091237},


Commit: d9323ed8ee4903e3f8eb8f97ff05509a5652d2e0
    https://github.com/scummvm/scummvm/commit/d9323ed8ee4903e3f8eb8f97ff05509a5652d2e0
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-01-06T18:21:22+02:00

Commit Message:
GOB: use AD_ENTRY for Urban Runner demo

Changed paths:
    engines/gob/detection/tables_urban.h


diff --git a/engines/gob/detection/tables_urban.h b/engines/gob/detection/tables_urban.h
index f9848d1c784..2478ad71ebb 100644
--- a/engines/gob/detection/tables_urban.h
+++ b/engines/gob/detection/tables_urban.h
@@ -131,12 +131,9 @@
 	{
 		"urban",
 		"Non-Interactive Demo (v1.00)",
-		{
-			{"wdemo.s24", 0, "14ac9bd51db7a075d69ddb144904b271", 87},
-			{"demo.vmd", 0, "65d04715d871c292518b56dd160b0161", 9091237},
-			{"urband.vmd", 0, "60343891868c91854dd5c82766c70ecc", 922461},
-			{0, 0, 0, 0}
-		},
+		AD_ENTRY3s("wdemo.s24", "14ac9bd51db7a075d69ddb144904b271", 87,
+                    "demo.vmd", "65d04715d871c292518b56dd160b0161", 9091237,
+                    "urband.vmd", "60343891868c91854dd5c82766c70ecc", 922461),
 		EN_ANY,
 		kPlatformDOS,
 		ADGF_NO_FLAGS,


Commit: 62377fe9f722791b4ea2f25aa4acdb346b5b3059
    https://github.com/scummvm/scummvm/commit/62377fe9f722791b4ea2f25aa4acdb346b5b3059
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2024-01-06T18:21:22+02:00

Commit Message:
GOB: Remove version info from the Urban Runner demo

There's only one variant of the Urban Runner demo,
so the version specification is superfluous

Changed paths:
    engines/gob/detection/tables_urban.h


diff --git a/engines/gob/detection/tables_urban.h b/engines/gob/detection/tables_urban.h
index 2478ad71ebb..5aadb3f1f2d 100644
--- a/engines/gob/detection/tables_urban.h
+++ b/engines/gob/detection/tables_urban.h
@@ -130,7 +130,7 @@
 {
 	{
 		"urban",
-		"Non-Interactive Demo (v1.00)",
+		"Non-Interactive Demo",
 		AD_ENTRY3s("wdemo.s24", "14ac9bd51db7a075d69ddb144904b271", 87,
                     "demo.vmd", "65d04715d871c292518b56dd160b0161", 9091237,
                     "urband.vmd", "60343891868c91854dd5c82766c70ecc", 922461),




More information about the Scummvm-git-logs mailing list