[Scummvm-git-logs] scummvm master -> 4907aadf486d80dd269339c13094944a2855b0cc
dreammaster
dreammaster at scummvm.org
Sat Feb 13 02:38:14 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:
4907aadf48 AGS: Added BTTF V detection entry
Commit: 4907aadf486d80dd269339c13094944a2855b0cc
https://github.com/scummvm/scummvm/commit/4907aadf486d80dd269339c13094944a2855b0cc
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-02-12T18:37:56-08:00
Commit Message:
AGS: Added BTTF V detection entry
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index a18cbf687a..14257f09a7 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -329,6 +329,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "btd", "BTD" },
{ "bttf3", "Back to the Future Part III - Timeline Of Monkey Island" },
{ "bttf4", "Back to the Future Part IV - The Multitasking Crystal" },
+ { "bttf5", "Back to the Future Part V - Multidimensional Space-Timelines" },
{ "bubsythebobcatinripvanbubsystarringbubsy", "Bubsy The Bobcat In Rip Van Bubsy Starring Bubsy" },
{ "buccaneer", "Buccaneer" },
{ "bullettrain", "Bullet Train" },
@@ -1728,6 +1729,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
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("bttf5", "TFG - BTTF V - M -Space-Timelines -.exe", "7971a7c02d414dc8cb33b6ec36080b91", 213022300),
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