Merge pull request #396 from JenniBee/md5s

Adding detection for more fan games
This commit is contained in:
Einar Johan Trøan Sømåen 2013-11-07 23:10:04 -08:00
commit 1e6a37394f
2 changed files with 44 additions and 2 deletions

View File

@ -849,6 +849,7 @@ static const AGIGameDescription gameDescriptions[] = {
FANMADE("Tonight The Shrieking Corpses Bleed (Demo v0.11)", "bcc57a7c8d563fa0c333107ae1c0a6e6"), FANMADE("Tonight The Shrieking Corpses Bleed (Demo v0.11)", "bcc57a7c8d563fa0c333107ae1c0a6e6"),
FANMADE("Tonight The Shrieking Corpses Bleed (v1.01)", "36b38f621b38e8d104aa0807302dc8c9"), FANMADE("Tonight The Shrieking Corpses Bleed (v1.01)", "36b38f621b38e8d104aa0807302dc8c9"),
FANMADE("Turks' Quest - Heir to the Planet", "3d19254b737c8b218e5bc4580542b79a"), FANMADE("Turks' Quest - Heir to the Planet", "3d19254b737c8b218e5bc4580542b79a"),
FANMADE("Ultimate AGI Fangame (Demo)", "2d14d6fa2a2136d681e46e06821905bf"),
FANMADE("URI Quest (v0.173 Feb 27)", "3986eefcf546dafc45f920ae91a697c3"), FANMADE("URI Quest (v0.173 Feb 27)", "3986eefcf546dafc45f920ae91a697c3"),
FANMADE("URI Quest (v0.173 Jan 29)", "494150940d34130605a4f2e67ee40b12"), FANMADE("URI Quest (v0.173 Jan 29)", "494150940d34130605a4f2e67ee40b12"),
{ {

View File

@ -43,16 +43,19 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"escapemansion", "Escape from the Mansion"}, {"escapemansion", "Escape from the Mansion"},
{"ghostsheet", "Ghost in the Sheet"}, {"ghostsheet", "Ghost in the Sheet"},
{"hamlet", "Hamlet or the last game without MMORPS features, shaders and product placement"}, {"hamlet", "Hamlet or the last game without MMORPS features, shaders and product placement"},
{"helga", "Helga Deep In Trouble"},
{"jamesperis", "James Peris: No License Nor Control"}, {"jamesperis", "James Peris: No License Nor Control"},
{"looky", "Looky"}, {"looky", "Looky"},
{"julia", "J.U.L.I.A."}, {"julia", "J.U.L.I.A."},
{"mirage", "Mirage"}, {"mirage", "Mirage"},
{"paintaria", "Paintaria"},
{"pigeons", "Pigeons in the Park"}, {"pigeons", "Pigeons in the Park"},
{"reversion1", "Reversion: The Escape"}, {"reversion1", "Reversion: The Escape"},
{"reversion2", "Reversion: The Meeting"}, {"reversion2", "Reversion: The Meeting"},
{"rosemary", "Rosemary"}, {"rosemary", "Rosemary"},
{"shaban", "Shaban"}, {"shaban", "Shaban"},
{"shinestar", "The Shine of a Star"}, {"shinestar", "The Shine of a Star"},
{"spaceinvaders", "Space Invaders"},
{"spacemadness", "Space Madness"}, {"spacemadness", "Space Madness"},
{"thebox", "The Box"}, {"thebox", "The Box"},
{"tib", "Fairy Tales About Toshechka and Boshechka"}, {"tib", "Fairy Tales About Toshechka and Boshechka"},
@ -329,6 +332,21 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE, ADGF_UNSTABLE,
GUIO0() GUIO0()
}, },
// Helga Deep In Trouble (Demo) (English)
{
"helga",
"Demo",
{
{"english.dcp", 0, "b3a93e678f0ef97200f691cd1724643f", 135864},
{"data.dcp", 0, "45134ed93bc391edf148b79cdcbf2a09", 154266028},
AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE |
ADGF_DEMO,
GUIO0()
},
// James Peris: No License Nor Control (English) // James Peris: No License Nor Control (English)
{ {
"jamesperis", "jamesperis",
@ -414,7 +432,8 @@ static const ADGameDescription gameDescriptions[] = {
}, },
Common::EN_ANY, Common::EN_ANY,
Common::kPlatformWindows, Common::kPlatformWindows,
ADGF_UNSTABLE, ADGF_UNSTABLE |
ADGF_DEMO,
GUIO0() GUIO0()
}, },
// Looky Demo (German) // Looky Demo (German)
@ -428,7 +447,8 @@ static const ADGameDescription gameDescriptions[] = {
}, },
Common::DE_DEU, Common::DE_DEU,
Common::kPlatformWindows, Common::kPlatformWindows,
ADGF_UNSTABLE, ADGF_UNSTABLE |
ADGF_DEMO,
GUIO0() GUIO0()
}, },
// Looky (German) // Looky (German)
@ -455,6 +475,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE, ADGF_UNSTABLE,
GUIO0() GUIO0()
}, },
// Paintaria
{
"paintaria",
"",
AD_ENTRY1s("data.dcp", "354c08440c98150ff0d4008dd2865880", 48326040),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE,
GUIO0()
},
// Pigeons in the Park // Pigeons in the Park
{ {
"pigeons", "pigeons",
@ -711,6 +741,17 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE, ADGF_UNSTABLE,
GUIO0() GUIO0()
}, },
// Space Invaders (Demo)
{
"spaceinvaders",
"Demo",
AD_ENTRY1s("data.dcp", "3f27adefdf72f2c1601cf555c80a509f", 1308361),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE |
ADGF_DEMO,
GUIO0()
},
// Space Madness // Space Madness
{ {
"spacemadness", "spacemadness",