[Scummvm-git-logs] scummvm master -> 94a79bfeb3f70afbec61d7cc60de10a86d918c40

tag2015 noreply at scummvm.org
Fri Sep 9 22:44:25 UTC 2022


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:
94a79bfeb3 AGS: Add detection for The Ancient Art of Staying Alive


Commit: 94a79bfeb3f70afbec61d7cc60de10a86d918c40
    https://github.com/scummvm/scummvm/commit/94a79bfeb3f70afbec61d7cc60de10a86d918c40
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-09-10T00:44:06+02:00

Commit Message:
AGS: Add detection for The Ancient Art of Staying Alive

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index ad0d98756f6..472c58b955c 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -311,6 +311,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "spaceraven", "Space raven quest - Tiny planet" },
 	{ "sphonx", "Sphonx" },
 	{ "starshipquasar", "Starship Quasar" },
+	{ "stayingalive", "The Ancient Art of Staying Alive" },
 	{ "strangeland", "Strangeland" },
 	{ "sulifallenharmony", "Suli Fallen Harmony" },
 	{ "sumatra", "Sumatra: Fate of Yandi" },
@@ -3685,6 +3686,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY_STEAM("smallsister", "sister.exe", "78dd4ca028ee0156b6a093d6d780aa65", 18534526),  // Eng-Tur
 	GAME_ENTRY_EN_STEAM("spaceraven", "Tiny Planet.exe", "c6154d27a773ebf98a9be181a840d146", 29803571),
 	GAME_ENTRY_STEAM("starshipquasar", "starship quasar.ags", "0ea8150e15a4f4d0f3e82c231a4659f2", 10415956),
+	GAME_ENTRY_EN_STEAM("stayingalive", "Staying Alive.exe", "fae163b58c16e194688727d0903684be", 17380838),
 	GAME_ENTRY("strangeland", "Strangeland.exe", "c5978d50a9b7ee1c8a50a731847d8504", 3186614879),
 	GAME_ENTRY("strangeland", "Strangeland.exe", "c5978d50a9b7ee1c8a50a731847d8504", -1), // for 32-bit limited filesystems
 	GAME_ENTRY("strangeland", "ac2game.dat", "151b0391a650d3c81c2758deaa5852cd", 3183277137),




More information about the Scummvm-git-logs mailing list