[Scummvm-git-logs] scummvm master -> 71ee1ececee87a371bf47b1083d3dcc55da5c019
tag2015
noreply at scummvm.org
Tue Aug 5 22:07:01 UTC 2025
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
19058bc06c AGS: Add detection for Old Skies GOG v1.1
71ee1ecece GLK: Add Spring Thing '25 entries
Commit: 19058bc06c9d5782e1d8aee956d9c560a6bf3e34
https://github.com/scummvm/scummvm/commit/19058bc06c9d5782e1d8aee956d9c560a6bf3e34
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-08-05T22:37:43+02:00
Commit Message:
AGS: Add detection for Old Skies GOG v1.1
Fix #16042
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 540b53c25c1..5a4079640de 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -4863,6 +4863,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_PLUGIN_STEAM_EN_NOAUTOSAVE("oldskies", "ac2game.dat", "4f356539cb679daf9c45cf592abddb47", 2477379620, GAMEFLAG_PLUGINS_AGSTEAM_WADJETEYE), // Mac 1.9a
GAME_ENTRY_PLUGIN_STEAM_EN_NOAUTOSAVE("oldskies", "ac2game.dat", "4f356539cb679daf9c45cf592abddb47", 2477379762, GAMEFLAG_PLUGINS_AGSTEAM_WADJETEYE), // Mac 2.0
GAME_ENTRY_PLUGIN_STEAM_EN_NOAUTOSAVE("oldskies", "ac2game.dat", "4f356539cb679daf9c45cf592abddb47", 2477379893, GAMEFLAG_PLUGINS_AGSTEAM_WADJETEYE), // Mac 2.0a
+ GAME_ENTRY_PLUGIN_GOG_EN_NOAUTOSAVE("oldskies", "OldSkies.ags", "4f356539cb679daf9c45cf592abddb47", 2477365116, GAMEFLAG_PLUGINS_AGSTEAM_WADJETEYE), // Win/Linux 1.1
GAME_ENTRY_PLUGIN_GOG_EN_NOAUTOSAVE("oldskies", "OldSkies.ags", "4f356539cb679daf9c45cf592abddb47", 2477379829, GAMEFLAG_PLUGINS_AGSTEAM_WADJETEYE), // Win/Linux 1.9a
GAME_ENTRY_PLUGIN_GOG_EN_NOAUTOSAVE("oldskies", "OldSkies.ags", "4f356539cb679daf9c45cf592abddb47", 2477380102, GAMEFLAG_PLUGINS_AGSTEAM_WADJETEYE), // Win/Linux 2.0a
GAME_ENTRY_PLUGIN_GOG_EN_NOAUTOSAVE("oldskies", "ac2game.dat", "4f356539cb679daf9c45cf592abddb47", 2477380102, GAMEFLAG_PLUGINS_AGSTEAM_WADJETEYE), // Mac 2.0a?
Commit: 71ee1ececee87a371bf47b1083d3dcc55da5c019
https://github.com/scummvm/scummvm/commit/71ee1ececee87a371bf47b1083d3dcc55da5c019
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-08-06T00:06:21+02:00
Commit Message:
GLK: Add Spring Thing '25 entries
Fix #16104
Changed paths:
engines/glk/glulx/detection_tables.h
diff --git a/engines/glk/glulx/detection_tables.h b/engines/glk/glulx/detection_tables.h
index 4c750da7a5a..004eff9630b 100644
--- a/engines/glk/glulx/detection_tables.h
+++ b/engines/glk/glulx/detection_tables.h
@@ -1008,6 +1008,18 @@ const PlainGameDescriptor GLULXE_GAME_LIST[] = {
// Spring Thing 2024 - New Game Plus
{ "stc24_timemachi24", "The Time Machine (by Bill Maya)" }, // Entrant
+ // Spring Thing 2025 - Main Festival
+ { "stc25_cutsky", "Cut the Sky" }, // Best in Show
+ { "stc25_espresso", "Espresso Moka" }, // Entrant
+ { "stc25_hellride", "Hell Ride" }, // Entrant
+ { "stc25_retool", "Retool Looter" }, // Entrant
+ { "stc25_terranova", "Terra Nova" }, // Entrant
+
+ // Spring Thing 2025 - Back Garden
+ { "stc25_anpama", "anpa ma" }, // Entrant
+ { "stc25_marbles", "Marbles, D, and the Sinister Spotlight" }, // Entrant
+ { "stc25_portrait", "Portrait with Wolf" }, // Entrant
+
// Text Adventure Literacy Jam 2024
{ "luluasteroid", "Lulu and the Asteroid of 100% Guaranteed Doom" }, // Entrant
{ "thewolf", "The Wolf" }, // Entrant
@@ -2663,6 +2675,18 @@ const GlkDetectionEntry GLULXE_GAMES[] = {
// Spring Thing 2024 - New Game Plus
DT_ENTRY1("stc24_timemachi24", "240329", "d8442e3f28c2812f611ee91dc2434f27", 23123096),
+ // Spring Thing 2025 - Main Festival
+ DT_ENTRY1("stc25_cutsky", "250502", "c963db666f36f5a33a166c37bd0e60bb", 1717218),
+ DT_ENTRY1("stc25_espresso", "250420", "20c8042a1e2c6ad5e9829001b0b463d1", 1334456),
+ DT_ENTRY1("stc25_hellride", "250512", "678833dc752453a409100194ce1833c7", 33177990),
+ DT_ENTRY1("stc25_retool", "25????", "2c5c997e7482a1fc4cc32a62a7f66588", 3896676),
+ DT_ENTRY1("stc25_terranova", "250328", "eaa465356be3549446c14588a58060a0", 1150370),
+
+ // Spring Thing 2025 - Back Garden
+ DT_ENTRY1("stc25_anpama", "250329", "322a3fb78e2751c6779acbff74a7655c", 1352138),
+ DT_ENTRY1("stc25_marbles", "250403", "16d9711703ffef410c2991e069dfd589", 10341546),
+ DT_ENTRY1("stc25_portrait", "250424", "3e84f0ced2640e4862c2503f30aa4e4b", 8076938),
+
// Text Adventure Literacy Jam 2024
DT_ENTRY1("luluasteroid", "240430", "2edb05f1d13150655941fb255f5921e0", 23246980),
DT_ENTRY1("thewolf", "240430", "30f2253cc9ccdb7d0ccff86a7f5e743b", 684594),
More information about the Scummvm-git-logs
mailing list