[Scummvm-git-logs] scummvm master -> b47eb8a356cffd14166834b285fb253ce5e6fb9a

sev- noreply at scummvm.org
Sun Jun 8 17:00:35 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:
b47eb8a356 QDENGINE: Put all the rest game to ADGF_TESTING


Commit: b47eb8a356cffd14166834b285fb253ce5e6fb9a
    https://github.com/scummvm/scummvm/commit/b47eb8a356cffd14166834b285fb253ce5e6fb9a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-06-08T19:00:13+02:00

Commit Message:
QDENGINE: Put all the rest game to ADGF_TESTING

Changed paths:
    engines/qdengine/detection_tables.h


diff --git a/engines/qdengine/detection_tables.h b/engines/qdengine/detection_tables.h
index 37ea04d8991..c4602088b7b 100644
--- a/engines/qdengine/detection_tables.h
+++ b/engines/qdengine/detection_tables.h
@@ -84,7 +84,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 	//		"qd_game.exe", "???", 909312, Common::SK_SVK),
 
 #undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_UNSTABLE
+#define SUPPORT_STATUS ADGF_TESTING
 
 	// Братья Пилоты. Обратная сторона Земли
 	// 2004/06/11. K D-Lab / Pipe Studio
@@ -144,7 +144,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 			"shveik.exe", "a56cb058b46e47754019652d27d974b3", 962560),
 
 #undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_UNSTABLE
+#define SUPPORT_STATUS ADGF_TESTING
 
 	// Клёпа: Символические Заклепки
 	// 2007/10/19. K-D Logic
@@ -179,7 +179,7 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		GUIO1(GUIO_NONE)
 	},
 
-	{ // Demo2, original
+	{ // Demo2, recoded
 	  // Video is recoded with: ffmpeg -i martha.mpg -b:v 6000k -maxrate:v 9000k martha-new.mpeg
 	  // The full game has this video also broken: the video frames get frozen at the last several seconds
 		"3mice2",
@@ -189,12 +189,12 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 				   "Resource/Video/martha.mpg", "4dc93c37c0cdd75c01c58412f68e4874", 32499712),
 		Common::RU_RUS,
 		Common::kPlatformWindows,
-		ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_DEMO,
+		ADGF_DROPPLATFORM | ADGF_DEMO,
 		GUIO1(GUIO_NONE)
 	},
 
 #undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_UNSTABLE
+#define SUPPORT_STATUS ADGF_TESTING
 	// Агентство "КотоПес": По следам невиданных зверей
 	// 2008/03/21 KD Vision Games
 	GAME("dogncat", "db4e0081fdaf575e82910cf7399cef62", 17759363,




More information about the Scummvm-git-logs mailing list