[Scummvm-git-logs] scummvm master -> a60069a77f912bd80e80b03e73fea6cccd867814
bluegr
noreply at scummvm.org
Mon Oct 9 20:46:03 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:
a60069a77f GOB: Added version numbers to lit & playtoons game entries
Commit: a60069a77f912bd80e80b03e73fea6cccd867814
https://github.com/scummvm/scummvm/commit/a60069a77f912bd80e80b03e73fea6cccd867814
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-10-09T23:45:58+03:00
Commit Message:
GOB: Added version numbers to lit & playtoons game entries
Changed paths:
engines/gob/detection/tables_lit.h
engines/gob/detection/tables_playtoons.h
diff --git a/engines/gob/detection/tables_lit.h b/engines/gob/detection/tables_lit.h
index e7dc11c7d5a..74dfb867f63 100644
--- a/engines/gob/detection/tables_lit.h
+++ b/engines/gob/detection/tables_lit.h
@@ -85,7 +85,7 @@
{
{
"lit",
- "",
+ "v1.00",
AD_ENTRY1s("intro.stk", "6263d09e996c1b4e84ef2d650b820e57", 4831170),
EN_USA,
kPlatformDOS,
@@ -99,7 +99,7 @@
{
{
"lit",
- "",
+ "v1.00",
AD_ENTRY1s("intro.stk", "6263d09e996c1b4e84ef2d650b820e57", 4831170),
FR_FRA,
kPlatformDOS,
@@ -113,7 +113,7 @@
{
{
"lit",
- "",
+ "v1.00",
AD_ENTRY1s("intro.stk", "6263d09e996c1b4e84ef2d650b820e57", 4831170),
IT_ITA,
kPlatformDOS,
@@ -127,7 +127,7 @@
{
{
"lit",
- "",
+ "v1.00",
AD_ENTRY1s("intro.stk", "6263d09e996c1b4e84ef2d650b820e57", 4831170),
DE_DEU,
kPlatformDOS,
@@ -141,7 +141,7 @@
{
{
"lit",
- "",
+ "v1.00",
AD_ENTRY1s("intro.stk", "6263d09e996c1b4e84ef2d650b820e57", 4831170),
ES_ESP,
kPlatformDOS,
@@ -155,7 +155,7 @@
{
{
"lit",
- "",
+ "v1.00",
AD_ENTRY1s("intro.stk", "6263d09e996c1b4e84ef2d650b820e57", 4831170),
EN_GRB,
kPlatformDOS,
diff --git a/engines/gob/detection/tables_playtoons.h b/engines/gob/detection/tables_playtoons.h
index cf4833f8a47..1ac88e7eebb 100644
--- a/engines/gob/detection/tables_playtoons.h
+++ b/engines/gob/detection/tables_playtoons.h
@@ -74,7 +74,7 @@
{ // Supplied by scoriae in the forums
{
"playtoons1",
- "",
+ "v1.002",
AD_ENTRY2s("playtoon.stk", "9e513e993a5b0e2496add3f50c08764b", 30448506,
"archi.stk", "00d8274519dfcf8a0d8ae3099daea0f8", 5532135),
EN_ANY,
@@ -248,7 +248,7 @@
{ // Supplied by scoriae in the forums
{
"playtoons2",
- "",
+ "v1.002",
AD_ENTRY2s("playtoon.stk", "9e513e993a5b0e2496add3f50c08764b", 30448506,
"spirou.stk", "993737f112ca6a9b33c814273280d832", 9825760),
EN_ANY,
@@ -281,7 +281,7 @@
{
{
"playtoons3",
- "",
+ "v1.002",
AD_ENTRY2s("playtoon.stk", "9e513e993a5b0e2496add3f50c08764b", 30448506,
"chato.stk", "8fc8d0da5b3e758908d1d7298d497d0b", 6041026),
EN_ANY,
@@ -374,7 +374,7 @@
{ //Supplied by goodoldgeorg in bug report #4390
{
"playtoons4",
- "",
+ "v1.002",
AD_ENTRY2s("playtoon.stk", "9e513e993a5b0e2496add3f50c08764b", 30448506,
"manda.stk", "69a79c9f61b2618e482726f2ff68078d", 6499208),
EN_ANY,
@@ -407,7 +407,7 @@
{ // Supplied by indy4fan in bug report #13099. Orig title: "Der Stein von Wakan"
{
"playtoons5",
- "",
+ "v1.002",
AD_ENTRY2s("playtoon.stk", "9e513e993a5b0e2496add3f50c08764b", 30448506,
"wakan.stk", "5518139580becd8c49bbfbdd4f49187a", 5523417),
DE_DEU,
More information about the Scummvm-git-logs
mailing list