[Scummvm-cvs-logs] scummvm master -> 7ab7063ad8b548e8db08c2578a9ad67184a6d4ee

bluegr bluegr at gmail.com
Sun May 29 17:14:56 CEST 2016


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:
865eff9c2c NEVERHOOD: Add earlier English demo of Neverhood
7ab7063ad8 Merge pull request #751 from einstein95/patch-1


Commit: 865eff9c2c0f6286f6ed384221cec1523eb9efc7
    https://github.com/scummvm/scummvm/commit/865eff9c2c0f6286f6ed384221cec1523eb9efc7
Author: Logan B (einstein95 at users.noreply.github.com)
Date: 2016-04-15T21:33:07+12:00

Commit Message:
NEVERHOOD: Add earlier English demo of Neverhood

Apparently contains a placeholder song or soundtrack. Download link in the sourceforge issue tracker.
https://sourceforge.net/p/scummvm/bugs/7117/

Changed paths:
    engines/neverhood/detection.cpp



diff --git a/engines/neverhood/detection.cpp b/engines/neverhood/detection.cpp
index cfddc2d..0f409a6 100644
--- a/engines/neverhood/detection.cpp
+++ b/engines/neverhood/detection.cpp
@@ -114,6 +114,23 @@ static const NeverhoodGameDescription gameDescriptions[] = {
 	},
 
 	{
+		// Neverhood earlier English demo version
+		{
+			"neverhood",
+			"Demo",
+			AD_ENTRY1s("nevdemo.blb", "9cbc33bc8ebacacfc8071f3e26a9c85f", 22357020),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_DEMO,
+			GUIO1(GUIO_NONE)
+		},
+		0,
+		0,
+		0,
+		0,
+	},
+
+	{
 		// Neverhood Russian version. Dyadyushka Risech
 		{
 			"neverhood",


Commit: 7ab7063ad8b548e8db08c2578a9ad67184a6d4ee
    https://github.com/scummvm/scummvm/commit/7ab7063ad8b548e8db08c2578a9ad67184a6d4ee
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2016-05-29T18:14:53+03:00

Commit Message:
Merge pull request #751 from einstein95/patch-1

NEVERHOOD: Add earlier English demo of Neverhood

Changed paths:
    engines/neverhood/detection.cpp









More information about the Scummvm-git-logs mailing list