[Scummvm-git-logs] scummvm master -> 2353e981ec164cc8d5ff3d748634453c76e58be2

sev- noreply at scummvm.org
Wed Aug 14 20:18:36 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:
4dbfd8ebbc CRUISE: Added detection for Russian fan-translation
ee0d8b0628 SCI: Added support for qfg3 Russian fan-translation
2353e981ec NEWS: Mention support for new Russian fan-translations


Commit: 4dbfd8ebbc41cd15f2cde3862cd918c4ba1b4e5b
    https://github.com/scummvm/scummvm/commit/4dbfd8ebbc41cd15f2cde3862cd918c4ba1b4e5b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-08-14T22:17:11+02:00

Commit Message:
CRUISE: Added detection for Russian fan-translation

Changed paths:
    engines/cruise/detection.cpp


diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp
index dd99155a927..cf4d666baba 100644
--- a/engines/cruise/detection.cpp
+++ b/engines/cruise/detection.cpp
@@ -127,6 +127,17 @@ static const CRUISEGameDescription gameDescriptions[] = {
 			GUIO0()
 		},
 	},
+	{ // Fanmade translation by old-games.ru
+		{
+			"cruise",
+			"256 colors",
+			AD_ENTRY1s("D1", "39b0f99d38be6da2af54af988efd58f1", 754587),
+			Common::RU_RUS,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO0()
+		},
+	},
 	{
 		{
 			"cruise",


Commit: ee0d8b06287b620ca03d28172407a557819da04a
    https://github.com/scummvm/scummvm/commit/ee0d8b06287b620ca03d28172407a557819da04a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-08-14T22:17:11+02:00

Commit Message:
SCI: Added support for qfg3 Russian fan-translation

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 166174b7aa2..564fe1d4e3c 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1410,7 +1410,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		{"resmap.000", 0, "daf64a91344a7934fe4374765267c2af", 5767},
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_HOYLE5_SAVELOAD },
-		
+
 	// Hoyle 5 (Hoyle Classic Games for Laptops) - Windows
 	// File date: 1995.11.04
 	// This version is unsupported because it is missing the main menu resources and will crash.
@@ -2644,7 +2644,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		{"PATCHES/font.008", 0, "8abefd3b44827ff26e2ad298f9e76a2b", 3029},
 		AD_LISTEND},
 		Common::HE_ISR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
-		
+
 	// Laura Bow - Russian fan translation by https://github.com/deadman2000/RuSCI
 	// SCI interpreter version 0.000.631
 	{"laurabow", "", {
@@ -5075,6 +5075,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_SPEECH	},
 
+	// Quest for Glory 3 - Russian DOS fan-tanslation by old-games.ru
+	{"qfg3", "", {
+		{"resource.map", 0, "bee7ca7b4c3455452f5eb17ce5da6231", 5962},
+		{"resource.000", 0, "5186e4ac205132b06d9aaec8dff9d77e", 5990202},
+		{"resource.msg", 0, "f89eb3bc2b0e192e8708c1053e39b5df", 243214},
+		AD_LISTEND},
+		Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_SPEECH	},
+
 	// Quest for Glory 4 - English DOS Non-Interactive Demo (from FRG)
 	// SCI interpreter version 1.001.069 (just a guess)
 	// Note: we are not using ADGF_DEMO here, to avoid a game ID like qfg4demo-demo


Commit: 2353e981ec164cc8d5ff3d748634453c76e58be2
    https://github.com/scummvm/scummvm/commit/2353e981ec164cc8d5ff3d748634453c76e58be2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-08-14T22:17:11+02:00

Commit Message:
NEWS: Mention support for new Russian fan-translations

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 18b11be4cca..1bfb0021041 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -26,6 +26,9 @@ For a more comprehensive changelog of the latest experimental code, see:
   - Fixed glitchy staircase in old Maniac Mansion Mania episodes, caused by
     imperfect pathfinding.
 
+ Crusie:
+  - Added support for Russian fan-translation.
+
  Freescape:
   - Added support for Atari/Amiga releases of Dark Side.
   - Improved handling of close colinear surfaces.
@@ -36,6 +39,9 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added MT32/LAPC-1 support for Xeen engine.
    - Fixed Xeen regression which caused some sound effects to stop abruptly.
 
+ SCI:
+   - Added support for Russian fan-translation of QFG3.
+
  SCUMM:
    - Added map generator from Moonbase Console for Moonbase Commander.
 




More information about the Scummvm-git-logs mailing list