[Scummvm-cvs-logs] scummvm master -> 2b2b1e8473157542d2af1847a86e2296c8cfeac5

sev- sev at scummvm.org
Mon Apr 4 11:13:57 CEST 2016


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:
7653efa5fe WAGE: More games added to detection
a652dd7454 WAGE: 4 more games to detection
2b2b1e8473 WAGE: Added 2 more games to detection


Commit: 7653efa5fe574db783858a14ac4970ff79f9a5bf
    https://github.com/scummvm/scummvm/commit/7653efa5fe574db783858a14ac4970ff79f9a5bf
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-04-04T11:13:22+02:00

Commit Message:
WAGE: More games added to detection

Changed paths:
    engines/wage/detection_tables.h



diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h
index a59cabb..6dd0f70 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -47,7 +47,9 @@ static const ADGameDescription gameDescriptions[] = {
 	FANGAME("Carbon Copy", "9e781acd63290ae390d515cffc742011", 519445),
 	// Invalid rect in scene "FINALE"
 	FANGAME("Castle of Ert", "a45b439bb3a9c8a4a14b996024222068", 198955),
-	FANGAME("Deep Angst", "7f8821f7b279269a91f9aadfed98eec0", 329550),
+	FANGAMEN("Castle of Ert", "Castle of Ert.1", "a45b439bb3a9c8a4a14b996024222068", 198983), // alt version
+	FANGAMEND("Death Mall", "Death Mall Demo", "1c78fc15fb037b242a0bc6bac7d4d889", 254874),
+	FANGAME("Deep Angst", "7f8821f7b279269a91f9aadfed98eec0", 329550), // Original gile name "Deep Angst™"
 	FANGAME("Deep Ennui", "7fa4368834a22a9d4b7246a6297b455f", 86075),
 	// Polygons with ignored byte 1
 	FANGAME("Double Trouble", "3f0c032377d87704267283380800633a", 542371),
@@ -56,6 +58,8 @@ static const ADGameDescription gameDescriptions[] = {
 	// Crash at start in GUI rendering
 	FANGAME("Dune Eternity", "6b29f82e235815ffc4c9f30dc09968dd", 290201), // Original file name is "***DUNE ETERNITY*** "
 	FANGAMEN("Dungeon World II", "DungeonWorld2", "753df07166ca48e303d782cc72dd4053", 230199),
+	// Made for bigger resolution
+	FANGAME("Dynasty of Dar", "b2e9a5cca28acb85617b1477a5fca3e2", 275693),
 	FANGAME("Edg's World", "0a3a3aaa36088c514b668f1f62120006", 106769),
 	FANGAME("Eidisi I", "3d778c0fe7addf5f29e7593ba0fd3953", 172552),
 	FANGAME("Eidisi I", "8c2fb325a49344568c5536bba36a2556", 172566), // alt version


Commit: a652dd745470df4af3bb8c4954fe10aa80c5a4a2
    https://github.com/scummvm/scummvm/commit/a652dd745470df4af3bb8c4954fe10aa80c5a4a2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-04-04T11:13:22+02:00

Commit Message:
WAGE: 4 more games to detection

Changed paths:
    engines/wage/detection_tables.h



diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h
index 6dd0f70..664a1d0 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -65,15 +65,20 @@ static const ADGameDescription gameDescriptions[] = {
 	FANGAME("Eidisi I", "8c2fb325a49344568c5536bba36a2556", 172566), // alt version
 	// Problems(?) with text on the first screen
 	FANGAMEN("Enchanted Pencils", "Enchanted Pencils 0.99 (PG)", "9a9777a83e58bebfa6f1662d5e236384", 408913),
+	FANGAME("Escape!", "3ada261c2d1d9ce6b9da068237472689", 65075), // Original file name "Escape!†"
 	FANGAME("Escape from School!", "2055747bb874052333190eb993246a7f", 50105),
+	FANGAME("Escape from School!", "fcc581e52d1fc8ea4603d7c953fa935a", 50119), // Original file name "Escape from School!†"
 	FANGAME("Everyman 1", "e20cebf0091a1b1bf023aac6f28c9011", 335705),
 	FANGAME("Exploration Zeta!", "6127d9c04ad68f0cbb5f6aa1d95b48a2", 366599),
+	// Cannot proceed past the first scene
+	FANGAMEND("Explorer", "Explorer DEMO", "a9ebdecf6c8de95a03e593d877dacc13", 461228),
 	// Crash in console rendering on the first scene
 	FANGAME("Fantasy Quest", "b42b0e86e2c84464283640c74b25e015", 762754),
 	FANGAME("Find the Heart", "aa244c15f2ba8cef468714be34223acd", 106235), // From Joshua's Worlds 1.0
 	FANGAME("Find the Heart", "a6834cb230cea1953f5bf1f8f7aacabd", 105885), // From Joshua's Worlds. Alt version
 	FANGAME("Find the Heart", "a6834cb230cea1953f5bf1f8f7aacabd", 105871), // Standalone
 	FANGAMEN("Fortune Teller", "Fortune Teller 1.1", "7d2628eeea67b33379e01c0aef8dd196", 73931),
+	FANGAMEN("Haunted House", "Haunted House 1.5", "5db2f95c7abaa9d060b94271a5bc57f8", 177500),
 	// Cropped graphics on first scene
 	FANGAME("Intro to Gothic", "6f732eaad6e3b85795f8ee6c6a40d837", 208067),
 	// No Next button in intro


Commit: 2b2b1e8473157542d2af1847a86e2296c8cfeac5
    https://github.com/scummvm/scummvm/commit/2b2b1e8473157542d2af1847a86e2296c8cfeac5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-04-04T11:13:22+02:00

Commit Message:
WAGE: Added 2 more games to detection

Changed paths:
    engines/wage/detection_tables.h



diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h
index 664a1d0..6f09261 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -83,6 +83,7 @@ static const ADGameDescription gameDescriptions[] = {
 	FANGAME("Intro to Gothic", "6f732eaad6e3b85795f8ee6c6a40d837", 208067),
 	// No Next button in intro
 	FANGAME("Jamie the Demon Slayer", "fa0ca9618c18425b6d9bf913f762d91b", 232789),
+	FANGAMEN("Journey", "The Journey 1.6.2 US", "e66f37472e1414a088eb5d5acc4df794", 820572),
 	// Problems with window overlay
 	FANGAMEN("Jumble", "LSJUMBLE", "7c46851d2f90c7da9efe40b1688869c2", 647339), // Original file name is "LSJUMBLE† "
 	FANGAME("Karth of the Jungle", "5f2346834821dc3c4008e139cd37b3cb", 96711),
@@ -97,6 +98,7 @@ static const ADGameDescription gameDescriptions[] = {
 	FANGAME("Messy House", "705df61da9e7d742b7ad678e59eb7bfb", 177120),
 	FANGAME("Midnight Snack", "76986389f9a08dd95450c8b9cf408653", 67952),
 	FANGAME("Midnight Snack", "76986389f9a08dd95450c8b9cf408653", 67966), // Alt version
+	FANGAME("Mike's House", "3d23c2b88cefd958bcbc4d4c711003d8", 87357),
 	FANGAME("Minitorian", "15fbb2bd75d83155ed21edbc5dc9558f", 586464),
 	FANGAME("M'Lord's Warrior", "0bebb2c62529c89590f6c5be6e1e9838", 465639), // Original file name is "M'Lord's Warrior †"
 	// Unhandled comparison case






More information about the Scummvm-git-logs mailing list