[Scummvm-git-logs] scummvm master -> 8e4b713032d082794fab6d92037e23f5025c0c09
aquadran
noreply at scummvm.org
Mon Jul 11 22:55:59 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:
8e4b713032 WINTERMUTE: Added 'TeTRiks'
Commit: 8e4b713032d082794fab6d92037e23f5025c0c09
https://github.com/scummvm/scummvm/commit/8e4b713032d082794fab6d92037e23f5025c0c09
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-07-12T00:55:55+02:00
Commit Message:
WINTERMUTE: Added 'TeTRiks'
Changed paths:
engines/wintermute/detection.h
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection.h b/engines/wintermute/detection.h
index a9ac90ecea5..c9bb637cbe3 100644
--- a/engines/wintermute/detection.h
+++ b/engines/wintermute/detection.h
@@ -41,6 +41,7 @@ enum WMETargetExecutable {
WME_1_1_33, // DEAD:CODE 2003
WME_1_1_35, // DEAD:CODE 2003
WME_1_1_37, // DEAD:CODE 2003
+ WME_1_1_38, // DEAD:CODE 2003
WME_1_1_39, // DEAD:CODE 2004
WME_1_2_43, // DEAD:CODE 2004
WME_1_2_44, // DEAD:CODE 2004
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index a16a888c256..bf488d3240a 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -164,6 +164,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"tehran1933", "Murder In Tehran's Alleys 1933"},
{"tehran2016", "Murder In Tehran's Alleys 2016"},
{"theancientmark1", "The Ancient Mark - Episode 1"},
+ {"tetriks", "TeTRIks"},
{"thebox", "The Box"},
{"thekite", "The Kite"},
{"thelastcrownmh", "The Last Crown - Midnight Horror"},
@@ -5375,6 +5376,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("theancientmark1", "",
WME_ENTRY1s("data.dcp", "ca04c26f03b2bd307368b306b297ddd7", 364664692), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+ // TeTRIks
+ WME_WINENTRY("tetriks", "",
+ WME_ENTRY1s("data.dcp", "94040eb5ae132ac2ef1d40888934f9fa", 2289693), Common::CS_CZE, ADGF_UNSTABLE, WME_1_1_38),
+
// The Box
WME_WINENTRY("thebox", "",
WME_ENTRY1s("data.dcp", "ec5f0c7e8174e307701447b53afe7e2f", 108372483), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_11),
More information about the Scummvm-git-logs
mailing list