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

mistydemeo noreply at scummvm.org
Wed May 8 04:07:44 UTC 2024


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

Summary:
ca2528af4c DIRECTOR: add Uruuru Excellent


Commit: ca2528af4ccc80d94e881ae55cda592108b49a2b
    https://github.com/scummvm/scummvm/commit/ca2528af4ccc80d94e881ae55cda592108b49a2b
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2024-05-07T21:06:38-07:00

Commit Message:
DIRECTOR: add Uruuru Excellent

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index a2dbb0d3257..42204dba67b 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1145,6 +1145,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "ukiukistamp",		"うきうきスタンプ" },
 	{ "ukyo1",				"うきょー1" },
 	{ "ursaminorblue",		"銀河の魚 URSA minor BLUE" },				// Galaxy Fish: Ursa Minor Blue
+	{ "uruuruexcellent",	"うるうる The Excellent Edition" }, // Uruuru: The Excellent Edition
 	{ "victorianpark",		"Victorian Park" },
 	{ "void",				"VOID" },
 	{ "vvs",				"Virtual Variety Show" },
@@ -5672,6 +5673,11 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME2t("universe", "", "UNIVERSE/UNIVERSE.EXE", "2ae0654d19de7b366e9d6e9ac4588c50", 700157,
 							  "UNIVERSE/STARTUP.DIR",  "34d4084b17cea8982fd24f9561d77d65", 24958, 404),
 
+	// Original filename is "はじめる"
+	MACGAME1t_l("uruuruexcellent", "", "xn--78j2bxcxb", "bd4b12aa33ec2deae4e26b2f6f744ba7", 294107, Common::JA_JPN, 404),
+	// Decomposed variant of the above
+	MACGAME1t_l("uruuruexcellent", "", "xn--68j4bvcxb0d", "bd4b12aa33ec2deae4e26b2f6f744ba7", 294107, Common::JA_JPN, 404),
+
 	WINGAME1t("ushistory", "", "HISTORY.EXE", "5660e6a7b772b5bf8867627ab0d7a58b", 703629, 404),
 
 	// Animations published on https://www.vinceworld.com




More information about the Scummvm-git-logs mailing list