[Scummvm-git-logs] scummvm master -> ea5b6b3d7a29ed9ed56ea1cb428d292c4c29a6c9
bluegr
noreply at scummvm.org
Mon Oct 2 08:39:19 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:
ea5b6b3d7a GOB: Added version numbers to gob2, gob3 and inca2 game entries (#5343)
Commit: ea5b6b3d7a29ed9ed56ea1cb428d292c4c29a6c9
https://github.com/scummvm/scummvm/commit/ea5b6b3d7a29ed9ed56ea1cb428d292c4c29a6c9
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-10-02T11:39:14+03:00
Commit Message:
GOB: Added version numbers to gob2, gob3 and inca2 game entries (#5343)
Changed paths:
engines/gob/detection/tables_gob2.h
engines/gob/detection/tables_gob3.h
engines/gob/detection/tables_inca2.h
diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index 0088ab44e7d..69487452a2f 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -43,7 +43,7 @@
{
{
"gob2",
- "",
+ "v1.03",
AD_ENTRY1("intro.stk", "dedb5d31d8c8050a8cf77abedcc53dae"),
EN_USA,
kPlatformDOS,
@@ -57,7 +57,7 @@
{ // Supplied by raziel_ in bug report #3621
{
"gob2",
- "",
+ "v1.02",
AD_ENTRY1s("intro.stk", "25a99827cd59751a80bed9620fb677a0", 893302),
EN_USA,
kPlatformDOS,
@@ -361,7 +361,7 @@
{
{
"gob2",
- "",
+ "v1.02",
{
{"intro.stk", 0, "25a99827cd59751a80bed9620fb677a0", 893302},
{"musmac1.mid", 0, "834e55205b710d0af5f14a6f2320dd8e", 8661},
@@ -379,7 +379,7 @@
{
{
"gob2",
- "",
+ "v1.02",
{
{"intro.stk", 0, "25a99827cd59751a80bed9620fb677a0", 893302},
{"musmac1.mid", 0, "834e55205b710d0af5f14a6f2320dd8e", 8661},
@@ -397,7 +397,7 @@
{
{
"gob2",
- "",
+ "v1.02",
{
{"intro.stk", 0, "25a99827cd59751a80bed9620fb677a0", 893302},
{"musmac1.mid", 0, "834e55205b710d0af5f14a6f2320dd8e", 8661},
@@ -640,7 +640,7 @@
{
{
"gob2",
- "Interactive Demo",
+ "Interactive Demo (v1.01)",
AD_ENTRY1("intro.stk", "cf1c95b2939bd8ff58a25c756cb6125e"),
UNK_LANG,
kPlatformDOS,
diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h
index acaad7a7256..1ee902e17d4 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -226,7 +226,7 @@
{
{
"gob3",
- "",
+ "v1.00",
{
{"intro.stk", 0, "edd7403e5dc2a14459d2665a4c17714d", 209534},
{"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404},
@@ -280,7 +280,7 @@
{ // Found in Found in french ADI 2.5 Anglais Multimedia 5e
{
"gob3",
- "",
+ "v1.00",
AD_ENTRY1s("intro.stk", "edd7403e5dc2a14459d2665a4c17714d", 209534),
FR_FRA,
kPlatformWindows,
@@ -534,7 +534,7 @@
{
{
"gob3",
- "Interactive Demo 2",
+ "Interactive Demo 2 (v0.02)",
AD_ENTRY1s("intro.stk", "e5dcbc9f6658ebb1e8fe26bc4da0806d", 590631),
FR_FRA,
kPlatformDOS,
@@ -548,7 +548,7 @@
{
{
"gob3",
- "Interactive Demo 3",
+ "Interactive Demo 3 (v0.02)",
AD_ENTRY1s("intro.stk", "9e20ad7b471b01f84db526da34eaf0a2", 395561),
EN_ANY,
kPlatformDOS,
diff --git a/engines/gob/detection/tables_inca2.h b/engines/gob/detection/tables_inca2.h
index c0e8b7706ba..0f95171d56e 100644
--- a/engines/gob/detection/tables_inca2.h
+++ b/engines/gob/detection/tables_inca2.h
@@ -250,7 +250,7 @@
{
{
"inca2",
- "Non-Interactive Demo",
+ "Non-Interactive Demo (v2.0)",
{
{"cons.imd", 0, "f896ba0c4a1ac7f7260d342655980b49", 17804},
{"conseil.imd", 0, "aaedd5482d5b271e233e86c5a03cf62e", 33999},
More information about the Scummvm-git-logs
mailing list