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

sev- noreply at scummvm.org
Sat Jan 17 19:17:12 UTC 2026


This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
530f92e124 NEWS: Set release date for 2026.1.0
d13e589023 QDENGINE: Clear ADGF_TESTING flag
f9ef81cc59 SLUDGE: Clear ADGF_TESTING flag


Commit: 530f92e124ac6a2f767228816e4444c874fd1ecc
    https://github.com/scummvm/scummvm/commit/530f92e124ac6a2f767228816e4444c874fd1ecc
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-01-17T20:16:41+01:00

Commit Message:
NEWS: Set release date for 2026.1.0

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 85384abcbb6..5375827d385 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,7 +1,7 @@
 For a more comprehensive changelog of the latest experimental code, see:
         https://github.com/scummvm/scummvm/commits/
 
-#### 3.0.0 (XXXX-XX-XX)
+#### 2026.1.0 (2026-01-31)
 
  New games:
    - Added support for Dark Seed.


Commit: d13e589023455fde3b8c12082a22430b31bcc324
    https://github.com/scummvm/scummvm/commit/d13e589023455fde3b8c12082a22430b31bcc324
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-01-17T20:16:57+01:00

Commit Message:
QDENGINE: Clear ADGF_TESTING flag

Changed paths:
    engines/qdengine/detection_tables.h


diff --git a/engines/qdengine/detection_tables.h b/engines/qdengine/detection_tables.h
index bf828cb05a1..3255c7340ee 100644
--- a/engines/qdengine/detection_tables.h
+++ b/engines/qdengine/detection_tables.h
@@ -42,7 +42,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ 0, 0 }
 };
 
-#define SUPPORT_STATUS ADGF_TESTING
+#define SUPPORT_STATUS ADGF_NO_FLAGS
 
 #define GAMEelf(id,extra,md5,size,exefile,exemd5,exesize,lang,flags) { \
         id, \
@@ -69,8 +69,6 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 	GAMEl("karliknos", "89077e9322d92b080406d3807f548fe2", 3225327,
 			"qd_game.exe", "607fa1a3b2c2b7810a5de49b5e7c1521", 917504, Common::LT_LTU),
 
-#undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_NO_FLAGS
 	// Ну, погоди! Выпуск 3. Песня для зайца
 	// 2003/12/11. K D-Lab
 	GAME("nupogodi3", "7394a5d28590680cfeb6a037101a9c81", 1675230,
@@ -85,9 +83,6 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 	//GAMEl("nupogodi3", "???", 1674743,
 	//		"qd_game.exe", "???", 909312, Common::SK_SVK),
 
-#undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_TESTING
-
 	// Братья Пилоты. Обратная сторона Земли
 	// 2004/06/11. K D-Lab / Pipe Studio
 	// GOG release is NOT on this engine
@@ -118,8 +113,6 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 	GAMEd("mng", "da3a6e591d4896ca3176c5866aef278f", 2541094,
 			"qd_game.exe", "233ac221814568e5c278f952e76495ce", 757760),
 
-#undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_NO_FLAGS
 	// Маски-шоу
 	// 2005/12/16. Lazy Games
 	GAME("maski", "9a40b7491cac0dd80657cfe52e28ea74", 23128230,
@@ -145,16 +138,11 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 	GAME("shveik", "3877afbb780996a5608a5b358dd59726", 30233418,
 			"shveik.exe", "a56cb058b46e47754019652d27d974b3", 962560),
 
-#undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_TESTING
-
 	// Клёпа: Символические Заклепки
 	// 2007/10/19. K-D Logic
 	GAME("klepa", "a09e1f072942d88c06abccfb820f46a9", 20260975,
 			"qd_game.exe", "a56cb058b46e47754019652d27d974b3", 962560),
 
-#undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_NO_FLAGS
 	// Три маленькие белые мышки. День рождения морской крысы
 	// 2007/12/27. Lazy Games
 	GAME("3mice2", "93d8311ff9c00453f25192743c9e98d9", 8176962,
@@ -195,8 +183,6 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 		GUIO1(GUIO_NONE)
 	},
 
-#undef SUPPORT_STATUS
-#define SUPPORT_STATUS ADGF_TESTING
 	// Агентство "КотоПес": По следам невиданных зверей
 	// 2008/03/21 KD Vision Games
 	GAME("dogncat", "db4e0081fdaf575e82910cf7399cef62", 17759363,


Commit: f9ef81cc5916722a724809394cbe33afd92dc762
    https://github.com/scummvm/scummvm/commit/f9ef81cc5916722a724809394cbe33afd92dc762
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-01-17T20:17:05+01:00

Commit Message:
SLUDGE: Clear ADGF_TESTING flag

Changed paths:
    engines/sludge/detection_tables.h


diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index 89549abddb6..82fd5e21e09 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -44,9 +44,9 @@ static const PlainGameDescriptor sludgeGames[] = {
 	{ 0, 0 }
 };
 
-#define GAME1l(t, e, f1, m1, s1, lang, pl, langId) 	{ { t, e, AD_ENTRY1s(f1, m1, s1), lang, pl, ADGF_TESTING, GUIO1(GUIO_NOMIDI) }, langId }
+#define GAME1l(t, e, f1, m1, s1, lang, pl, langId) 	{ { t, e, AD_ENTRY1s(f1, m1, s1), lang, pl, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI) }, langId }
 #define GAME1(t, e, f1, m1, s1) GAME1l(t, e, f1, m1, s1, Common::EN_ANY, Common::kPlatformUnknown, 0)
-#define GAME2l(t, e, f1, m1, s1, f2, m2, s2, lang, pl, langId) 	{ { t, e, AD_ENTRY2s(f1, m1, s1, f2, m2, s2), lang, pl, ADGF_TESTING, GUIO1(GUIO_NOMIDI) }, langId }
+#define GAME2l(t, e, f1, m1, s1, f2, m2, s2, lang, pl, langId) 	{ { t, e, AD_ENTRY2s(f1, m1, s1, f2, m2, s2), lang, pl, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI) }, langId }
 #define GAME2(t, e, f1, m1, s1, f2, m2, s2) GAME2l(t, e, f1, m1, s1, f2, m2, s2, Common::EN_ANY, Common::kPlatformUnknown, 0)
 
 




More information about the Scummvm-git-logs mailing list