[Scummvm-git-logs] scummvm master -> e93cad7ce695cf541358d57fad8c673fcf6cb7a9
lotharsm
noreply at scummvm.org
Sat Jul 16 20:51:52 UTC 2022
This automated email contains information about 7 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
20110c4b8e ASYLUM: Drop ADGF_TESTING flags
17ae680d82 BURIED: Drop ADGF_TESTING flags
6a5c13c76f CHEWY: Drop ADGF_TESTING flags
db49324329 HADESCH: Drop ADGF_TESTING flags
31d295e587 HYPNO: Drop ADGF_TESTING flags
4e848f8337 NEWS: Announce release date for 2.6.0
e93cad7ce6 DISTS: WIN32: Specify release date for 2.6.0
Commit: 20110c4b8e3dcc8dc97b6ed7df0fcca055412017
https://github.com/scummvm/scummvm/commit/20110c4b8e3dcc8dc97b6ed7df0fcca055412017
Author: Lothar Serra Mari (mail at serra.me)
Date: 2022-07-16T22:48:42+02:00
Commit Message:
ASYLUM: Drop ADGF_TESTING flags
Changed paths:
engines/asylum/detection_tables.h
diff --git a/engines/asylum/detection_tables.h b/engines/asylum/detection_tables.h
index 2719988a0a5..81aef211127 100644
--- a/engines/asylum/detection_tables.h
+++ b/engines/asylum/detection_tables.h
@@ -44,7 +44,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -60,7 +60,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -76,7 +76,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -92,7 +92,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::FR_FRA,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -108,7 +108,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -124,7 +124,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::DE_DEU,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -140,7 +140,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::FR_FRA,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -155,7 +155,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::FR_FRA,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -170,7 +170,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::DE_DEU,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -185,7 +185,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -201,7 +201,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -217,7 +217,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -232,7 +232,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::PL_POL,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -247,7 +247,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::ES_ESP,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -258,7 +258,7 @@ static const ADGameDescription gameDescriptions[] = {
"RES.000", "57446ce089c6f9decb7f3faf41d09edf", 9022),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_DEMO | ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DEMO | ADGF_DROPPLATFORM,
GUIO0()
},
{
@@ -269,7 +269,7 @@ static const ADGameDescription gameDescriptions[] = {
"RES.000", "a527449397576a019cdd4884a96403e2", 9012),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_DEMO | ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DEMO | ADGF_DROPPLATFORM,
GUIO0()
},
AD_TABLE_END_MARKER
Commit: 17ae680d82070d761ed0e81ba99932b11b81b444
https://github.com/scummvm/scummvm/commit/17ae680d82070d761ed0e81ba99932b11b81b444
Author: Lothar Serra Mari (mail at serra.me)
Date: 2022-07-16T22:48:51+02:00
Commit Message:
BURIED: Drop ADGF_TESTING flags
Changed paths:
engines/buried/detection_tables.h
diff --git a/engines/buried/detection_tables.h b/engines/buried/detection_tables.h
index 730aa2c71d7..1271db2a6b6 100644
--- a/engines/buried/detection_tables.h
+++ b/engines/buried/detection_tables.h
@@ -387,7 +387,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("BIT816.EXE", "30bbd89d7df8cb319e654a441efce877", 1259072),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_DEMO | GF_TRUECOLOR | ADGF_TESTING,
+ ADGF_DEMO | GF_TRUECOLOR,
GUIO_GAME_DEMO
},
@@ -398,7 +398,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("BIT2416.EXE", "69ba6611561c3eb5f7d8853ef913aa09", 2816256),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_DEMO | GF_TRUECOLOR | ADGF_TESTING,
+ ADGF_DEMO | GF_TRUECOLOR,
GUIO_GAME_DEMO
},
Commit: 6a5c13c76f5b4e91052c08412e481f584d5692a8
https://github.com/scummvm/scummvm/commit/6a5c13c76f5b4e91052c08412e481f584d5692a8
Author: Lothar Serra Mari (mail at serra.me)
Date: 2022-07-16T22:48:58+02:00
Commit Message:
CHEWY: Drop ADGF_TESTING flags
Changed paths:
engines/chewy/detection.cpp
diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp
index a6c12fe85de..871f0e100c9 100644
--- a/engines/chewy/detection.cpp
+++ b/engines/chewy/detection.cpp
@@ -44,7 +44,7 @@ static const ChewyGameDescription gameDescriptions[] = {
AD_ENTRY1s("txt/atds.tap", "e6050c144dd4f23d79ea4f89a8ef306e", 218857),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_NO_FLAGS | ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOMIDI, GAMEOPTION_ORIGINAL_SAVELOAD)
},
},
@@ -57,7 +57,7 @@ static const ChewyGameDescription gameDescriptions[] = {
AD_ENTRY1s("txt/atds.tap", "b1210066a524fe0f88862f44671ed97d", 226988),
Common::ES_ESP,
Common::kPlatformDOS,
- ADGF_NO_FLAGS | ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOMIDI, GAMEOPTION_ORIGINAL_SAVELOAD)
},
},
@@ -69,7 +69,7 @@ static const ChewyGameDescription gameDescriptions[] = {
AD_ENTRY1s("txt/atds.tap", "c117e884cc5b4bbe50ae1217d13916c4", 231071),
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_NO_FLAGS | ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOMIDI, GAMEOPTION_ORIGINAL_SAVELOAD)
},
},
@@ -81,7 +81,7 @@ static const ChewyGameDescription gameDescriptions[] = {
AD_ENTRY1s("txt/atds.tap", "e22f97761c0e7772ec99660f2277b1a4", 231001),
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_NO_FLAGS | ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOMIDI, GAMEOPTION_ORIGINAL_SAVELOAD)
},
},
Commit: db49324329a2ed230649f1883ba6dc336079ea12
https://github.com/scummvm/scummvm/commit/db49324329a2ed230649f1883ba6dc336079ea12
Author: Lothar Serra Mari (mail at serra.me)
Date: 2022-07-16T22:49:03+02:00
Commit Message:
HADESCH: Drop ADGF_TESTING flags
Changed paths:
engines/hadesch/detection_tables.h
diff --git a/engines/hadesch/detection_tables.h b/engines/hadesch/detection_tables.h
index 67be7e23025..e82816db085 100644
--- a/engines/hadesch/detection_tables.h
+++ b/engines/hadesch/detection_tables.h
@@ -40,7 +40,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO1(GUIO_NOMIDI)
},
{
@@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformMacintosh,
- ADGF_TESTING | ADGF_DROPPLATFORM | ADGF_MACRESFORK,
+ ADGF_DROPPLATFORM | ADGF_MACRESFORK,
GUIO1(GUIO_NOMIDI)
},
@@ -69,7 +69,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO1(GUIO_NOMIDI)
},
@@ -83,7 +83,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_TESTING | ADGF_DROPPLATFORM,
+ ADGF_DROPPLATFORM,
GUIO1(GUIO_NOMIDI)
},
Commit: 31d295e587c5b9eb2b9fb400bad5923d496c7c30
https://github.com/scummvm/scummvm/commit/31d295e587c5b9eb2b9fb400bad5923d496c7c30
Author: Lothar Serra Mari (mail at serra.me)
Date: 2022-07-16T22:49:09+02:00
Commit Message:
HYPNO: Drop ADGF_TESTING flags
Changed paths:
engines/hypno/detection.cpp
diff --git a/engines/hypno/detection.cpp b/engines/hypno/detection.cpp
index cc555d9b027..84734dc7508 100644
--- a/engines/hypno/detection.cpp
+++ b/engines/hypno/detection.cpp
@@ -53,7 +53,7 @@ static const ADGameDescription gameDescriptions[] = {
"DCINE1.SMK", "1ff3db09d148e8dd8b56d2e87e7296b8", 493752),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -63,7 +63,7 @@ static const ADGameDescription gameDescriptions[] = {
"MISSIONS.LIB", "585704e26094cbaf14fbee90798e8d5d", 119945),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
@@ -73,7 +73,7 @@ static const ADGameDescription gameDescriptions[] = {
"MISSIONS.LIB", "585704e26094cbaf14fbee90798e8d5d", 119945),
Common::ES_ESP,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
@@ -83,7 +83,7 @@ static const ADGameDescription gameDescriptions[] = {
"MISSIONS.LIB", "585704e26094cbaf14fbee90798e8d5d", 119945),
Common::DE_DEU,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
@@ -93,7 +93,7 @@ static const ADGameDescription gameDescriptions[] = {
"MISSIONS.LIB", "585704e26094cbaf14fbee90798e8d5d", 119945),
Common::IT_ITA,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
@@ -114,7 +114,7 @@ static const ADGameDescription gameDescriptions[] = {
"demo.exe", "15a6b1b3819ef002438df340509b5373", 533221),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -125,7 +125,7 @@ static const ADGameDescription gameDescriptions[] = {
"demo.exe", "15a6b1b3819ef002438df340509b5373", 533221),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -135,7 +135,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "6ffa658f22a00b6e17d7f920fcc13578", 12469),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -145,7 +145,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "34b922fac8f64546c0690aa83f09e98e", 40891),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -155,7 +155,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "34b922fac8f64546c0690aa83f09e98e", 40891),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -165,7 +165,7 @@ static const ADGameDescription gameDescriptions[] = {
"wetmusic.81m", "0d99c63ce19633d09569b1fdcdff1505", 2833439),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -175,7 +175,7 @@ static const ADGameDescription gameDescriptions[] = {
"c44_22k.raw", "4b2279af59ce3049cc5177b0047e8447", 5247618),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING | ADGF_DEMO,
+ ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -185,7 +185,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "aeaaa8b26ab17e37f060334a311a3ff6", 309793),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
@@ -195,7 +195,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "aeaaa8b26ab17e37f060334a311a3ff6", 309793),
Common::FR_FRA,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
@@ -205,7 +205,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "aeaaa8b26ab17e37f060334a311a3ff6", 309793),
Common::ES_ESP,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
@@ -215,7 +215,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "aeaaa8b26ab17e37f060334a311a3ff6", 309793),
Common::KO_KOR,
Common::kPlatformDOS,
- ADGF_TESTING,
+ ADGF_NO_FLAGS,
GUIO1(GUIO_NOMIDI)
},
{
Commit: 4e848f83371ffe37dac9047ac6997386b8e2416f
https://github.com/scummvm/scummvm/commit/4e848f83371ffe37dac9047ac6997386b8e2416f
Author: Lothar Serra Mari (mail at serra.me)
Date: 2022-07-16T22:51:20+02:00
Commit Message:
NEWS: Announce release date for 2.6.0
Changed paths:
NEWS.md
doc/de/NEUES.md
diff --git a/NEWS.md b/NEWS.md
index e6a0eb9db67..2caef9633df 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -31,7 +31,7 @@ For a more comprehensive changelog of the latest experimental code, see:
- Made game menus behave like in the original.
-#### 2.6.0 (2022-XX-XX)
+#### 2.6.0 "Insane Escapism" (2022-08-01)
New games:
- Added support for Sanitarium.
diff --git a/doc/de/NEUES.md b/doc/de/NEUES.md
index 5f2311b243b..ab431190c1c 100644
--- a/doc/de/NEUES.md
+++ b/doc/de/NEUES.md
@@ -28,7 +28,7 @@ Umfangreichere Informationen über die Ãnderungen des aktuellen Codes findest D
- Die Spiel-Menüs verhalten sich nun wie das Original.
-#### 2.6.0 (DD.MM.YYYY)
+#### 2.6.0 "Insane Escapism" (2022-08-01)
Neue Spiele:
- Unterstützung für Sanitarium hinzugefügt.
Commit: e93cad7ce695cf541358d57fad8c673fcf6cb7a9
https://github.com/scummvm/scummvm/commit/e93cad7ce695cf541358d57fad8c673fcf6cb7a9
Author: Lothar Serra Mari (mail at serra.me)
Date: 2022-07-16T22:51:37+02:00
Commit Message:
DISTS: WIN32: Specify release date for 2.6.0
Changed paths:
dists/win32/scummvm.gdf.xml
diff --git a/dists/win32/scummvm.gdf.xml b/dists/win32/scummvm.gdf.xml
index fbfe9494bfb..b329b24a6bd 100644
--- a/dists/win32/scummvm.gdf.xml
+++ b/dists/win32/scummvm.gdf.xml
@@ -3,7 +3,7 @@
<GameDefinition gameID="{F2475C5C-EA7C-41F0-A56D-1ABF7CFEA389}">
<Name>ScummVM</Name>
<Description>ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed!</Description>
- <ReleaseDate>2021-10-09</ReleaseDate>
+ <ReleaseDate>2022-08-01</ReleaseDate>
<Genres>
<Genre>Adventure</Genre>
</Genres>
More information about the Scummvm-git-logs
mailing list