[Scummvm-git-logs] scummvm master -> bb816a6d3c485cbfa15771189877891dc7e4cede

sev- sev at scummvm.org
Mon Aug 24 21:01:48 UTC 2020


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:
dc26146414 NEWS: Mention The Neverhood big demo support
bb816a6d3c BBVS: Properly marked demo as demo, drop platform in the detection entries


Commit: dc26146414278ec0dfb433baaf3c454a34bb6e47
    https://github.com/scummvm/scummvm/commit/dc26146414278ec0dfb433baaf3c454a34bb6e47
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-24T22:41:44+02:00

Commit Message:
NEWS: Mention The Neverhood big demo support

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index b7bad5b670..56d6f3e7d6 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -40,6 +40,9 @@ For a more comprehensive changelog of the latest experimental code, see:
      CD-ROM fan translation). Fix Spanish Lands of Lore support (floppy version and
      CD-ROM fan translation).
 
+ Neverhood:
+   - Added support for bigger demo, available from our website.
+
  Prince:
    - Fixed inventory item descriptions display.
    - Added English translation.


Commit: bb816a6d3c485cbfa15771189877891dc7e4cede
    https://github.com/scummvm/scummvm/commit/bb816a6d3c485cbfa15771189877891dc7e4cede
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-24T22:57:07+02:00

Commit Message:
BBVS: Properly marked demo as demo, drop platform in the detection entries

Changed paths:
    engines/bbvs/detection.cpp


diff --git a/engines/bbvs/detection.cpp b/engines/bbvs/detection.cpp
index aadbe7394c..4cae78e4cc 100644
--- a/engines/bbvs/detection.cpp
+++ b/engines/bbvs/detection.cpp
@@ -43,16 +43,16 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("vspr0001.vnm", "7ffe9b9e7ca322db1d48e86f5130578e", 1166628),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_NO_FLAGS,
+		ADGF_DROPPLATFORM,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
 		"bbvs",
-		0,
+		"Demo",
 		AD_ENTRY1s("vspr0007.vnm", "5db44940fa93fdd5becb5c2a5ded7478", 242376),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DEMO,
+		ADGF_DEMO | ADGF_DROPPLATFORM,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
@@ -61,7 +61,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("vspr0001.vnm", "91c76b1048f93208cd7b1a05ebccb408", 1176976),
 		Common::RU_RUS,
 		Common::kPlatformWindows,
-		GF_GUILANGSWITCH | ADGF_NO_FLAGS,
+		GF_GUILANGSWITCH | ADGF_DROPPLATFORM,
 		GUIO1(GUIO_NOMIDI)
 	},
 




More information about the Scummvm-git-logs mailing list