[Scummvm-git-logs] scummvm master -> 661b06c5805e7c44c7ac1487d33f04b9b5bcce05

sev- noreply at scummvm.org
Mon Jun 26 12:28:45 UTC 2023


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

Summary:
661b06c580 GOB: Added a French Preview of Adibou 2 Nature et Sciences


Commit: 661b06c5805e7c44c7ac1487d33f04b9b5bcce05
    https://github.com/scummvm/scummvm/commit/661b06c5805e7c44c7ac1487d33f04b9b5bcce05
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-06-26T15:28:42+03:00

Commit Message:
GOB: Added a French Preview of Adibou 2 Nature et Sciences

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


diff --git a/engines/gob/detection/tables_adibou2.h b/engines/gob/detection/tables_adibou2.h
index 98154eb0fcb..2e8a238bd10 100644
--- a/engines/gob/detection/tables_adibou2.h
+++ b/engines/gob/detection/tables_adibou2.h
@@ -309,5 +309,20 @@
 	kFeatures640x480 | kFeaturesSCNDemo,
 	0, 0, 11
 },
-
+{ // Shipped as an Demo / Preview for Nature et Sciences on Adibou presente Dessin CD
+  // ToDo: adding unimplemented opcodes is required.
+  // Also support needs added for static images (.TGA files), The Banner for Nature et Sciences can't be loaded because of the missing opcode.
+	{
+		"adibou2",
+		"Nature et Sciences Preview",
+		AD_ENTRY1s("intro.stk", "22b997d97eef71c867b49092bd89c2b8", 38128),
+		FR_FRA,
+		kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
+	kGameTypeAdibou2,
+	kFeatures640x480,
+	0, 0, 0
+},
 #endif // GOB_DETECTION_TABLES_ADIBOU2_H




More information about the Scummvm-git-logs mailing list