[Scummvm-git-logs] scummvm master -> 50e4206315fcddd6e8baa4a3206cb64bb250e38d

trembyle noreply at scummvm.org
Wed Feb 9 20:00:29 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:
50e4206315 AGS: Add detection for early MM Deluxe


Commit: 50e4206315fcddd6e8baa4a3206cb64bb250e38d
    https://github.com/scummvm/scummvm/commit/50e4206315fcddd6e8baa4a3206cb64bb250e38d
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2022-02-09T14:59:41-05:00

Commit Message:
AGS: Add detection for early MM Deluxe

Found on PC Revue (Slovakia) 7/04 covermount

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 14ac0789443..d63a4bf12ce 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -4694,6 +4694,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY("maniacland", "AliceInManiacland.exe", "74203c62b4604c4463f1c53db2d47c01", 6570499),  // Windows
 	GAME_ENTRY("maniacland", "AliceInManiacland.ags", "00596e8a9f0bd774528fb8c7225bed0d", 4082163),  // Linux
 	GAME_ENTRY("maniacland", "AliceInManiacland.exe", "d37a4f06126fc1f3bb7e5c31bd58a014", 8015351),  // Windows (newer)
+	GAME_ENTRY("maniacmansiondeluxe", "Maniac.exe", "3128b9f90e2f954ba704414ae854d10b", 9395050),  // v1.05
 	GAME_ENTRY("maniacmansiondeluxe", "Maniac.exe", "465f972675db2da6040518221af5b0ba", 10181366), // v1.3
 	GAME_ENTRY("maniacmansiondeluxe", "Maniac.exe", "465f972675db2da6040518221af5b0ba", 10409172),
 	GAME_ENTRY("maniacmetalheadmania", "Maniac Metalhead Mania.exe", "d4dbb53d3617dcbb56251eb4a332fddd", 11785951),




More information about the Scummvm-git-logs mailing list