[Scummvm-cvs-logs] scummvm master -> 0a189061a482bc2c66019210cd25270ec415bb15
sev-
sev at scummvm.org
Mon Mar 7 14:05:33 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:
a3308ffcc3 WAGE: More game detection
0a189061a4 WAGE: Added more games to detection
Commit: a3308ffcc3189834b74a98a5dad7a4652031ae81
https://github.com/scummvm/scummvm/commit/a3308ffcc3189834b74a98a5dad7a4652031ae81
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-07T14:05:22+01:00
Commit Message:
WAGE: More game detection
Changed paths:
engines/wage/detection.cpp
engines/wage/detection_tables.h
diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp
index 35e33cd..8c2b18f 100644
--- a/engines/wage/detection.cpp
+++ b/engines/wage/detection.cpp
@@ -41,6 +41,7 @@ static const PlainGameDescriptor wageGames[] = {
{"afm", "Another Fine Mess"},
{"amot", "A Mess O' Trouble"},
{"cantitoe", "Camp Cantitoe"},
+ {"raysmaze", "Ray's Maze"},
{"scepters", "Enchanted Scepters"},
{"twisted", "Twisted!"},
{"wage", "WAGE"},
diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h
index 2df16f1..e0eb808 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -50,12 +50,16 @@ static const ADGameDescription gameDescriptions[] = {
FANGAME("Magic Rings", "6e0d1dd561d3dad8f9a7a20ed1f09b16", 112000),
FANGAME("Midnight Snack", "346982a32fc701f53bb19771d72063d0", 69504),
FANGAME("Queen Quest", "730605d312efedb5e3ff108522fcac18", 59776),
+ // Crash in console rendering on the initial scene
+ FANGAME("Quest for the Dark Sword", "7e4e712d151f6c686f6024b0dedf5d34", 590720),
+ BIGGAME("raysmaze", "v1.5", "Ray's Maze1.5", "e5a3e25dddfffbed461bca3c26073117", 1437184),
BIGGAME("scepters", "", "Scepters", "b80bff315897776dda7689cdf829fab4", 360832),
// ??? problems with dog bitmap?
FANGAMEN("Space Adventure", "SpaceAdventure", "e5b0d8ad6d235ede2f08583342642dfa", 158720),
FANGAME("Time Bomb", "2df84b636237686b624e736a698a16c4", 66432),
// Invalid rect in scene "Access Tube 1"
FANGAMEN("The Phoenix v1.2", "The Phoenix", "7fa2a2ac740f22572516843922b7c630", 434560),
+ FANGAME("The Sultan's Palace", "589aebf6c14bb5c63d9b4b2c37f31e16", 468096),
// Admission for on 3rd screen is messed up
FANGAME("The Tower", "75eba57a12ed181e07f34eaf6aa9d2c4", 568320),
// Doesn't go past first scene
Commit: 0a189061a482bc2c66019210cd25270ec415bb15
https://github.com/scummvm/scummvm/commit/0a189061a482bc2c66019210cd25270ec415bb15
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-07T14:05:24+01:00
Commit Message:
WAGE: Added 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 e0eb808..41573fa 100644
--- a/engines/wage/detection_tables.h
+++ b/engines/wage/detection_tables.h
@@ -46,16 +46,22 @@ static const ADGameDescription gameDescriptions[] = {
FANGAME("Eidisi I", "299d1de4baccf1c66118396519953652", 180480),
FANGAME("Escape from School!", "a854be48d4af20126d18a9cad93a969b", 51840),
FANGAME("Exploration Zeta!", "b9fbb704017d7ea9613b0160f86527bb", 370944),
+ // Crash in console rendering on the first scene
+ FANGAME("Fantasy Quest", "599f0b2c7ecce65c39646c05f2c19c1b", 782848),
FANGAME("Lost Crystal", "4f21ba8ee64f8d655b9eeb1e3ffd50f7", 792064),
FANGAME("Magic Rings", "6e0d1dd561d3dad8f9a7a20ed1f09b16", 112000),
FANGAME("Midnight Snack", "346982a32fc701f53bb19771d72063d0", 69504),
FANGAME("Queen Quest", "730605d312efedb5e3ff108522fcac18", 59776),
// Crash in console rendering on the initial scene
FANGAME("Quest for the Dark Sword", "7e4e712d151f6c686f6024b0dedf5d34", 590720),
+ FANGAME("Quest for the Dark Sword", "308cf0fdfa129fa46b325b307f7e88c6", 590720), // Alteranative version
BIGGAME("raysmaze", "v1.5", "Ray's Maze1.5", "e5a3e25dddfffbed461bca3c26073117", 1437184),
BIGGAME("scepters", "", "Scepters", "b80bff315897776dda7689cdf829fab4", 360832),
// ??? problems with dog bitmap?
FANGAMEN("Space Adventure", "SpaceAdventure", "e5b0d8ad6d235ede2f08583342642dfa", 158720),
+ FANGAME("Star Trek", "2395856df8dbefe9c0609caa985edf73", 55296),
+ // Crash in bitmap drawing on the first scene
+ FANGAME("Strange Disappearance", "f9eba5b315853a5599927db2a73c87d3", 781312),
FANGAME("Time Bomb", "2df84b636237686b624e736a698a16c4", 66432),
// Invalid rect in scene "Access Tube 1"
FANGAMEN("The Phoenix v1.2", "The Phoenix", "7fa2a2ac740f22572516843922b7c630", 434560),
More information about the Scummvm-git-logs
mailing list