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

sev- sev at scummvm.org
Thu Apr 30 09:54:12 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:
bd788ad801 BASE: Mention FriBiDi in the about dialog when compiled in
c9f2746df7 NEWS: Mention FriBiDi support


Commit: bd788ad801ca05e29f7a869c3e93dd2e8c5f9b30
    https://github.com/scummvm/scummvm/commit/bd788ad801ca05e29f7a869c3e93dd2e8c5f9b30
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-04-30T11:52:42+02:00

Commit Message:
BASE: Mention FriBiDi in the about dialog when compiled in

Changed paths:
    base/version.cpp


diff --git a/base/version.cpp b/base/version.cpp
index 998ebc5809..968321ccc6 100644
--- a/base/version.cpp
+++ b/base/version.cpp
@@ -143,6 +143,10 @@ const char *gScummVMFeatures = ""
 	"FreeType2 "
 #endif
 
+#ifdef USE_FRIBIDI
+	"FriBiDi "
+#endif
+
 #ifdef USE_JPEG
 	"JPEG "
 #endif


Commit: c9f2746df73f5a4e39b88109bc194fb9eac9f7d1
    https://github.com/scummvm/scummvm/commit/c9f2746df73f5a4e39b88109bc194fb9eac9f7d1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-04-30T11:53:49+02:00

Commit Message:
NEWS: Mention FriBiDi support

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index e2465314ee..79d4e67da1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -7,6 +7,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Autosaves are now supported for all the engines.
    - Errors are more likely to open the debugger, and be displayed, than just crash ScummVM.
    - Games are sorted in GUI ignoring the articles.
+   - Now Hebrew is displayed correctly in GUI (requires FriBiDi library).
 
  Dreamweb:
    - Added support for Russian fan-translation.




More information about the Scummvm-git-logs mailing list