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

lotharsm mail at serra.me
Fri Sep 11 07:38:30 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:
31af3cbd9d MOHAWK: Silence GCC warning, properly format warning string
b50368a1d8 NEWS: Mention Discord integration on supported platforms


Commit: 31af3cbd9de5ae07563e56979a8b6971de346aea
    https://github.com/scummvm/scummvm/commit/31af3cbd9de5ae07563e56979a8b6971de346aea
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-09-11T09:26:02+02:00

Commit Message:
MOHAWK: Silence GCC warning, properly format warning string

Thanks to SupSuper for helping with this!

Changed paths:
    engines/mohawk/riven.cpp


diff --git a/engines/mohawk/riven.cpp b/engines/mohawk/riven.cpp
index 8428d1553a..8afef9c273 100644
--- a/engines/mohawk/riven.cpp
+++ b/engines/mohawk/riven.cpp
@@ -169,7 +169,7 @@ Common::Error MohawkEngine_Riven::run() {
 		const char *msg = _s("You're missing 'extras.mhk'. Using the 'arcriven.z' installer file also works.");
 		Common::U32String message = _(msg);
 		GUIErrorMessage(message);
-		warning(msg);
+		warning("%s", msg);
 		return Common::kNoGameDataFoundError;
 	}
 


Commit: b50368a1d8d49c69e6861fbdc9817e0fdee34301
    https://github.com/scummvm/scummvm/commit/b50368a1d8d49c69e6861fbdc9817e0fdee34301
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-09-11T09:30:42+02:00

Commit Message:
NEWS: Mention Discord integration on supported platforms

Changed paths:
    NEWS.md
    doc/de/NEUES.md


diff --git a/NEWS.md b/NEWS.md
index e57e1c55ef..d2b6a323f3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -37,6 +37,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Now Hebrew is displayed correctly in GUI (requires FriBiDi library).
    - Updated the Roland MT-32 emulation code to Munt 2.4.0.
    - Added option to select the default voice for ports that support Text-to-Speech.
+   - Added support for Discord Rich Presence integration on supported platforms (Windows, macOS 10.9+ 64 Bit)
 
  BBVS:
    - Added support for the demo, available from our website.
diff --git a/doc/de/NEUES.md b/doc/de/NEUES.md
index dc81d35793..6a059b7937 100644
--- a/doc/de/NEUES.md
+++ b/doc/de/NEUES.md
@@ -37,7 +37,8 @@ Programmcodes finden Sie auf Englisch unter:
    - Artikel werden bei der Sortierung der Spiele im Launcher nicht mehr berücksichtigt.
    - Hebräisch wird nun korrekt in der Benutzeroberfläche dargestellt (benötigt die FriBiDi-Bibliothek).
    - Code der Roland MT-32-Emulation auf Munt 2.4.0 aktualisiert.
-   - Die Standard-Stimme der Sprachausgabe kann auf unterstützten Ports nun angepasst werden.
+   - Die Standard-Stimme der Sprachausgabe kann auf unterstützten Plattformen nun angepasst werden.
+   - Unterstützung für Discord-Integration auf unterstützten Plattformen (Windows, macOS 10.9+ 64 Bit) hinzugefügt.
 
  BBVS:
    - Unterstützung für die Demo-Version hinzugefügt. Die Demo-Version ist auf unserer Website verfügbar.




More information about the Scummvm-git-logs mailing list