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

sev- noreply at scummvm.org
Tue Nov 5 22:16:44 UTC 2024


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

Summary:
650b83d5c9 QDENGINE: Clarified dogncat game title
b702fa856b NEWS: Mention qdEngine supported games
d24de00922 QDENGINE: Added stubs for more detection entries


Commit: 650b83d5c9922f75b1fc542f057fc0d11104f53b
    https://github.com/scummvm/scummvm/commit/650b83d5c9922f75b1fc542f057fc0d11104f53b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-05T23:16:32+01:00

Commit Message:
QDENGINE: Clarified dogncat game title

Changed paths:
    engines/qdengine/detection_tables.h


diff --git a/engines/qdengine/detection_tables.h b/engines/qdengine/detection_tables.h
index 1b6bfea1c49..51f063942c6 100644
--- a/engines/qdengine/detection_tables.h
+++ b/engines/qdengine/detection_tables.h
@@ -36,7 +36,7 @@ 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 Rattardy" }, // Агентство "КотоПес": Остров доктора Крысарди
+	{ "dogncat", "Dog-n-cat: Island of Dr Ratiarty" }, // Агентство "КотоПес": Остров доктора Крысарди
 	{ "dogncat2", "Dog-n-cat: In the Footsteps of Unprecedented Beasts" }, // Агентство "КотоПес": По следам невиданных зверей
 
 	{ 0, 0 }


Commit: b702fa856ba312d3031d93480861f025e1855060
    https://github.com/scummvm/scummvm/commit/b702fa856ba312d3031d93480861f025e1855060
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-05T23:16:32+01:00

Commit Message:
NEWS: Mention qdEngine supported games

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index fcf2c46e1d1..60f4f6f90d8 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -13,6 +13,11 @@ For a more comprehensive changelog of the latest experimental code, see:
   - Added support for Unrest.
   - Added support for Rise of the Dragon.
   - Added support for Castle Master.
+  - Added support for Wait for it! Issue 3. Song for a Hare.
+  - Added support for Mask Show.
+  - Added support for Marvellous Mice Adventures: Meeting Sea Rat.
+  - Added support for The Adventures of the Good Soldier Schweik.
+  - Added support for Marvellous Mice Adventures: Sea Rat's Birthday.
 
  New platforms:
   - Added SailfishOS port.


Commit: d24de00922d8fa53dbcb87ad45057a4571116abb
    https://github.com/scummvm/scummvm/commit/d24de00922d8fa53dbcb87ad45057a4571116abb
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-05T23:16:32+01:00

Commit Message:
QDENGINE: Added stubs for more detection entries

Changed paths:
    engines/qdengine/detection_tables.h


diff --git a/engines/qdengine/detection_tables.h b/engines/qdengine/detection_tables.h
index 51f063942c6..da62bd32358 100644
--- a/engines/qdengine/detection_tables.h
+++ b/engines/qdengine/detection_tables.h
@@ -77,6 +77,10 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 	GAMEl("nupogodi3", "3fbcdd27bf0a3defb6195c92b9b0a95f", 1675036,
 			"qd_game.exe", "18b4260f3f25ac0f394a8c618203dcba", 1855208, Common::LT_LTU),
 
+	// Jen počkej a Píseň pro zajíce
+	//GAMEl("nupogodi3", "???", 1675036,
+	//		"qd_game.exe", "???", 1855208, Common::CZ_CZE),
+
 #undef SUPPORT_STATUS
 #define SUPPORT_STATUS ADGF_UNSTABLE
 
@@ -129,6 +133,10 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 	GAMEl("3mice1", "a6060f3d17ea2e50a03216332e517817", 10022470,
 			"qd_game.exe", "b8b3545b022f8e0975a8a948c03ad76e", 917504, Common::CS_CZE),
 
+	// Były Sobie Myszki Trzy: Na Spotkanie Cioci Myszy
+	//GAMEl("3mice1", "???", 10022470,
+	//		"qd_game.exe", "???", 917504, Common::PL_POL),
+
 	// Похождения бравого солдата Швейка
 	// 2007/09/07. Lazy Games
 	GAME("shveik", "3877afbb780996a5608a5b358dd59726", 30233418,
@@ -153,6 +161,10 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 	GAMEd("3mice2", "dfd98feb2e7d3345a7babdeb3ed3e9a7", 800666, // Demo1
 			"demo1.exe", "ffe20c2dbb131b01fccc1211a41e76e7", 962560),
 
+	// Były Sobie Myszki Trzy: Urodzinowe Śledztwo
+	//GAMEl("3mice2", "???", 10022470,
+	//		"qd_game.exe", "???", 917504, Common::PL_POL),
+
 	{ // Demo2, original
 	  // Video is in MP4 format which is not supported
 		"3mice2",




More information about the Scummvm-git-logs mailing list