[Scummvm-git-logs] scummvm master -> 0d8834b5616aa8fc936c750ed92ef4423610d641
Mataniko
mataniko at gmail.com
Sun Nov 25 16:27:04 CET 2018
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:
0d8834b561 WINTERMUTE: Add hashes to Zbang! and Pizza Morgana
Commit: 0d8834b5616aa8fc936c750ed92ef4423610d641
https://github.com/scummvm/scummvm/commit/0d8834b5616aa8fc936c750ed92ef4423610d641
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-11-25T10:26:21-05:00
Commit Message:
WINTERMUTE: Add hashes to Zbang! and Pizza Morgana
These are two never quite finished Israeli games.
Zbang can be downloaded at: http://www.corbomitegames.com/zbang/download.php
Pizza Morgana can be downloaded at: http://pizza-morgana.com/download
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 68ad9c1..14931ca 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -63,9 +63,10 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"mirage", "Mirage"},
{"nighttrain", "Night Train"},
{"oknytt", "Oknytt"},
- {"openquest", "Open Quest"},
+ {"openquest", "Open Quest"},
{"paintaria", "Paintaria"},
{"pigeons", "Pigeons in the Park"},
+ {"pizzamorgana", "Pizza Morgana: Episode 1 - Monsters and Manipulations in the Magical Forest"},
{"projectdoom", "Project: Doom"},
{"projectjoe", "Project Joe"},
{"reversion1", "Reversion: The Escape"},
@@ -91,6 +92,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"wintermute", "Wintermute engine game"},
{"wtetris", "Wilma Tetris"},
{"zilm", "Zilm: A Game of Reflex"},
+ {"zbang", "Zbang! The Game"},
{0, 0}
};
@@ -378,7 +380,7 @@ static const WMEGameDescription gameDescriptions[] = {
"d_sounds.dcp", "7d04dff8ca11174486bd4b7a80fdcabb", 154943401), Common::ES_ESP, ADGF_UNSTABLE, LATEST_VERSION),
// Open Quest
WME_WINENTRY("openquest", "",
- WME_ENTRY1s("data.dcp", "16893e3fc15a211a49654ae66f684f28", 82281736), Common::EN_ANY, ADGF_UNSTABLE | GF_LOWSPEC_ASSETS, LATEST_VERSION),
+ WME_ENTRY1s("data.dcp", "16893e3fc15a211a49654ae66f684f28", 82281736), Common::EN_ANY, ADGF_UNSTABLE | GF_LOWSPEC_ASSETS, LATEST_VERSION),
// Night Train Demo
WME_WINENTRY("nighttrain", "",
WME_ENTRY1s("data.dcp", "5a027ef84b083a730c9a4c85ec1d3a32", 131760816), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION),
@@ -388,6 +390,10 @@ static const WMEGameDescription gameDescriptions[] = {
// Pigeons in the Park
WME_WINENTRY("pigeons", "",
WME_ENTRY1s("data.dcp", "9143a5b6ff8206aefe3c4c643add3ec7", 2611100), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
+ // Pizza Morgana
+ WME_WINENTRY("pizzamorgana", "",
+ WME_ENTRY2s("english.dcp", "7fa6149bb44574109668ce585d6c41c9", 9282608,
+ "data.dcp", "a69994c463ff5fcc6fe1800662f5b7d0", 34581370), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_0),
// Project: Doom
WME_WINENTRY("projectdoom", "",
WME_ENTRY1s("data.dcp", "d5894b65a40706845434b99870bcab92", 99223761), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
@@ -576,6 +582,8 @@ static const WMEGameDescription gameDescriptions[] = {
// Zilm: A Game of Reflex 1.0
WME_WINENTRY("Zilm", "1.0",
WME_ENTRY1s("data.dcp", "098dffaf03d8adbb4cb5633e4733e63c", 351726), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
+ WME_WINENTRY("zbang", "0.89",
+ WME_ENTRY1s("data.dcp", "db9101f08d12ab95c81042d154bb0ea8", 7210044), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_7_0),
{
AD_TABLE_END_MARKER,
LATEST_VERSION
More information about the Scummvm-git-logs
mailing list