[Scummvm-git-logs] scummvm master -> 982797a23b6d5a81d1db5e146535c2598e5fda56
aquadran
noreply at scummvm.org
Mon Jul 11 23:05:51 UTC 2022
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:
982797a23b WINTERMUTE: Added 'El Engaño de Barbapoca' chapter 1 and 2
Commit: 982797a23b6d5a81d1db5e146535c2598e5fda56
https://github.com/scummvm/scummvm/commit/982797a23b6d5a81d1db5e146535c2598e5fda56
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-07-12T01:05:46+02:00
Commit Message:
WINTERMUTE: Added 'El Engaño de Barbapoca' chapter 1 and 2
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index bf488d3240a..5a8a5004599 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -38,6 +38,8 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"apeiron", "Apeiron"},
{"artofmurder1", "Art of Murder 1: FBI Confidential"},
{"awakening", "Awakening: Burning Ashes"},
+ {"barbapoca1", "El Engaño de Barbapoca Chapter 1: Esta Pizza Esta de Muerte"},
+ {"barbapoca2", "El Engaño de Barbapoca Chapter 2: Competencia Fantasmal"},
{"barrowhilldp", "Barrow Hill - The Dark Path"},
{"basisoctavus", "Basis Octavus"},
{"bickadoodle", "Bickadoodle"},
@@ -444,6 +446,14 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("awakening", "",
WME_ENTRY1s("data.dcp", "a7b8633fdc5cc8ff659dda5a11d3d971", 1900777616), Common::FA_IRN, ADGF_UNSTABLE | GF_3D, WME_1_9_3),
+ // El Engaño de Barbapoca Chapter 1: Esta Pizza Esta de Muerte (Spanish)
+ WME_WINENTRY("barbapoca1", "",
+ WME_ENTRY1s("data.dcp", "efc555f57ec0db5d5106bc8aa0e7f627", 467198987), Common::ES_ESP, ADGF_UNSTABLE, WME_1_9_1),
+
+ // El Engaño de Barbapoca Chapter 2: Competencia Fantasmal (Spanish)
+ WME_WINENTRY("barbapoca2", "",
+ WME_ENTRY1s("data.dcp", "746b3264178607121169fa32d48f5368", 1256448570), Common::ES_ESP, ADGF_UNSTABLE, WME_1_9_1),
+
// Barrow Hill - The Dark Path (Steam, September 2018) (English)
WME_WINENTRY("barrowhilldp", "",
WME_ENTRY1s("data.dcp", "6b7c8f8185a80c50a71e068aad82862e", 1066752), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_9_3),
More information about the Scummvm-git-logs
mailing list