[Scummvm-git-logs] scummvm master -> ca340c661d1c4fd4c4060676be4e798d5ba09a41
salty-horse
ori at avtalion.name
Sat Feb 13 14:05:31 UTC 2021
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:
3d9a01ddcd AGS: Detect The Shiva, Super Jazz Man
ca340c661d AGS: Categorize commercial games
Commit: 3d9a01ddcd349f6417a51440fb57a697c0e5a24d
https://github.com/scummvm/scummvm/commit/3d9a01ddcd349f6417a51440fb57a697c0e5a24d
Author: Ori Avtalion (ori at avtalion.name)
Date: 2021-02-13T16:05:04+02:00
Commit Message:
AGS: Detect The Shiva, Super Jazz Man
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 835bc9cb2c..a3b3373824 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -160,6 +160,8 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "resonance", "Resonance" },
{ "richardandalice", "Richard & Alice" },
{ "shardlight", "Shardlight" },
+ { "shivah", "Shivah" },
+ { "superjazzman", "Super Jazz Man" },
{ "technobabylon", "Technobabylon" },
{ "thecatlady", "The Cat Lady" },
{ "unavowed", "Unavowed" },
@@ -1035,7 +1037,6 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "shem", "Shem" },
{ "sherlock", "Sherlock" },
{ "shiftersboxoutsidein", "Shifter's Box - Outside In" },
- { "shivah", "Shivah" },
{ "shoot", "Shoot" },
{ "shootmyvalentine", "Shoot my Valentine" },
{ "shortcut", "ShortCut" },
@@ -1113,7 +1114,6 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "strangerthings", "Stranger Things" },
{ "supaevil", "Supa-EviL" },
{ "supergirl", "Supergirl" },
- { "superjazzman", "Super Jazz Man" },
{ "superracing", "Super Racing" },
{ "surreality", "Surreality" },
{ "sweed", "Sweed" },
@@ -1513,6 +1513,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
ENGLISH_ENTRY("resonance", "resonance.exe", "2e635c22bcbf0ed3d46f1bcde71812d4", 849410915), // Steam
ENGLISH_ENTRY("richardandalice", "richardandalice.exe", "1023d348f67ba958f78ed62d029565c7", 109164768), // Steam
ENGLISH_ENTRY("shardlight", "Shardlight.exe", "ee801fba52d252249677a9170bd2db96", 642157876), // Steam
+ ENGLISH_ENTRY("shivah", "shivah.exe", "6cddccb3744ec5c6af7c398fb7b3b11c", 19542815), // Official website
+ ENGLISH_ENTRY("superjazzman", "SJM.exe", "0710e2ec71042617f565c01824f0cf3c", 10841689), // Official website
ENGLISH_ENTRY("technobabylon", "technobabylon.exe", "e523535e730f313e1ed9b19b1a9dd228", 447900356), // Steam
ENGLISH_ENTRY("thecatlady", "thecatlady.exe", "0ea2b985dc5d7d27cb7c1b7da5eedea0", 53988582), // Steam
ENGLISH_ENTRY("whispersofamachine", "whispers.exe", "b4962a0a9c9c33954e185a137125f527", 159084291), // Steam
Commit: ca340c661d1c4fd4c4060676be4e798d5ba09a41
https://github.com/scummvm/scummvm/commit/ca340c661d1c4fd4c4060676be4e798d5ba09a41
Author: Ori Avtalion (ori at avtalion.name)
Date: 2021-02-13T16:05:04+02:00
Commit Message:
AGS: Categorize commercial games
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index a3b3373824..c13499f97c 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -155,6 +155,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "blackwell5", "The Blackwell Epiphany" },
{ "charnelhousetrilogy", "The Charnel House Trilogy" },
{ "geminirue", "Gemini Rue" },
+ { "goldenwake", "A Golden Wake" },
{ "lamplightcity", "Lamplight City" },
{ "primordia", "Primordia" },
{ "resonance", "Resonance" },
@@ -163,6 +164,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "shivah", "Shivah" },
{ "superjazzman", "Super Jazz Man" },
{ "technobabylon", "Technobabylon" },
+ { "theadventuresoffatman", "The Adventures of Fatman" },
{ "thecatlady", "The Cat Lady" },
{ "unavowed", "Unavowed" },
{ "whispersofamachine", "Whispers of a Machine" },
@@ -564,7 +566,6 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "glitchquestnofun", "Glitch Quest (nofun)" },
{ "gnomeshomebrewingadventure", "Gnome's Homebrewing Adventure" },
{ "gnrblexags", "Gnrblex_AGS" },
- { "goldenwake", "A Golden Wake" },
{ "goneboatfishin", "Gone Boat Fishin'" },
{ "goodman", "Good Man" },
{ "goodmorningmrgingerbread", "Good Morning, Mr. Gingerbread!" },
@@ -1138,7 +1139,6 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "the30minutewar", "The 30 Minute War" },
{ "the7thsense", "The 7th Sense" },
{ "theadventureofthehero", "The Adventure of the Hero" },
- { "theadventuresoffatman", "The Adventures of Fatman" },
{ "theadventuresofturquoisem", "The Adventures of Turquoise M" },
{ "theassassin", "The Assassin" },
{ "theawakening", "The Awakening" },
@@ -1505,6 +1505,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
ENGLISH_ENTRY("charnelhousetrilogy", "CHT.ags", "55c782c9de5a09157ea6aafac90b9cc8", 339257135), // Steam
ENGLISH_ENTRY("geminirue", "gemini rue.exe", "f3c0c7d3892bdd8963e8ce017f73de08", 61986506), // GOG
ENGLISH_ENTRY("geminirue", "gemini_rue_pc.exe", "83362d0d2c1d4909bfbd85c04c95bde2", 72960932), // Steam
+ ENGLISH_ENTRY("goldenwake", "a-golden-wake.exe", "dbe281d93c914899886e77c09c3c65ec", 130844360), // Steam
ENGLISH_ENTRY("primordia", "primordia.exe", "22313e59c3233001488c26f18c80cc08", 973495830), // GOG
ENGLISH_ENTRY("primordia", "primordia.exe", "f2edc9c3161f1f538df9b4c59fc89e24", 978377890), // GOG
ENGLISH_ENTRY("primordia", "primordia.exe", "f2edc9c3161f1f538df9b4c59fc89e24", 978377182), // Steam
@@ -1961,7 +1962,6 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
ENGLISH_ENTRY("glitchquestnofun", "GQnofun.exe", "465f972675db2da6040518221af5b0ba", 3181931),
ENGLISH_ENTRY("gnomeshomebrewingadventure", "gnomebrew.exe", "abb3aee32ae97a8475626cceefb0664e", 50307521),
ENGLISH_ENTRY("gnrblexags", "Gnrblex_AGS.exe", "476a1a39d43ea27577eacf907173e2c1", 85038656),
- ENGLISH_ENTRY("goldenwake", "a-golden-wake.exe", "dbe281d93c914899886e77c09c3c65ec", 130844360), // Steam
ENGLISH_ENTRY("goneboatfishin", "Gone Boat Fishin'.exe", "bdd1df0484e296faa348ffcb03e16273", 72936045),
ENGLISH_ENTRY("goodmorningmrgingerbread", "mister_gingerbread.exe", "b42f80733b6bd1ded5e29be2c683afa8", 7084332),
ENGLISH_ENTRY("goodsantabadsanta", "x-mags.exe", "71ca0d6c1c699595f28a2125948d4a84", 1966547),
More information about the Scummvm-git-logs
mailing list