[Scummvm-git-logs] scummvm master -> 4f82bfa5b53fdbf7548ab6757b31a44dcafaad18

sev- noreply at scummvm.org
Sun Feb 11 15:16:35 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:
4f82bfa5b5 DIRECTOR: Add detection for Barbie and her Magical House


Commit: 4f82bfa5b53fdbf7548ab6757b31a44dcafaad18
    https://github.com/scummvm/scummvm/commit/4f82bfa5b53fdbf7548ab6757b31a44dcafaad18
Author: threefins (threefins at gardenizr.com)
Date: 2024-02-11T16:16:32+01:00

Commit Message:
DIRECTOR: Add detection for Barbie and her Magical House

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 5e2c3caa232..882e63294f1 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -70,6 +70,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "bananasfun",			"Bananas in Pyjamas: It's Fun Time" },
 	{ "bananaspack",		"Bananas in Pyjamas: Fun Pack" },
 	{ "bananasparty",		"Bananas in Pyjamas: It's Party Time" },
+	{ "barbmagichouse",     "Barbie and her Magical House"},
 	{ "barbnail",			"Barbie Nail Designer" },
 	{ "barbpauper",			"Barbie as the Princess and the Pauper" },
 	{ "barbrapunzel",		"Barbie as Rapunzel: A Creative Adventure" },
@@ -2089,6 +2090,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 	// Reported via TRAC #14819
 	WINGAME1_l("backpacker", "", "BACKPACK.EXE", "t:8e6fb18a41a9baff740aecd4ce68e100", 698999, Common::SE_SWE, 404),
 
+	WINGAME2("barbmagichouse", "", "BARBIE.EXE", "t:daa44668235cb5debf68e9e92cce4643", 909919,
+			                       "BDATA/OUTSIDE.DIR", "b914daee4a5531493247d537ee48a185", 3084168, 404),
+
 	// Original filename is 'BD-J/Demo'
 	// Developed by ART Sector ONE / Richard M. Coombs
 	// ベターデッド ーラティフィケーションー published by NEC Interchannel, Minato, Tokyo (1995)
@@ -9009,6 +9013,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME1_l("barbswanlake", "", "SwanLake.exe", "310659620631c126edb6943af1f83e38", 4096651, Common::FR_FRA, 900),
 	WINDEMO1("barbswanlake", "Demo", "SwanLake.exe", "c612aa43e7ef55aa4fd2e1085fb1ef7a", 2385166, 900),
 
+
 	WINGAME1_l("bpapao", "", "bpapao.exe", "c612aa43e7ef55aa4fd2e1085fb1ef7a", 4829907, Common::PT_BRA, 900),
 
 	WINGAME1("bobcastle", "", "Bob's Castle Adventure.exe", "c612aa43e7ef55aa4fd2e1085fb1ef7a", 887534, 900),




More information about the Scummvm-git-logs mailing list