[Scummvm-git-logs] scummvm master -> 247e1061a1400a2ad9b6a597c88c121e52c202b0

sev- noreply at scummvm.org
Sat Nov 30 21:21:26 UTC 2024


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:
247e1061a1 AGS: Added KIDCODE: ICEBOY detection. Bug #15538


Commit: 247e1061a1400a2ad9b6a597c88c121e52c202b0
    https://github.com/scummvm/scummvm/commit/247e1061a1400a2ad9b6a597c88c121e52c202b0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-30T22:21:03+01:00

Commit Message:
AGS: Added KIDCODE: ICEBOY detection. Bug #15538

The game could be downloaded from https://graysond.itch.io/kidname-iceboy

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index e7ad5086013..cf5c4d514b6 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1641,6 +1641,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "iamjason", "IAMJASON" },
 	{ "icantsleep", "I Can't Sleep in Silence - It's Always Darkest" },
 	{ "icbm", "ICBM" },
+	{ "iceboy", "KIDNAME: ICEBOY" },
 	{ "icecreammystery", "The Ice Cream Mystery" },
 	{ "iceintheair", "Ice in the Air" },
 	{ "icestationzero", "Ice Station Zero" },
@@ -7040,6 +7041,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY_EN("icantsleep", "The Bait that Lures.exe", "7e2043ac91777f83869ea255d9fcbc28", 67515438),  // Gamejolt
 	GAME_ENTRY_EN("icantsleep", "The Bait that Lures.exe", "7e2043ac91777f83869ea255d9fcbc28", 67515562),  // v1.2 prologue itch.io
 	GAME_ENTRY_EN("icbm", "ICBM.exe", "50cfb1bd9e9022dc57ef7ba4a48b8549", 4964838),
+	GAME_ENTRY_EN("iceboy", "ICEBOY.ags", "eaee7fc9df271649c7df24e535581c30", 13617416),
 	GAME_ENTRY_EN("iceintheair", "IceInTheAir.exe", "bf2a2e7c608d33102f4d532e5cdcddda", 4365231),  //v1.2
 	GAME_ENTRY_EN("icestationzero", "Ice Station Zero.exe", "9f8a9d74c09f188af9af3e263f8b59bc", 36606112),  // Windows
 	GAME_ENTRY_EN("icestationzero", "Ice Station Zero.ags", "970bc84550c7e623e7bce6191f372137", 33569932),  // Linux




More information about the Scummvm-git-logs mailing list