[Scummvm-git-logs] scummvm master -> ba265ceec35450863eeb932475f37776507b33e5
sev-
noreply at scummvm.org
Sun Dec 3 17:51:00 UTC 2023
This automated email contains information about 8 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
764ef67331 AGI: Add new detection entry for KQ4 variant [TRAC #13734]
4d407cab49 AGI: Add new detection entry for SQ2 variant [TRAC #14286]
bd223c5d05 AGI: Fix floppy type in game description for SQ2 variant
4dec4bf568 AGI: Add new detection entry for SQ2 variant [TRAC #13274]
3e6eca3bab AGI: Add new detection entry for SQ2 variant [TRAC #14287]
2edfbcde4c AGI: Add new detection entry for KQ2 variant [TRAC #14604]
af29e53807 AGI: Add missing platform information [TRAC #14286]
ba265ceec3 AGI: Add missing platform information [TRAC #14287]
Commit: 764ef673319491b636fb8d5e4032ec902b162d24
https://github.com/scummvm/scummvm/commit/764ef673319491b636fb8d5e4032ec902b162d24
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-03T18:50:54+01:00
Commit Message:
AGI: Add new detection entry for KQ4 variant [TRAC #13734]
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 242b5d8cf81..51df1f2e2de 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -546,6 +546,10 @@ static const AGIGameDescription gameDescriptions[] = {
// Menus not tested
GAME3("kq4", "2.2 1988-09-27 3.5\"", "kq4dir", "7470b3aeb49d867541fc66cc8454fb7d", 0x3086, GID_KQ4),
+ // King's Quest 4 (PC 5.25") 2.2 9/27/88 [AGI 3.002.086]
+ // TRAC #13734
+ GAME3_PS("kq4", "2.2 1988-09-27 5.25\"", "kq4dir", "106219d71140823f6bec1d9747128796", 2786, 0x3086, 0, GID_KQ4, Common::kPlatformDOS),
+
// King's Quest 4 (PC 5.25") 2.3 9/27/88 [AGI 3.002.086]
GAME3("kq4", "2.3 1988-09-27", "kq4dir", "6d7714b8b61466a5f5981242b993498f", 0x3086, GID_KQ4),
Commit: 4d407cab49ad3c4ceede8a6562054c0a5fbacd17
https://github.com/scummvm/scummvm/commit/4d407cab49ad3c4ceede8a6562054c0a5fbacd17
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-03T18:50:54+01:00
Commit Message:
AGI: Add new detection entry for SQ2 variant [TRAC #14286]
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 51df1f2e2de..1ac2aaae9c6 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -834,6 +834,10 @@ static const AGIGameDescription gameDescriptions[] = {
// Menus not tested
GAME("sq2", "2.0C/A 5.25\"/ST", "bd71fe54869e86945041700f1804a651", 0x2917, GID_SQ2),
+ // Space Quest 2 (5.25") 2.0C [AGI 2.917]
+ // TRAC #14286
+ GAME("sq2", "2.0C 5.25\"", "7d29fccae8765ae298cfe720a6d771b1", 0x2917, GID_SQ2),
+
// Space Quest 2 (PC 3.5") 2.0F [AGI 2.936]
GAME("sq2", "2.0F 1989-01-05 3.5\"", "28add5125484302d213911df60d2aded", 0x2936, GID_SQ2),
Commit: bd223c5d05300f19f55ce0e044e55b5edd610910
https://github.com/scummvm/scummvm/commit/bd223c5d05300f19f55ce0e044e55b5edd610910
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-03T18:50:54+01:00
Commit Message:
AGI: Fix floppy type in game description for SQ2 variant
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 1ac2aaae9c6..0f74abca91c 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -842,7 +842,7 @@ static const AGIGameDescription gameDescriptions[] = {
GAME("sq2", "2.0F 1989-01-05 3.5\"", "28add5125484302d213911df60d2aded", 0x2936, GID_SQ2),
// Space Quest 2 (PC 5.25") 2.0F [AGI 2.936]
- GAME("sq2", "2.0F 1989-01-05 3.5\"", "bb5a44d0bea416f2cd4c3385eaa21af4", 0x2936, GID_SQ2),
+ GAME("sq2", "2.0F 1989-01-05 5.25\"", "bb5a44d0bea416f2cd4c3385eaa21af4", 0x2936, GID_SQ2),
// Space Quest 2 (CoCo3 360k) [AGI 2.023]
GAME_PS("sq2", "", "12973d39b892dc9d280257fd271e9597", 768, 0x2440, GID_SQ2, Common::kPlatformCoCo3),
Commit: 4dec4bf568be548a97fa94c041f80b828dc7dc24
https://github.com/scummvm/scummvm/commit/4dec4bf568be548a97fa94c041f80b828dc7dc24
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-03T18:50:54+01:00
Commit Message:
AGI: Add new detection entry for SQ2 variant [TRAC #13274]
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 0f74abca91c..f2347ee3478 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -838,6 +838,10 @@ static const AGIGameDescription gameDescriptions[] = {
// TRAC #14286
GAME("sq2", "2.0C 5.25\"", "7d29fccae8765ae298cfe720a6d771b1", 0x2917, GID_SQ2),
+ // Space Quest 2 (PC 5.25") 2.0D [AGI 2.936]
+ // TRAC #13274
+ GAME_LPS("sq2", "2.0D 1988-03-14 5.25\"", "0884ea4e127e333986568775fb21600b", 426, Common::EN_USA, 0x2936, GID_SQ2, Common::kPlatformDOS),
+
// Space Quest 2 (PC 3.5") 2.0F [AGI 2.936]
GAME("sq2", "2.0F 1989-01-05 3.5\"", "28add5125484302d213911df60d2aded", 0x2936, GID_SQ2),
Commit: 3e6eca3babec243a4bdb98e54506602df56aec93
https://github.com/scummvm/scummvm/commit/3e6eca3babec243a4bdb98e54506602df56aec93
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-03T18:50:54+01:00
Commit Message:
AGI: Add new detection entry for SQ2 variant [TRAC #14287]
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index f2347ee3478..1cce7997ec7 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -834,6 +834,10 @@ static const AGIGameDescription gameDescriptions[] = {
// Menus not tested
GAME("sq2", "2.0C/A 5.25\"/ST", "bd71fe54869e86945041700f1804a651", 0x2917, GID_SQ2),
+ // Space Quest 2 (3.5") 2.0C [AGI 2.917]
+ // TRAC #14287
+ GAME("sq2", "2.0C 3.5\"", "b394eaae1dfe4203378e02641178959c", 0x2917, GID_SQ2),
+
// Space Quest 2 (5.25") 2.0C [AGI 2.917]
// TRAC #14286
GAME("sq2", "2.0C 5.25\"", "7d29fccae8765ae298cfe720a6d771b1", 0x2917, GID_SQ2),
Commit: 2edfbcde4ce8cc8aa5e8736ec59ef6997f53f0df
https://github.com/scummvm/scummvm/commit/2edfbcde4ce8cc8aa5e8736ec59ef6997f53f0df
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-03T18:50:54+01:00
Commit Message:
AGI: Add new detection entry for KQ2 variant [TRAC #14604]
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 1cce7997ec7..8c749734d5a 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -474,6 +474,10 @@ static const AGIGameDescription gameDescriptions[] = {
// King's Quest 2 (PC 5.25"/3.5") 2.2 [AGI 2.426]
GAME("kq2", "2.2 1987-05-07 5.25\"/3.5\"", "b944c4ff18fb8867362dc21cc688a283", 0x2917, GID_KQ2),
+ // King's Quest 2 (PC 5.25"/3.5") 2.2 [AGI 2.426] with fanmade Spanish translation
+ // TRAC #14604
+ GAME_LPS("kq2", "2.2 1987-05-07 5.25\"/3.5\"", "252354b72d7062228cfe1b6f8211c761", 543, Common::ES_ESP, 0x2917, GID_KQ2, Common::kPlatformDOS),
+
// King's Quest 2 (Russian)
GAME_LPS("kq2", "", "35211c574ececebdc723b23e35f99275", 543, Common::RU_RUS, 0x2917, GID_KQ2, Common::kPlatformDOS),
Commit: af29e53807ea179e7ecb4ace37200bd74ecccc09
https://github.com/scummvm/scummvm/commit/af29e53807ea179e7ecb4ace37200bd74ecccc09
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-03T18:50:54+01:00
Commit Message:
AGI: Add missing platform information [TRAC #14286]
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 8c749734d5a..6205c9f3f47 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -842,9 +842,9 @@ static const AGIGameDescription gameDescriptions[] = {
// TRAC #14287
GAME("sq2", "2.0C 3.5\"", "b394eaae1dfe4203378e02641178959c", 0x2917, GID_SQ2),
- // Space Quest 2 (5.25") 2.0C [AGI 2.917]
+ // Space Quest 2 (PC 5.25") 2.0C [AGI 2.917]
// TRAC #14286
- GAME("sq2", "2.0C 5.25\"", "7d29fccae8765ae298cfe720a6d771b1", 0x2917, GID_SQ2),
+ GAME_PS("sq2", "2.0C 5.25\"", "7d29fccae8765ae298cfe720a6d771b1", 426, 0x2917, GID_SQ2, Common::kPlatformDOS),
// Space Quest 2 (PC 5.25") 2.0D [AGI 2.936]
// TRAC #13274
Commit: ba265ceec35450863eeb932475f37776507b33e5
https://github.com/scummvm/scummvm/commit/ba265ceec35450863eeb932475f37776507b33e5
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-12-03T18:50:54+01:00
Commit Message:
AGI: Add missing platform information [TRAC #14287]
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 6205c9f3f47..00115e9fa9b 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -838,9 +838,9 @@ static const AGIGameDescription gameDescriptions[] = {
// Menus not tested
GAME("sq2", "2.0C/A 5.25\"/ST", "bd71fe54869e86945041700f1804a651", 0x2917, GID_SQ2),
- // Space Quest 2 (3.5") 2.0C [AGI 2.917]
+ // Space Quest 2 (PC 3.5") 2.0C [AGI 2.917]
// TRAC #14287
- GAME("sq2", "2.0C 3.5\"", "b394eaae1dfe4203378e02641178959c", 0x2917, GID_SQ2),
+ GAME_PS("sq2", "2.0C 3.5\"", "b394eaae1dfe4203378e02641178959c", 426, 0x2917, GID_SQ2, Common::kPlatformDOS),
// Space Quest 2 (PC 5.25") 2.0C [AGI 2.917]
// TRAC #14286
More information about the Scummvm-git-logs
mailing list