[Scummvm-cvs-logs] scummvm master -> b11e0e08264d418b5596c035ce1a566dc3dad9bc

sev- sev at scummvm.org
Fri Mar 11 11:52:47 CET 2016


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

Summary:
26428d5ebe WAGE: Added two more games to detection tables
b11e0e0826 WAGE: Added Pavilion and T-Rex detection


Commit: 26428d5ebef5b6500f22349129152f48843616ad
    https://github.com/scummvm/scummvm/commit/26428d5ebef5b6500f22349129152f48843616ad
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-11T11:12:11+01:00

Commit Message:
WAGE: Added two more games to detection tables

Changed paths:
    engines/wage/detection_tables.h



diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h
index 782319a..a68ad33 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -54,6 +54,7 @@ static const ADGameDescription gameDescriptions[] = {
 	FANGAME("Karth of the Jungle", "595117cbed33e8de1ab3714b33880205", 96711),
 	FANGAME("Karth of the Jungle", "595117cbed33e8de1ab3714b33880205", 96960), // Alternative version
 	FANGAME("Karth of the Jungle II", "c106835ab4436de054e03aec3ce904ce", 201053),
+	FANGAMEN("Little Pythagoras", "Little Pythagoras 1.1.1", "94a9c4f8b3dabd1846d76215a49bd221", 628821),
 	FANGAME("Lost Crystal", "8174c81ea1858d0079ae040dae2cefd3", 771072),
 	FANGAME("Magic Rings", "913812a1ac7a6b0e48dadd1afa1c7763", 109044),
 	FANGAME("Midnight Snack", "913812a1ac7a6b0e48dadd1afa1c7763", 67952),
@@ -74,6 +75,7 @@ static const ADGameDescription gameDescriptions[] = {
 	// Crash in bitmap drawing on the first scene
 	FANGAME("Strange Disappearance", "d81f2d03a1e863f04fb1e3a5495b720e", 772282),
 	FANGAME("Time Bomb", "4b0e1a1fbaaa4930accd0f9f0e1519c7", 64564),
+	FANGAMEN("The Hotel Caper", "The Hotel Caper V1.0", "595117cbed33e8de1ab3714b33880205", 231969),
 	// Invalid rect in scene "Access Tube 1"
 	FANGAMEN("The Phoenix v1.2", "The Phoenix", "4b0e1a1fbaaa4930accd0f9f0e1519c7", 431640),
 	FANGAME("The Sultan's Palace", "358799d446ee4fc12f793febd6c94b95", 456855),


Commit: b11e0e08264d418b5596c035ce1a566dc3dad9bc
    https://github.com/scummvm/scummvm/commit/b11e0e08264d418b5596c035ce1a566dc3dad9bc
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-11T11:42:39+01:00

Commit Message:
WAGE: Added Pavilion and T-Rex detection

Changed paths:
    engines/wage/detection_tables.h



diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h
index a68ad33..18ba897 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -59,10 +59,12 @@ static const ADGameDescription gameDescriptions[] = {
 	FANGAME("Magic Rings", "913812a1ac7a6b0e48dadd1afa1c7763", 109044),
 	FANGAME("Midnight Snack", "913812a1ac7a6b0e48dadd1afa1c7763", 67952),
 	FANGAME("Minitorian", "913812a1ac7a6b0e48dadd1afa1c7763", 586464),
+	FANGAME("Pavilion", "4d991d7d1534d48d90598d86ea6d5d97", 231687),
 	FANGAME("Puzzle Piece Search", "595117cbed33e8de1ab3714b33880205", 247693), // From Joshua's Worlds 1.0
 	// Empty(?)  first scene
 	FANGAME("Pyramid of No Return", "77a55a45f794b4d4a56703d3acce871e", 385145),
 	FANGAME("Queen Quest", "4b0e1a1fbaaa4930accd0f9f0e1519c7", 57026),
+	FANGAME("Quest for T-Rex", "913812a1ac7a6b0e48dadd1afa1c7763", 592584),
 	// Crash in console rendering on the initial scene
 	FANGAME("Quest for the Dark Sword", "b35dd0c078da9f35fc25a455f56bb129", 572576),
 	FANGAME("Radical Castle 1.0", "677bfee4afeca2f7152eb8b76c85ca8d", 347278),






More information about the Scummvm-git-logs mailing list