[Scummvm-git-logs] scummvm master -> 3e2f15f024df8e49a922a3fb57194dae38b7b006
tag2015
noreply at scummvm.org
Fri Mar 3 11:34:04 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
3e2f15f024 AGS: Add detection for Bill DeBill + whitespace fixes
Commit: 3e2f15f024df8e49a922a3fb57194dae38b7b006
https://github.com/scummvm/scummvm/commit/3e2f15f024df8e49a922a3fb57194dae38b7b006
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-03-03T12:30:54+01:00
Commit Message:
AGS: Add detection for Bill DeBill + whitespace fixes
Reported on Discord
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 56223e3be88..a7e8a96bfe2 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -268,7 +268,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "alum", "Alum" },
{ "apotheosis", "The Apotheosis Project" },
{ "ashinaredwitch", "Ashina: The Red Witch" },
- { "astroloco", "Astroloco: Worst Contact"},
+ { "astroloco", "Astroloco: Worst Contact" },
{ "atotk", "A Tale Of Two Kingdoms" },
{ "avcsurvivalguide", "AVC's Survival Guide / GuÃa de supervivencia en CAV" },
{ "beer", "Beer!" },
@@ -704,7 +704,8 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "bigblue", "Big Blue World Domination" },
{ "bigfoot", "Bigfoot" },
{ "bigglesonmars", "Biggles On Mars" },
- { "bigtroubleinlittleimola", "Big Trouble in Little Imola"},
+ { "bigtroubleinlittleimola", "Big Trouble in Little Imola" },
+ { "billdebill", "Bill DeBill" },
{ "billybstar", "Billy B. Star and the Lapaset Travel Quest" },
{ "billyboysimportantwinelottery", "Billy Boy's Important Wine Lottery" },
{ "billygoatsgruff", "Billy Goats Gruff" },
@@ -927,7 +928,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "cop", "Cop" },
{ "corneliuschristmas", "Cornelius Cat in: How the Cat Saved Christmas" },
{ "corneliuspest", "Cornelius Cat in: The Uncontrollable Pest" },
- { "cornersshiny", "Corner's Shiny (2013 edition)"},
+ { "cornersshiny", "Corner's Shiny (2013 edition)" },
{ "cosmodyssey", "Cosmodyssey: Jammy Edition" },
{ "cosmospuzzle", "Cosmos Puzzle" },
{ "cosmosquest1", "Cosmos Quest I" },
@@ -1150,7 +1151,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "emmaroide", "Emma Roide" },
{ "empty", "Empty" },
{ "emptymindblankfate", "Empty Mind - Blank Fate" },
- { "enchantedlake", "The Enchanted Lake"},
+ { "enchantedlake", "The Enchanted Lake" },
{ "encounters", "Encounters of the Closest Kind" },
{ "endacopia", "Endacopia" },
{ "endlessloop", "Endless Loop" },
@@ -2190,8 +2191,8 @@ const PlainGameDescriptor GAME_NAMES[] = {
{ "ohitschristmas", "Oh, it's Christmas" },
{ "ohnonotagain", "Oh no not again!" },
{ "oldmansea", "The Old Man and the Sea" },
- { "oldskies", "Old Skies"},
- { "olol", "Olol"}, // aka Custard's 1 hour game
+ { "oldskies", "Old Skies" },
+ { "olol", "Olol" }, // aka Custard's 1 hour game
{ "omfgparadox", "OMFGPARADOX!" },
{ "omnipotenttarot", "Omnipotent Tarot" },
{ "onceuponacrime", "Once Upon A Crime" },
@@ -5000,6 +5001,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_EN("bigfoot", "Game.exe", "23a67b6de10ec35e9f5a4dfc7d928222", 97902481),
GAME_ENTRY_EN("bigglesonmars", "biggles on mars.exe", "089fab88e6e1075a2f5b271f6f5b3c57", 29048931),
GAME_ENTRY("bigtroubleinlittleimola", "adventure.exe", "495d45fb8adfd49690ae3b97921feec6", 711456988), // En-It
+ GAME_ENTRY_LANG("billdebill", "bdb.exe", "0b7529a76f38283d6e850b8d56526fc1", 9087701, Common::CS_CZE),
GAME_ENTRY_EN("billybstar", "Billy B Star.exe", "3b7cceb3e4bdb031dc5d8f290936e94b", 1756026),
GAME_ENTRY_EN("billyboysimportantwinelottery", "billyboy.exe", "5881d6b88386317dc9d67524a14b11d4", 4872317),
GAME_ENTRY_EN("billygoatsgruff", "billygoatsgruff.exe", "a01a9639ce30bdcd5bf82e528b51fa06", 5949489),
More information about the Scummvm-git-logs
mailing list