[Scummvm-git-logs] scummvm master -> 35f1cecbe4400eec7f2e5bbb5a86c2bbd878cc41
tag2015
noreply at scummvm.org
Fri Oct 28 11:44:46 UTC 2022
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:
f02edde793 DIRECTOR: Fix filesize for some D0 entries
35f1cecbe4 DIRECTOR: Fix filesize for two D2 entries
Commit: f02edde793beeb816fecd5376abf50e28c126fbc
https://github.com/scummvm/scummvm/commit/f02edde793beeb816fecd5376abf50e28c126fbc
Author: Walter Agazzi (tag2015 at gmail.com)
Date: 2022-10-28T13:44:15+02:00
Commit Message:
DIRECTOR: Fix filesize for some D0 entries
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index c1f9e3cfdd4..9a8558f2f65 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1666,10 +1666,10 @@ static const DirectorGameDescription gameDescriptions[] = {
//
//////////////////////////////////////////////////
- MACGAME1("bigsound", "", "BigSound VW Player", "4b42e95a6e75cf440abcfeeeee8d622f", 19456, 0),
+ MACGAME1("bigsound", "", "BigSound VW Player", "4b42e95a6e75cf440abcfeeeee8d622f", 19200, 0),
// Touring Engine Ver 1.00
- MACDEMO1("illustrator", "v1 Tour", "Adobe Illustrator Tour", "4d331ce05dbec4a84465ed33fa5538fa", 64948, 0),
+ MACDEMO1("illustrator", "v1 Tour", "Adobe Illustrator Tour", "4d331ce05dbec4a84465ed33fa5538fa", 64692, 0),
MACGAME2_l("madmac", "", "VW Player", "16034c0db4619552e4fe7e108cb98dae", 17070,
"Vieux", "3555a71c668ce58018bc0863bdc18022", 14341, Common::FR_FRA, 0),
@@ -1678,8 +1678,8 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1("mazewars", "", "Maze Wars+2", "24874b31f1f7f0adc3e8bc1efdc155e7", 128335, 0),
// No projector provided. Files appear to be incomplete.
- MACDEMO2("shatter", "Scenes", "TITLE", "e0e1c08c5fd90678ba550a93bc47e261", 14119,
- "CITY", "5fcc134c1252f25a31752e4cd6307c8c", 25544, 0),
+ MACDEMO2("shatter", "Scenes", "TITLE", "e0e1c08c5fd90678ba550a93bc47e261", 13863,
+ "CITY", "5fcc134c1252f25a31752e4cd6307c8c", 25288, 0),
//////////////////////////////////////////////////
//
@@ -1695,8 +1695,8 @@ static const DirectorGameDescription gameDescriptions[] = {
// Original filename is FutureViewâ¢(O.L.)
MACGAME1("futureview", "", "FutureView (O.L.)", "f2dd4c1bacdb1ad0226ac14762a2bd56", 262089, 0),
- MACDEMO1("ideacomm", "Demo", "IDEAcomm Mac Demo", "b36cb9e6e36e7cb569d9af571d2dd1bd", 21006, 0),
- MACDEMO1("osmo", "Demo", "Cosmic Osmo Demo", "eba9620282bd39ff4ba2a9190e72880b", 127941, 0),
+ MACDEMO1("ideacomm", "Demo", "IDEAcomm Mac Demo", "b36cb9e6e36e7cb569d9af571d2dd1bd", 20750, 0),
+ MACDEMO1("osmo", "Demo", "Cosmic Osmo Demo", "eba9620282bd39ff4ba2a9190e72880b", 127685, 0),
/*****************************************************************
VideoWorks movies built using MacroMind Touring Engine
@@ -1704,15 +1704,15 @@ static const DirectorGameDescription gameDescriptions[] = {
// Touring Engine V2.2B12
// Original filename is GeoQuery® Tour
- MACDEMO1("freehand", "Demo", "FreeHand 2.0 demo", "1c6bb186e709e88fdcf9279e8799eab5", 74308, 0),
- MACDEMO1("geoquery", "Demo", "GeoQuery Tour", "48476e45e1bd9d67806ebe09b959679b", 74262, 0),
- MACDEMO1("musicpublisher", "Demo", "Music Publisher Demo", "1c6bb186e709e88fdcf9279e8799eab5", 74308, 0),
- MACDEMO2("pspice", "Demo", "Tour Engine", "1c6bb186e709e88fdcf9279e8799eab5", 74308,
- "TOUR LIST", "1efdd9c0455c4e90466ee6a6dda182d1", 22642, 0),
+ MACDEMO1("freehand", "Demo", "FreeHand 2.0 demo", "1c6bb186e709e88fdcf9279e8799eab5", 74052, 0),
+ MACDEMO1("geoquery", "Demo", "GeoQuery Tour", "48476e45e1bd9d67806ebe09b959679b", 74006, 0),
+ MACDEMO1("musicpublisher", "Demo", "Music Publisher Demo", "1c6bb186e709e88fdcf9279e8799eab5", 74052, 0),
+ MACDEMO2("pspice", "Demo", "Tour Engine", "1c6bb186e709e88fdcf9279e8799eab5", 74052,
+ "TOUR LIST", "1efdd9c0455c4e90466ee6a6dda182d1", 22386, 0),
// Touring Engine 3.8 © Apple Computer, Inc. & MacroMind 1985-1988
- MACGAME2("macportable", "", "Double Click Me", "341b6ae632d9e52979e478ce27ffc42c", 114679,
- "MAIN MENU", "5bfdbf8b0fc6698c9724cd7634427fe1", 30327, 0),
+ MACGAME2("macportable", "", "Double Click Me", "341b6ae632d9e52979e478ce27ffc42c", 114423,
+ "MAIN MENU", "5bfdbf8b0fc6698c9724cd7634427fe1", 30071, 0),
//////////////////////////////////////////////////
//
Commit: 35f1cecbe4400eec7f2e5bbb5a86c2bbd878cc41
https://github.com/scummvm/scummvm/commit/35f1cecbe4400eec7f2e5bbb5a86c2bbd878cc41
Author: Walter Agazzi (tag2015 at gmail.com)
Date: 2022-10-28T13:44:16+02:00
Commit Message:
DIRECTOR: Fix filesize for two D2 entries
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 9a8558f2f65..80bbba6fed3 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1764,7 +1764,7 @@ static const DirectorGameDescription gameDescriptions[] = {
MACDEMO1("backgrounds", "Demo", "Backgrounds Demo", "d029fcb13fd2f0944f3c04577ad3b848", 2410386, 200),
// Movies called from HyperCard with external MacroMind Player 2.0
- MACGAME1("beyondcyberpunk", "v1.5", "1984", "026bda630919f3692e649c00b1b52dd9", 34425, 200),
+ MACGAME1("beyondcyberpunk", "v1.5", "1984", "026bda630919f3692e649c00b1b52dd9", 34169, 200),
MACDEMO1("illustrator", "v3.0 Demo", "a double click please", "cfa68a1bc49251497ebde18e5fc9c217", 194065, 200),
@@ -1780,8 +1780,8 @@ static const DirectorGameDescription gameDescriptions[] = {
// Movies called from HyperCard with external MacroMind Player 2.0
MACGAME1("spelunx", "v1.2", "Spelunx", "3eb3598b7f6bb09de4dd31aca3683d8f", 371154, 200),
- MACGAME2("system7smash", "", "Double Click", "e54ec74aeb4355b0acd46320327c1bed", 226177,
- "Smash", "7c11c3c07b87188cdf6260f922bb9e3c", 9287, 201),
+ MACGAME2("system7smash", "", "Double Click", "e54ec74aeb4355b0acd46320327c1bed", 225921,
+ "Smash", "7c11c3c07b87188cdf6260f922bb9e3c", 9031, 201),
MACGAME1_l("tri3dtrial", "", "Tri-3D-Trial", "cfa68a1bc49251497ebde18e5fc9c217", 270967, Common::JA_JPN, 200),
More information about the Scummvm-git-logs
mailing list