[Scummvm-git-logs] scummvm master -> 5e55ff8f0df3d51d6558a6d4d208ca23461b7db4
salty-horse
ori at avtalion.name
Sun Feb 14 13:43:13 UTC 2021
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:
5e55ff8f0d AGS: Detect Feria d'Arles
Commit: 5e55ff8f0df3d51d6558a6d4d208ca23461b7db4
https://github.com/scummvm/scummvm/commit/5e55ff8f0df3d51d6558a6d4d208ca23461b7db4
Author: Ori Avtalion (ori at avtalion.name)
Date: 2021-02-14T15:43:01+02:00
Commit Message:
AGS: Detect Feria d'Arles
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 9dd09a862f..08fdbd2dfe 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -160,6 +160,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "downfall", "Downfall" },
{ "downfallredux", "Downfall (Redux)" },
{ "dustbowl", "Dustbowl" },
+ { "feriadarles", "Feria d'Arles" },
{ "footballgame" , "Football Game" },
{ "geminirue", "Gemini Rue" },
{ "goldenwake", "A Golden Wake" },
@@ -1542,6 +1543,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
ENGLISH_ENTRY("downfall", "Downfall.exe", "aabdafae8b57dfc48fdf158a72326c23", 279342949), // v1.4
ENGLISH_ENTRY("downfallredux", "Downfall.exe", "08b1340f3528feeebce1ecc59cc17907", 1995812750), // GOG
ENGLISH_ENTRY("dustbowl", "Dustbowl.exe", "aa349d52fd620cf9642935cd5bdec5d8", 63365026), // Steam
+ ENGLISH_ENTRY("feriadarles", "Feria d'Arles.exe", "6a3291595263debd129e1e2064baeea5", 275649462), // Steam
ENGLISH_ENTRY("footballgame", "Football Game", "76703ac67835bdbfde5b378a147c8ba2", 164951859), // Steam
ENGLISH_ENTRY("geminirue", "gemini rue.exe", "f3c0c7d3892bdd8963e8ce017f73de08", 61986506), // GOG
ENGLISH_ENTRY("geminirue", "gemini_rue_pc.exe", "83362d0d2c1d4909bfbd85c04c95bde2", 72960932), // Steam
More information about the Scummvm-git-logs
mailing list