[Scummvm-git-logs] scummvm master -> a404c7c23f1a4cf220251a7527e0b61004b9c491
sev-
noreply at scummvm.org
Tue May 27 22:08:21 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:
a404c7c23f Revert "QDENGINE: Swapped dogncat and dogncat2 targets"
Commit: a404c7c23f1a4cf220251a7527e0b61004b9c491
https://github.com/scummvm/scummvm/commit/a404c7c23f1a4cf220251a7527e0b61004b9c491
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-05-28T00:08:05+02:00
Commit Message:
Revert "QDENGINE: Swapped dogncat and dogncat2 targets"
This reverts commit cf7b01673438ac5e7364a298529466ec171be27d.
Changed paths:
engines/qdengine/detection_tables.h
diff --git a/engines/qdengine/detection_tables.h b/engines/qdengine/detection_tables.h
index 61d0302bf20..5855ca53679 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: In the Footsteps of Unprecedented Beasts" }, // ÐгенÑÑÑво "ÐоÑоÐеÑ": Ðо Ñледам невиданнÑÑ
звеÑей
- { "dogncat2", "Dog-n-cat: Island of Dr Ratiarty" }, // ÐгенÑÑÑво "ÐоÑоÐеÑ": ÐÑÑÑов докÑоÑа ÐÑÑÑаÑди
+ { "dogncat", "Dog-n-cat: Island of Dr Ratiarty" }, // ÐгенÑÑÑво "ÐоÑоÐеÑ": ÐÑÑÑов докÑоÑа ÐÑÑÑаÑди
+ { "dogncat2", "Dog-n-cat: In the Footsteps of Unprecedented Beasts" }, // ÐгенÑÑÑво "ÐоÑоÐеÑ": Ðо Ñледам невиданнÑÑ
звеÑей
{ 0, 0 }
};
@@ -195,14 +195,14 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
#undef SUPPORT_STATUS
#define SUPPORT_STATUS ADGF_UNSTABLE
- // ÐгенÑÑÑво "ÐоÑоÐеÑ": Ðо Ñледам невиданнÑÑ
звеÑей
- // 2008/03/21 KD Vision Games
- GAME("dogncat", "c250f79a8e404b13a588e6a03e3a6d20", 10483617,
- "qd_game.exe", "ed659f0fc79e772f1f1ff8107fa94dea", 962560),
-
// ÐгенÑÑÑво "ÐоÑоÐеÑ": ÐÑÑÑов докÑоÑа ÐÑÑÑаÑди
// 2008/09/19 KD Vision Games
- GAME("dogncat2", "db4e0081fdaf575e82910cf7399cef62", 17759363,
+ GAME("dogncat", "db4e0081fdaf575e82910cf7399cef62", 17759363,
+ "qd_game.exe", "ed659f0fc79e772f1f1ff8107fa94dea", 962560),
+
+ // ÐгенÑÑÑво "ÐоÑоÐеÑ": Ðо Ñледам невиданнÑÑ
звеÑей
+ // 2008/03/21 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