[Scummvm-git-logs] scummvm master -> 3e1b1dc2b0f447ddff8c0520064f1a8bc3106488

ccawley2011 noreply at scummvm.org
Wed Feb 8 19:16:32 UTC 2023


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

Summary:
35a9e0b05e NEWS: Mention 26-bit RISC OS support
eb9efa9bed DOCS: Update the RISC OS documentation
3e1b1dc2b0 DOCS: Fix formatting in the tvOS documentation


Commit: 35a9e0b05e897db3df6989942fb5f0af487c8ee1
    https://github.com/scummvm/scummvm/commit/35a9e0b05e897db3df6989942fb5f0af487c8ee1
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2023-02-08T19:07:21Z

Commit Message:
NEWS: Mention 26-bit RISC OS support

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 0173ce71271..a4de69b1a9a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -234,6 +234,9 @@ For a more comprehensive changelog of the latest experimental code, see:
  Android port:
    - Properly convert mouse coordinates between screen coordinates and virtual ones.
 
+ RISC OS port:
+   - Added support for 26-bit versions of RISC OS.
+
  Windows port:
    - Clearing the icons cache created a duplicate ScummVM folder in the APPDATA directory. Fixed.
 


Commit: eb9efa9beda0be97223db94507e2608093f0e975
    https://github.com/scummvm/scummvm/commit/eb9efa9beda0be97223db94507e2608093f0e975
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2023-02-08T19:09:06Z

Commit Message:
DOCS: Update the RISC OS documentation

Changed paths:
    doc/docportal/other_platforms/risc_os.rst


diff --git a/doc/docportal/other_platforms/risc_os.rst b/doc/docportal/other_platforms/risc_os.rst
index a4af51d27f2..62f4608389f 100644
--- a/doc/docportal/other_platforms/risc_os.rst
+++ b/doc/docportal/other_platforms/risc_os.rst
@@ -7,9 +7,10 @@ This page contains all the information you need to get ScummVM up and running on
 What you'll need
 ===================
 
-- A system running RISC OS 5.
+- A system running RISC OS 3.6 or later.
 - A minimum of 64 MB RAM. 32 MB may work in some circumstances, but is not generally recommended.
 - The `SharedUnixLibrary <https://www.riscos.info/index.php/SharedUnixLibrary>`_ and `DRenderer <https://www.riscos.info/packages/LibraryDetails.html#DRendererarm>`_ modules installed. These can be installed using `PackMan <https://www.riscos.info/index.php/PackMan>`_.
+- Support for long file names. On older versions of RISC OS, this can be provided using `raFS <http://atterer.org/riscos>`_.
 
 Installing ScummVM
 ======================================
@@ -41,6 +42,8 @@ Saved games
 
 ``<Choices$Write>.ScummVM.Saves``
 
+The save path needs to be in a path that supports long file names, so it may be necessary to change the default location to one that does.
+
 Configuration file
 **************************
 ``<Choices$Write>.ScummVM.scummvmrc``
@@ -63,6 +66,4 @@ Known issues
 ==============
 
 - ScummVM for RISC OS does not have cloud or LAN functionality.
-- FluidSynth is not supported.
-- ScummVM is not compatible with RISC OS 3, 4 or 6.
 


Commit: 3e1b1dc2b0f447ddff8c0520064f1a8bc3106488
    https://github.com/scummvm/scummvm/commit/3e1b1dc2b0f447ddff8c0520064f1a8bc3106488
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2023-02-08T19:16:18Z

Commit Message:
DOCS: Fix formatting in the tvOS documentation

Changed paths:
    doc/docportal/index.rst
    doc/docportal/other_platforms/tvos.rst


diff --git a/doc/docportal/index.rst b/doc/docportal/index.rst
index 97bdd17e7f8..b33750921d2 100644
--- a/doc/docportal/index.rst
+++ b/doc/docportal/index.rst
@@ -165,6 +165,8 @@ We also have guides on how to get ScummVM running on a wide range of other platf
       ^^^^^^^^^^^^^^^
       :doc:`other_platforms/ios`
 
+      :doc:`other_platforms/tvos`
+
       :doc:`other_platforms/android`
 
       ---
diff --git a/doc/docportal/other_platforms/tvos.rst b/doc/docportal/other_platforms/tvos.rst
index 0f221bb7946..5fdab31bf81 100644
--- a/doc/docportal/other_platforms/tvos.rst
+++ b/doc/docportal/other_platforms/tvos.rst
@@ -3,12 +3,9 @@
 Apple TV OS
 ==============
 
----
-**NOTE**
-
-This page is under development. Only basic information is given to enable ScummVM on Apple TV.
+.. note::
 
----
+ This page is under development. Only basic information is given to enable ScummVM on Apple TV.
 
 This page contains all the information you need to get ScummVM up and running on an Apple TV.
 
@@ -31,14 +28,11 @@ Instructions will be added when packages are available for download.
 Transferring game files
 ========================
 
----
-**NOTE**
-
-Note that Apple TV applications doesn't have a ``Documents`` folder in which games can be stored. All games are stored in the ``cache`` folder which can be deleted when the system requires the needed space. This could happen if having limited available space and streaming high definition content or installing other applications. Please see https://developer.apple.com/library/archive/documentation/General/Conceptual/AppleTV_PG/OnDemandResources.html for more information.
+.. note::
 
-Make sure to make backups of savegames.
+ Note that Apple TV applications doesn't have a ``Documents`` folder in which games can be stored. All games are stored in the ``cache`` folder which can be deleted when the system requires the needed space. This could happen if having limited available space and streaming high definition content or installing other applications. Please see https://developer.apple.com/library/archive/documentation/General/Conceptual/AppleTV_PG/OnDemandResources.html for more information.
 
----
+ Make sure to make backups of savegames.
 
 ScummVM has built-in cloud functionality, which lets you connect your Google Drive, OneDrive, Box or Dropbox account. For more information, see the :doc:`../use_scummvm/connect_cloud` page. ScummVM also has the ability to run a local web server. For more information, see the :doc:`../use_scummvm/LAN` page.
 
@@ -55,13 +49,13 @@ Controls
 The Apple TV supports several controllers however no mouse support. External keyboards can be used to help entering text input. Usually the Apple TV remote controller will be used.
 
 Game controllers
-^^^^^^^^^^^^^^^^^^^^
+********************
 If running tvOS 14 and later there is support for connected gamepad controllers using the Apple Game Controller framework. "Micro Gamepad Controllers ""Extended Gamepad Controllers" are supported at the moment. For more information visit
 https://developer.apple.com/documentation/gamecontroller/gcmicrogamepad
 https://developer.apple.com/documentation/gamecontroller/gcextendedgamepad
 
 Key mappings on Apple TV remote (also remote app on iOS)
-^^^^^^^^^^^^^^^^^^^^
+************************************************************
 
 .. csv-table::
     :widths: 40 60
@@ -81,7 +75,7 @@ Key mappings on Apple TV remote (also remote app on iOS)
         Touch (not press) on bottom of Touch area, Down arrow key
 
 Key mappings on Extended gamepad controller
-^^^^^^^^^^^^^^^^^^^^
+***********************************************
 
 .. csv-table::
     :widths: 40 60
@@ -90,7 +84,7 @@ Key mappings on Extended gamepad controller
 
         Button, Action
         Left analog joystick, Controls pointer
-        D-Pad, Up, Left, Right, Down arrow buttons
+        D-Pad, Up/Left/Right/Down arrow buttons
         A, Left mouse click
         B, Right mouse click
         Hold X, Show keyboard with extra keys




More information about the Scummvm-git-logs mailing list