[Scummvm-git-logs] scummvm master -> 39fce705d6cb2c704acd56a756cef3f182416a84
tag2015
noreply at scummvm.org
Wed Oct 26 09:52:49 UTC 2022
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:
c9d35d9f5a GLK: HUGO: Add missing version numbers
39fce705d6 AGS: Add detection for RnR will never die! full version
Commit: c9d35d9f5a9ae2f6e3ae0e98087899f68d4f5493
https://github.com/scummvm/scummvm/commit/c9d35d9f5a9ae2f6e3ae0e98087899f68d4f5493
Author: Walter Agazzi (tag2015 at gmail.com)
Date: 2022-10-26T11:49:42+02:00
Commit Message:
GLK: HUGO: Add missing version numbers
Changed paths:
engines/glk/hugo/detection_tables.h
diff --git a/engines/glk/hugo/detection_tables.h b/engines/glk/hugo/detection_tables.h
index de403e637d5..2efc08f469a 100644
--- a/engines/glk/hugo/detection_tables.h
+++ b/engines/glk/hugo/detection_tables.h
@@ -77,17 +77,17 @@ const PlainGameDescriptor HUGO_GAME_LIST[] = {
};
const GlkDetectionEntry HUGO_GAMES[] = {
- DT_ENTRY1("acs", "Text Only", "37682bc8cbcc6706b8bd81d0d0b6745e", 371811),
- DT_ENTRY0("acs", "1daad86bee94f4519681c441d4f0f2bc", 371658),
- DT_ENTRY1("acs", "0.09.0 Beta", "8788f1e28a4cd875f220155b2aeae8c8", 356450),
+ DT_ENTRY1("acs", "0.09.0 Beta", "8788f1e28a4cd875f220155b2aeae8c8", 356450),
+ DT_ENTRY1("acs", "1.0.04 Text Only", "37682bc8cbcc6706b8bd81d0d0b6745e", 371811),
+ DT_ENTRY1("acs", "1.0.04", "1daad86bee94f4519681c441d4f0f2bc", 371658),
DT_ENTRY0("annoyotron2", "944056721054fd1c9af9d1e95e63ce52", 66762),
DT_ENTRY0("cb2", "232827c10abd45c98d77ceffaf9ac9fa", 155732),
DT_ENTRY0("cryptozookeeper", "1b8301b969882c46ffa9f635e1695c41", 840567),
DT_ENTRY0("hugoclock", "53a0b99011ccb14ddc45cfeb8c23d417", 120887),
DT_ENTRY0("adv350h", "d6735640ca21797f24e3cadb12be4ae2", 124148),
DT_ENTRY0("distress", "fe61c8722d8625d3d196b3d390346a55", 188317),
- DT_ENTRY0("down", "4bc119c61d3cdf5d796c36b1d9a023c6", 99561),
- DT_ENTRY1("down", "09-30-97", "7daf198e81a92b152bf6a0969210aa77", 94323),
+ DT_ENTRY1("down", "r1", "7daf198e81a92b152bf6a0969210aa77", 94323),
+ DT_ENTRY1("down", "r4", "4bc119c61d3cdf5d796c36b1d9a023c6", 99561),
DT_ENTRY0("dragonhunt", "93db9cdf1d2d2800715c93fff0d48a59", 68944),
DT_ENTRY0("eastofeastwood", "ebc4e37c66fca8a07b5782b57686ce07", 42445),
DT_ENTRY1("fallacyofdawn", "1.05", "8821566e2d3b301c6dc705f2bea54eb1", 729176),
@@ -110,8 +110,8 @@ const GlkDetectionEntry HUGO_GAMES[] = {
DT_ENTRY0("paxless", "db00b1242a4a0898c2d0d2d1c77103f4", 61973),
DT_ENTRY0("pirateadv", "81c961f121e4465adb4592eee2bcc2d5", 53915),
DT_ENTRY0("pantomime", "1067b09fda08eafb09d53b51ffe73e7d", 248466),
- DT_ENTRY1("pom", "15feb99", "ba86e162ba30e6dbe82abc96648486da", 95577),
- DT_ENTRY0("pom", "9a3724529fce408c2f4a2a1bbb635748", 92889),
+ DT_ENTRY1("pom", "r1", "9a3724529fce408c2f4a2a1bbb635748", 92889),
+ DT_ENTRY1("pom", "r2", "ba86e162ba30e6dbe82abc96648486da", 95577),
DT_ENTRY0("renga", "c79032bdc349863f02a4fab30beafd35", 64373),
DT_ENTRY0("retronemesis", "517908b4503c653a0d9bb326d00b22ab", 101526),
DT_ENTRY0("scavhunt", "665dce1a0f552e95590b983a3f2106da", 129514),
@@ -120,8 +120,8 @@ const GlkDetectionEntry HUGO_GAMES[] = {
DT_ENTRY0("squest", "3e91849c6e8ea3072aa58e96010b6078", 36322),
DT_ENTRY0("teleporttest", "4cc54ad4d5b8f3628aa3925272311efb", 100723),
DT_ENTRY0("tetrish", "da1299e86f9fcded1f9a41979685ec02", 6464),
- DT_ENTRY0("tradingpunches", "b31b2eed49e788429cd9c5c641a3e713", 315934),
DT_ENTRY1("tradingpunches", "1.6", "e7ca0323da847c364ad12e160af6c494", 294441),
+ DT_ENTRY1("tradingpunches", "1.9", "b31b2eed49e788429cd9c5c641a3e713", 315934),
DT_ENTRY0("travellingswordsman", "37378ff2cfe75d0cfb581b7777036040", 431432),
DT_ENTRY0("tripkey", "f76297d8ff7658752aa5a29417bbb274", 188058),
DT_ENTRY0("wfte", "695233c271d6e355652bd11d0cc8da5e", 73099),
Commit: 39fce705d6cb2c704acd56a756cef3f182416a84
https://github.com/scummvm/scummvm/commit/39fce705d6cb2c704acd56a756cef3f182416a84
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-10-26T11:49:42+02:00
Commit Message:
AGS: Add detection for RnR will never die! full version
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 1aed51d3c99..5930f0a24a2 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -3684,6 +3684,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_EN_STEAM("richardandalice", "richardandalice.exe", "1023d348f67ba958f78ed62d029565c7", 109164768),
GAME_ENTRY_EN_STEAM("richardandalice", "richardandalice.exe", "f47d11397e2059a25b11057ea6cf3409", 108264256),
GAME_ENTRY_EN_GOG("richardandalice", "richardandalice.exe", "9a7e38a1810e6a1839601fb5c6bd42e6", 108602238), // Desura - GOG v1.0
+ GAME_ENTRY_EN_STEAM("rnrneverdies", "Rock 'n' Roll Will Never Die.exe", "28456c6a3a38874b833651c4433e22b4", 37722884),
GAME_ENTRY_EN_STEAM("roguestate", "roguestate.exe", "981a1c4d5a64b8ebe300f9769acf0fe5", 895486573),
GAME_ENTRY_GOG("samaritan", "samaritan.exe", "79dd677433bbb10d4970367eb68b243c", 78070237), // Groupees, v1.1 - GOG
GAME_ENTRY_STEAM("samaritan", "samaritan.exe", "5fb404a4a7c9cd1449dfdd3d23fa0250", 78753952),
More information about the Scummvm-git-logs
mailing list