[Scummvm-git-logs] scummvm master -> 3d8aa20b32a9579697c13f28e0b2680e8b22504a
dreammaster
dreammaster at scummvm.org
Wed Mar 17 03:44: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:
3d8aa20b32 AGS: Move All The Way Down detection entry to unsupported
Commit: 3d8aa20b32a9579697c13f28e0b2680e8b22504a
https://github.com/scummvm/scummvm/commit/3d8aa20b32a9579697c13f28e0b2680e8b22504a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-03-16T20:44:26-07:00
Commit Message:
AGS: Move All The Way Down detection entry to unsupported
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 1219fd7230..318d0ca78f 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1582,6 +1582,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
// "room animations are no longer supported"
UNSUPPORTED_GAME_ENTRY("zak2", "Zak2.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 8686711),
UNSUPPORTED_GAME_ENTRY("zak2", "TFG - ZAK2.exe", "7971a7c02d414dc8cb33b6ec36080b91", 155632013),
+ // uses unsupported agslua plugin
+ UNSUPPORTED_GAME_ENTRY("allthewaydown", "deepuns3.exe", "6c0b5468657c22d62201e3769cd8d2b3", 29830067),
// AGDI games. They get their own grouping because they're just that awesome
GAME_ENTRY("kq1agdi", "kqvga.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 34298679), // 1.0
@@ -1915,7 +1917,6 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("alienthreat", "alien threat.exe", "f120690b506dd63cd7d1112ea6af2f77", 6341266),
GAME_ENTRY("alientimezone", "atz.exe", "0710e2ec71042617f565c01824f0cf3c", 2911858),
GAME_ENTRY("allpigs", "All pigs deserve to burn in hell.exe", "973f6b65820ca1f4e19704a49be99d76", 20836147),
- GAME_ENTRY("allthewaydown", "deepuns3.exe", "6c0b5468657c22d62201e3769cd8d2b3", 29830067),
GAME_ENTRY("aloneinthenight", "alone.exe", "0710e2ec71042617f565c01824f0cf3c", 9501343),
GAME_ENTRY("alphadog", "alpha_dog.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 3329253),
GAME_ENTRY("alphax", "alphax.exe", "06a03fe35791b0578068ab1873455463", 17879795),
More information about the Scummvm-git-logs
mailing list