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

sev- noreply at scummvm.org
Wed Dec 31 09:00:34 UTC 2025


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

Summary:
bc65ab1a0c GOB: add filesize gob2 demo
294b7fb6d0 GOB: add version number to gob3 demo
ee6df12605 GOB: add langcode and filesize to lit demo


Commit: bc65ab1a0c16df0a041475f60904dbee9704c43d
    https://github.com/scummvm/scummvm/commit/bc65ab1a0c16df0a041475f60904dbee9704c43d
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2025-12-31T12:00:29+03:00

Commit Message:
GOB: add filesize gob2 demo

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


diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index ef8811988a7..3dcfa9c822e 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -582,8 +582,8 @@
 {
 	{
 		"gob2",
-		"Non-Interactive Demo",
-		AD_ENTRY1("intro.stk", "8b1c98ff2ab2e14f47a1b891e9b92217"),
+		"Non-Interactive Demo (v1.0)",
+		AD_ENTRY1s("intro.stk", "8b1c98ff2ab2e14f47a1b891e9b92217", 907690),
 		EN_GRB,
 		kPlatformDOS,
 		ADGF_DEMO,


Commit: 294b7fb6d0f13757cfdf34641a0b9935742f4154
    https://github.com/scummvm/scummvm/commit/294b7fb6d0f13757cfdf34641a0b9935742f4154
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2025-12-31T12:00:29+03:00

Commit Message:
GOB: add version number to gob3 demo

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


diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h
index 1747ba26c7b..54a167ea46c 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -460,7 +460,7 @@
 {
 	{
 		"gob3",
-		"Non-interactive Demo",
+		"Non-interactive Demo (v1.0)",
 		AD_ENTRY1s("intro.stk", "b9b898fccebe02b69c086052d5024a55", 600143),
 		FR_FRA,
 		kPlatformDOS,


Commit: ee6df12605ee7d06cc50d8f6496c3240dc2968d9
    https://github.com/scummvm/scummvm/commit/ee6df12605ee7d06cc50d8f6496c3240dc2968d9
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2025-12-31T12:00:29+03:00

Commit Message:
GOB: add langcode and filesize to lit demo

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


diff --git a/engines/gob/detection/tables_lit.h b/engines/gob/detection/tables_lit.h
index 63608d536ff..e6ed7c93483 100644
--- a/engines/gob/detection/tables_lit.h
+++ b/engines/gob/detection/tables_lit.h
@@ -407,9 +407,9 @@
 {
 	{
 		"lit",
-		"Demo",
-		AD_ENTRY1("demo.stk", "c06f8cc20eb239d4c71f225ce3093edf"),
-		UNK_LANG,
+		"Demo (v1.0)",
+		AD_ENTRY1s("demo.stk", "c06f8cc20eb239d4c71f225ce3093edf", 609402),
+		EN_ANY,
 		kPlatformDOS,
 		ADGF_DEMO,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)




More information about the Scummvm-git-logs mailing list