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

bluegr noreply at scummvm.org
Mon Dec 26 00:45:13 UTC 2022


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:
e6cbd14172 GOB: Add detection for ADI Jnr. (Amiga)
fdde702d43 GOB: Mark ADI Jnr. (Amiga) as unstable


Commit: e6cbd1417238e2ff21ba2d1ba1366d6038715fd2
    https://github.com/scummvm/scummvm/commit/e6cbd1417238e2ff21ba2d1ba1366d6038715fd2
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2022-12-26T02:45:09+02:00

Commit Message:
GOB: Add detection for ADI Jnr. (Amiga)

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


diff --git a/engines/gob/detection/tables_ajworld.h b/engines/gob/detection/tables_ajworld.h
index 322e6785834..b3fe50d37b9 100644
--- a/engines/gob/detection/tables_ajworld.h
+++ b/engines/gob/detection/tables_ajworld.h
@@ -19,7 +19,7 @@
  *
  */
 
-/* Detection tables for A.J.'s World of Discovery / ADI Jr. */
+/* Detection tables for A.J.'s World of Discovery / ADI Jnr. */
 
 #ifndef GOB_DETECTION_TABLES_AJWORLD_H
 #define GOB_DETECTION_TABLES_AJWORLD_H
@@ -41,4 +41,22 @@
 	0, 0, 0
 },
 
+
+// -- Amiga Floppy --
+
+{
+	{
+		"ajworld",
+		"",
+		AD_ENTRY1s("intro.stk", "71e7db034890885ac96dd1be43a21c38", 556834),
+		EN_ANY,
+		kPlatformAmiga,
+		ADGF_NO_FLAGS,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeAJWorld,
+	kFeaturesNone,
+	0, 0, 0
+},
+
 #endif // GOB_DETECTION_TABLES_AJWORLD_H


Commit: fdde702d43da5a99cba3e80d2153bdfc36ac0e77
    https://github.com/scummvm/scummvm/commit/fdde702d43da5a99cba3e80d2153bdfc36ac0e77
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2022-12-26T02:45:09+02:00

Commit Message:
GOB: Mark ADI Jnr. (Amiga) as unstable

Core functionality is still missing, and the game crashes occasionally

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


diff --git a/engines/gob/detection/tables_ajworld.h b/engines/gob/detection/tables_ajworld.h
index b3fe50d37b9..a036b64bfdb 100644
--- a/engines/gob/detection/tables_ajworld.h
+++ b/engines/gob/detection/tables_ajworld.h
@@ -51,7 +51,7 @@
 		AD_ENTRY1s("intro.stk", "71e7db034890885ac96dd1be43a21c38", 556834),
 		EN_ANY,
 		kPlatformAmiga,
-		ADGF_NO_FLAGS,
+		ADGF_UNSTABLE,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
 	},
 	kGameTypeAJWorld,




More information about the Scummvm-git-logs mailing list