[Scummvm-git-logs] scummvm branch-2-7 -> 7742d9914d110a72982bcbc7b496962e45eabbce

lotharsm noreply at scummvm.org
Sat Jul 1 09:56:31 UTC 2023


This automated email contains information about 4 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
77998818fb NEWS: Update German NEWS file
cf0b1a3dd7 NEWS: Add missing full-stops
ca7cc86b27 SWORD1: Add another French variant
7742d9914d SWORD1: Add alternative file layout for Italian version


Commit: 77998818fbfb63be46fa7ed6c6f73e9fbdb85eef
    https://github.com/scummvm/scummvm/commit/77998818fbfb63be46fa7ed6c6f73e9fbdb85eef
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-07-01T11:55:33+02:00

Commit Message:
NEWS: Update German NEWS file

Changed paths:
    doc/de/NEUES.md


diff --git a/doc/de/NEUES.md b/doc/de/NEUES.md
index 27cb23f0611..12a3c9f08a6 100644
--- a/doc/de/NEUES.md
+++ b/doc/de/NEUES.md
@@ -11,6 +11,21 @@ Umfangreichere Informationen über die Änderungen des aktuellen Codes findest D
  AGI:
    - In den Spiel-Optionen kann jetzt wieder ein beliebiger Render-Modus ausgewählt werden.
 
+ AGS:
+   - Mehrere Spiele und Varianten wurden zur Spiele-Datenbank hinzugefügt.
+   - Diverse Abstürze in einigen Spielen behoben.
+   - Mehrere Grafikfehler in Resonance, Kathy Rain und Blackwell Convergence behoben.
+   - Fehler behoben, der dafür sorgt, dass in "The Cat Lady" und anderen Spielen kein Sound abgespielt wird.
+   - Die Thumbnails für Spielstände werden jetzt wieder korrekt erzeugt.
+   - Die eingestellte Übersetzung wird jetzt wieder korrekt abgespeichert und wiederhergstellt.
+   - Fehlerhafte Übersetzung in der Linux-Version von Zniw Adventure korrigiert.
+   - Fehlerhafte Gehgeschwindigkeit in alten Spielen (z.B. Apprentice) korrigiert.
+   - Fehler behoben, der dazu führt, dass violetter Text transparent dargestellt wird.
+   - Kleine Änderungen an Debug- und Fehlermeldungen sowie am Code-Styling vorgenommen.
+
+ CRYOMNI3D:
+   - Fehler beim Dateizugriff behoben, der verhindert hat, dass Versailles vollständig durchgespielt werden kann.
+
  HDB:
    - Fehler behoben, der verhindert, dass der rote Umschlag mit der Tastatur aufgehoben werden kann.
    


Commit: cf0b1a3dd751f3ea23b194e6c705e5f3ce3bda12
    https://github.com/scummvm/scummvm/commit/cf0b1a3dd751f3ea23b194e6c705e5f3ce3bda12
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-07-01T11:55:47+02:00

Commit Message:
NEWS: Add missing full-stops

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 1856e6f6565..2c76b637f25 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -13,18 +13,18 @@ For a more comprehensive changelog of the latest experimental code, see:
 
  AGS:
    - Multiple additions to game detection tables.
-   - Fixed crashes in various games (commercial and freeware)
+   - Fixed crashes in various games (commercial and freeware).
    - Fixed graphical priority errors when using computers in Resonance, Kathy Rain and Blackwell Convergence.
    - Fix for some sounds not playing in "The Cat Lady" and other games.
    - Reintroduced thumbnail creation for all savegames.
    - Fixed regression for translation setting not being saved.
    - Fixed translation bug in Zniw Adventure (linux version).
-   - Fixed wrong walkspeed in old games (e.g. Apprentice)
+   - Fixed wrong walkspeed in old games (e.g. Apprentice).
    - Added small workaround for purple texts appearing transparent.
    - Minor changes to debug/error messages and code style.
  
  CRYOMNI3D:
-   - Fixed files access preventing to finish Versailles
+   - Fixed files access preventing to finish Versailles.
 
  HDB:
    - Fixed bug with inability to pick up red envelope with keyboard.


Commit: ca7cc86b27d2784bbdeee1b5e796dfebdef43f72
    https://github.com/scummvm/scummvm/commit/ca7cc86b27d2784bbdeee1b5e796dfebdef43f72
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-07-01T11:55:57+02:00

Commit Message:
SWORD1: Add another French variant

Changed paths:
    engines/sword1/detection_tables.h


diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index d0889db24f0..e12a6a47061 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -203,6 +203,19 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO0()
 	},
 
+	{
+		"sword1",
+		"",
+		AD_ENTRY4s("clusters/scripts.clu",  "72b10193714e8c6e4daca51791c0db0c", 1087984,
+				   "clusters/swordres.rif", "c7df52094d590b568a4ed35b70390d9e", 58916,
+				   "clusters/text.clu",     "76f93f5feecc8915435105478f3c6615", 2705446,
+				   "smackshi/intro.smk",    "78e3ba96f33be8c2ef8feb46724cfef5", 11537716),
+		Common::FR_FRA,
+		Common::kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO0()
+	},
+
 	{
 		"sword1",
 		"",


Commit: 7742d9914d110a72982bcbc7b496962e45eabbce
    https://github.com/scummvm/scummvm/commit/7742d9914d110a72982bcbc7b496962e45eabbce
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-07-01T11:56:07+02:00

Commit Message:
SWORD1: Add alternative file layout for Italian version

Changed paths:
    engines/sword1/detection_tables.h


diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index e12a6a47061..56480901bcb 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -294,6 +294,19 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO0()
 	},
 
+	{
+		"sword1",
+		"",
+		AD_ENTRY4s("scripts.clu",           "72b10193714e8c6e4daca51791c0db0c", 1088372,
+				   "swordres.rif",          "239bdd76c405bad0f804a8ae5df4adb0", 59788,
+				   "text.clu",              "76f93f5feecc8915435105478f3c6615", 3188725,
+				   "smackshi/intro.smk",    "83060041aa155d802e51b7211b62ea2f", 13525252),
+		Common::IT_ITA,
+		Common::kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO0()
+	},
+
 	{
 		"sword1",
 		"Steam",




More information about the Scummvm-git-logs mailing list