[Scummvm-git-logs] scummvm master -> 5b604e42e2a6454b0566504ff88e9840cd800407

sev- sev at scummvm.org
Thu May 10 17:00:01 CEST 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:
5b604e42e2 AGOS: Mark 25th Anniversary releases as MT-32 hack, not a fix


Commit: 5b604e42e2a6454b0566504ff88e9840cd800407
    https://github.com/scummvm/scummvm/commit/5b604e42e2a6454b0566504ff88e9840cd800407
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2018-05-10T16:59:53+02:00

Commit Message:
AGOS: Mark 25th Anniversary releases as MT-32 hack, not a fix

Changed paths:
    configure
    engines/agos/detection_tables.h


diff --git a/configure b/configure
index 8e2a387..7f6a086 100755
--- a/configure
+++ b/configure
@@ -1712,6 +1712,8 @@ if test "$_release_build" = yes; then
 	# Add a define, which indicates we are doing
 	# an build for a release version.
 	append_var DEFINES "-DRELEASE_BUILD"
+	_sdlnet=no
+	_libcurl=no
 fi
 
 
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h
index cf7dab9..b9cdce6 100644
--- a/engines/agos/detection_tables.h
+++ b/engines/agos/detection_tables.h
@@ -2401,7 +2401,7 @@ static const AGOSGameDescription gameDescriptions[] = {
 		GF_TALKIE
 	},
 
-	// Simon the Sorcerer 2 - Russian Fan with MT-32 fix (25th Anniversary Edition)
+	// Simon the Sorcerer 2 - Russian Fan with MT-32 hack (25th Anniversary Edition)
 	{
 		{
 			"simon2",
@@ -2426,7 +2426,7 @@ static const AGOSGameDescription gameDescriptions[] = {
 		GF_TALKIE
 	},
 
-	// Simon the Sorcerer 2 - Polish with MT-32 fix (25th Anniversary Edition)
+	// Simon the Sorcerer 2 - Polish with MT-32 hack (25th Anniversary Edition)
 	{
 		{
 			"simon2",
@@ -2451,7 +2451,7 @@ static const AGOSGameDescription gameDescriptions[] = {
 		GF_TALKIE | GF_WAVSFX
 	},
 
-	// Simon the Sorcerer 2 - Hebrew with MT-32 fix (25th Anniversary Edition)
+	// Simon the Sorcerer 2 - Hebrew with MT-32 hack (25th Anniversary Edition)
 	{
 		{
 			"simon2",
@@ -2476,7 +2476,7 @@ static const AGOSGameDescription gameDescriptions[] = {
 		GF_TALKIE | GF_WAVSFX
 	},
 
-	// Simon the Sorcerer 2 - Italian with MT-32 fix (25th Anniversary Edition)
+	// Simon the Sorcerer 2 - Italian with MT-32 hack (25th Anniversary Edition)
 	{
 		{
 			"simon2",
@@ -2501,7 +2501,7 @@ static const AGOSGameDescription gameDescriptions[] = {
 		GF_TALKIE | GF_WAVSFX
 	},
 
-	// Simon the Sorcerer 2 - Czech with MT-32 fix (25th Anniversary Edition)
+	// Simon the Sorcerer 2 - Czech with MT-32 hack (25th Anniversary Edition)
 	{
 		{
 			"simon2",
@@ -2526,7 +2526,7 @@ static const AGOSGameDescription gameDescriptions[] = {
 		GF_TALKIE | GF_WAVSFX
 	},
 
-	// Simon the Sorcerer 2 - Spanish with MT-32 fix (25th Anniversary Edition)
+	// Simon the Sorcerer 2 - Spanish with MT-32 hack (25th Anniversary Edition)
 	{
 		{
 			"simon2",





More information about the Scummvm-git-logs mailing list