[Scummvm-git-logs] scummvm master -> a904e0b56ae8a8d01d82a303bf2cc4f37ebca6db
sev-
noreply at scummvm.org
Thu May 29 23:25:51 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
a904e0b56a QDENGINE: Fix dogncat game titles
Commit: a904e0b56ae8a8d01d82a303bf2cc4f37ebca6db
https://github.com/scummvm/scummvm/commit/a904e0b56ae8a8d01d82a303bf2cc4f37ebca6db
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-05-30T01:25:42+02:00
Commit Message:
QDENGINE: Fix dogncat game titles
Changed paths:
engines/qdengine/detection_tables.h
diff --git a/engines/qdengine/detection_tables.h b/engines/qdengine/detection_tables.h
index cddc513f284..37ea04d8991 100644
--- a/engines/qdengine/detection_tables.h
+++ b/engines/qdengine/detection_tables.h
@@ -36,8 +36,8 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "shveik", "The Adventures of the Good Soldier Schweik" }, // ÐоÑ
Ð¾Ð¶Ð´ÐµÐ½Ð¸Ñ Ð±Ñавого ÑолдаÑа Швейка
{ "klepa", "Klepa: Symbolic Rivets" }, // ÐлÑпа: СимволиÑеÑкие Ðаклепки
{ "3mice2", "Marvellous Mice Adventures: Sea Rat's Birthday" }, // ТÑи маленÑкие белÑе мÑÑки. ÐÐµÐ½Ñ ÑÐ¾Ð¶Ð´ÐµÐ½Ð¸Ñ Ð¼Ð¾ÑÑкой кÑÑÑÑ
- { "dogncat", "Dog-n-cat: Island of Dr Ratiarty" }, // ÐгенÑÑÑво "ÐоÑоÐеÑ": ÐÑÑÑов докÑоÑа ÐÑÑÑаÑди
- { "dogncat2", "Dog-n-cat: In the Footsteps of Unprecedented Beasts" }, // ÐгенÑÑÑво "ÐоÑоÐеÑ": Ðо Ñледам невиданнÑÑ
звеÑей
+ { "dogncat", "Dog-n-cat: In the Footsteps of Unprecedented Beasts" }, // ÐгенÑÑÑво "ÐоÑоÐеÑ": Ðо Ñледам невиданнÑÑ
звеÑей
+ { "dogncat2", "Dog-n-cat: Island of Dr Ratiarty" }, // ÐгенÑÑÑво "ÐоÑоÐеÑ": ÐÑÑÑов докÑоÑа ÐÑÑÑаÑди
{ 0, 0 }
};
@@ -195,14 +195,14 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
#undef SUPPORT_STATUS
#define SUPPORT_STATUS ADGF_UNSTABLE
- // ÐгенÑÑÑво "ÐоÑоÐеÑ": ÐÑÑÑов докÑоÑа ÐÑÑÑаÑди
- // 2008/09/19 KD Vision Games
- GAME("dogncat", "c250f79a8e404b13a588e6a03e3a6d20", 10483617,
- "qd_game.exe", "ed659f0fc79e772f1f1ff8107fa94dea", 962560),
-
// ÐгенÑÑÑво "ÐоÑоÐеÑ": Ðо Ñледам невиданнÑÑ
звеÑей
// 2008/03/21 KD Vision Games
- GAME("dogncat2", "db4e0081fdaf575e82910cf7399cef62", 17759363,
+ GAME("dogncat", "db4e0081fdaf575e82910cf7399cef62", 17759363,
+ "qd_game.exe", "ed659f0fc79e772f1f1ff8107fa94dea", 962560),
+
+ // ÐгенÑÑÑво "ÐоÑоÐеÑ": ÐÑÑÑов докÑоÑа ÐÑÑÑаÑди
+ // 2008/09/19 KD Vision Games
+ GAME("dogncat2", "c250f79a8e404b13a588e6a03e3a6d20", 10483617,
"qd_game.exe", "ed659f0fc79e772f1f1ff8107fa94dea", 962560),
AD_TABLE_END_MARKER
More information about the Scummvm-git-logs
mailing list