[Scummvm-git-logs] scummvm master -> 90d4af7fc1b954795f17ef8c3702b2e51eb5b833
dreammaster
dreammaster at scummvm.org
Mon Jun 21 04:54:35 UTC 2021
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
63f67c0523 AGS: Mark MMM13 as unsupported for now
90d4af7fc1 AGS: Fixed detection for MMM28
Commit: 63f67c0523b2760a3de3773b795f0c62355c4953
https://github.com/scummvm/scummvm/commit/63f67c0523b2760a3de3773b795f0c62355c4953
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-06-20T20:20:34-07:00
Commit Message:
AGS: Mark MMM13 as unsupported for now
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index ca77a4286d..1b1f1f1428 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1811,21 +1811,24 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
UNSUPPORTED_GAME_ENTRY("whokilledkennyrogers", "mags.exe", "ed778afb4f46c3f2a70d330532a83a2f", 1240103),
UNSUPPORTED_GAME_ENTRY("winfry", "fry.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 4164041),
- // Post 2.5 games that aren't currently supported
- // 2.55 game, but uses a plugin agsflashlight. Also, even with AGS interpreter
- // hacked to specify plugin, errors on loading room107 saying that
- // "room animations are no longer supported"
- UNSUPPORTED_GAME_ENTRY("zak2", "Zak2.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 8686711),
- UNSUPPORTED_GAME_ENTRY("zak2", "Zak2.exe", "0b7529a76f38283d6e850b8d56526fc1", 9205143),
// uses unsupported agslua plugin
UNSUPPORTED_GAME_ENTRY("allthewaydown", "deepuns3.exe", "6c0b5468657c22d62201e3769cd8d2b3", 29830067),
+ // MMM13 crashes during the intro with an error
+ // Error: unexpected data size for WRITELIT op: 8
+ GAME_ENTRY("mmm13", "traum.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6703140),
+ // Strangeland isn't yet supported becuase the executable is >2Gb.
+ UNSUPPORTED_GAME_ENTRY("strangeland", "Strangeland.exe", "c5978d50a9b7ee1c8a50a731847d8504", -1),
// Commercial game that likely uses custom extensions. Not only does it seem
// to use AGSController plugin built-in, even when I hooked up AGSController for
// the stand-alone AGS 3.5 interpreter, it hangs just like in ScummVM
UNSUPPORTED_GAME_ENTRY("untilihaveyou", "until i have you.exe", "cda1d7e36993dd55ba5513c1c43e5b2b", 1089857773), // Steam
UNSUPPORTED_GAME_ENTRY("untilihaveyou", "until i have you.exe", "cda1d7e36993dd55ba5513c1c43e5b2b", 1072879555),
- // Strangeland isn't yet supported becuase the executable is >2Gb.
- UNSUPPORTED_GAME_ENTRY("strangeland", "Strangeland.exe", "c5978d50a9b7ee1c8a50a731847d8504", -1),
+ // Post 2.5 games that aren't currently supported
+ // 2.55 game, but uses a plugin agsflashlight. Also, even with AGS interpreter
+ // hacked to specify plugin, errors on loading room107 saying that
+ // "room animations are no longer supported"
+ UNSUPPORTED_GAME_ENTRY("zak2", "Zak2.exe", "e88fd6a23a5e498d7b0d50e3bb914085", 8686711),
+ UNSUPPORTED_GAME_ENTRY("zak2", "Zak2.exe", "0b7529a76f38283d6e850b8d56526fc1", 9205143),
// AGDI games. They get their own grouping because they're just that awesome
GAME_ENTRY("kq1agdi", "kqvga.exe", "73f87b30f84e9c34ab09ec8dd7ae109d", 34298679), // 1.0
@@ -2908,7 +2911,6 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("mmm11", "MMMania 2.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 7872940),
GAME_ENTRY("mmm11", "MMMania.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6123337),
GAME_ENTRY("mmm12", "Giga.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 4141502),
- GAME_ENTRY("mmm13", "traum.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6703140),
GAME_ENTRY("mmm14", "msytr.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 5836799),
GAME_ENTRY("mmm14", "msytr.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 5863583),
GAME_ENTRY("mmm15", "MMM15.exe", "06a03fe35791b0578068ab1873455463", 8503015),
Commit: 90d4af7fc1b954795f17ef8c3702b2e51eb5b833
https://github.com/scummvm/scummvm/commit/90d4af7fc1b954795f17ef8c3702b2e51eb5b833
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-06-20T21:54:28-07:00
Commit Message:
AGS: Fixed detection for MMM28
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 1b1f1f1428..ff7fc0365e 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -2927,7 +2927,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("mmm24", "mmmgui.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 6112992),
GAME_ENTRY("mmm26", "TryDott.exe", "28f82e420b82d07651b68114f90223c8", 4683840),
GAME_ENTRY("mmm27", "Hamster.exe", "465f972675db2da6040518221af5b0ba", 7497001),
- GAME_ENTRY("mmm28", "Time Machine 2b.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 7273087),
+ GAME_ENTRY("mmm28", "Time Machine 2.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 7314610),
GAME_ENTRY("mmm29", "mmmgui.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 8033934),
GAME_ENTRY("mmm30", "memorie.exe", "0710e2ec71042617f565c01824f0cf3c", 4300662),
GAME_ENTRY("mmm31", "MMM31.exe", "0710e2ec71042617f565c01824f0cf3c", 6777832),
More information about the Scummvm-git-logs
mailing list