[Scummvm-git-logs] scummvm master -> 1beb8ef360b0e9be289576ee700814ef688b62c7
dreammaster
dreammaster at scummvm.org
Wed Feb 10 04:12:36 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:
1beb8ef360 AGS: Added BTTF fan game detections
Commit: 1beb8ef360b0e9be289576ee700814ef688b62c7
https://github.com/scummvm/scummvm/commit/1beb8ef360b0e9be289576ee700814ef688b62c7
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-02-09T20:11:45-08:00
Commit Message:
AGS: Added BTTF fan game detections
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 1552006d20..6cd5bf4c3c 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -317,6 +317,8 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "breakdownbyonedollar", "Breakdown by OneDollar" },
{ "bsg78unexpectedattherisingstar", "BSG78 - Unexpected at the Rising Star" },
{ "btd", "BTD" },
+ { "bttf3", "Back to the Future Part III - Timeline Of Monkey Island" },
+ { "bttf4", "Back to the Future Part IV - The Multitasking Crystal" },
{ "bubsythebobcatinripvanbubsystarringbubsy", "Bubsy The Bobcat In Rip Van Bubsy Starring Bubsy" },
{ "buccaneer", "Buccaneer" },
{ "bullettrain", "Bullet Train" },
@@ -1656,6 +1658,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
ENGLISH_ENTRY("breakdownbyonedollar", "Breakdown.exe", "710ac163c281a5a539ffe2386264b990", 5273352),
ENGLISH_ENTRY("bsg78unexpectedattherisingstar", "BSG-E01.exe", "cf1ff01dfb8261f791ac95a7f5f05c1c", 401029955),
ENGLISH_ENTRY("btd", "BTD.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 6450527),
+ ENGLISH_ENTRY("bttf3", "TFG - BTTF III - Timeline of MI.exe", "7ddb9e776648faed5a51170d087074e9", 157518001),
+ ENGLISH_ENTRY("bttf4", "TFG - BTTF IV - The Multitasking crystal.exe", "7ddb9e776648faed5a51170d087074e9", 176964994),
ENGLISH_ENTRY("bubsythebobcatinripvanbubsystarringbubsy", "Rip Van Bubsy.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 52424482),
ENGLISH_ENTRY("buccaneer", "Buccaneer.exe", "c87aa6377abc18c1a1b2968ae6db08eb", 1576850),
ENGLISH_ENTRY("bullettrain", "Bullet Train.exe", "f120690b506dd63cd7d1112ea6af2f77", 17383747),
More information about the Scummvm-git-logs
mailing list