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

sev- noreply at scummvm.org
Sat Dec 16 19:58:48 UTC 2023


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:
c4313dc3f1 DOC: fix readthedocs pdf build
c4e9f37368 GUI: adds cloud connection to inline help


Commit: c4313dc3f1769b1b524c0e38b3a57faea5e7dbf4
    https://github.com/scummvm/scummvm/commit/c4313dc3f1769b1b524c0e38b3a57faea5e7dbf4
Author: CadiH (cadihowley at gmail.com)
Date: 2023-12-16T20:58:44+01:00

Commit Message:
DOC: fix readthedocs pdf build

Changed paths:
    .readthedocs.yaml


diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index bf3fd666694..6d688adecf4 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -10,4 +10,7 @@ sphinx:
 
 python:
   install:
-    - requirements: doc/docportal/requirements.txt
\ No newline at end of file
+    - requirements: doc/docportal/requirements.txt
+
+formats:
+  - pdf


Commit: c4e9f373688fda2497c6e195123694782e382e0b
    https://github.com/scummvm/scummvm/commit/c4e9f373688fda2497c6e195123694782e382e0b
Author: CadiH (cadihowley at gmail.com)
Date: 2023-12-16T20:58:44+01:00

Commit Message:
GUI: adds cloud connection to inline help

Changed paths:
  A dists/engine-data/cloud_connection.zip
    gui/helpdialog.cpp


diff --git a/dists/engine-data/cloud_connection.zip b/dists/engine-data/cloud_connection.zip
new file mode 100644
index 00000000000..31fd8d8674b
Binary files /dev/null and b/dists/engine-data/cloud_connection.zip differ
diff --git a/gui/helpdialog.cpp b/gui/helpdialog.cpp
index 7e14fcd27ea..19b83105fbb 100644
--- a/gui/helpdialog.cpp
+++ b/gui/helpdialog.cpp
@@ -40,21 +40,70 @@ _s("General"),
 _s(
 "## Where to get the games\n"
 "\n"
-"Visit [our Wiki](https://wiki.scummvm.org/index.php?title=Where_to_get_the_games) for a list of supported games and where they can be purchased.\n"
+"Visit [our Wiki](https://wiki.scummvm.org/index.php?title=Where_to_get_the_games) for a detailed list of supported games and where to purchase them.\n"
 "\n"
-"Alternatively, download a selection of [freeware games](https://scummvm.org/games) and [demos](https://www.scummvm.org/demos/) from our website.\n"
+"Alternatively, you can download a variety of [freeware games](https://scummvm.org/games) and [demos](https://www.scummvm.org/demos/) directly from our website.\n"
 "\n"
-"The ScummVM team does not recommend any individual supplier of games. "
-"However the project does get a cut from every purchase on "
+"The ScummVM team does not endorse any specific game supplier. "
+"However, the project receives a commission from every purchase made on "
 "[ZOOM-Platform](https://www.zoom-platform.com/?affiliate=c049516c-9c4c-42d6-8649-92ed870e8b53) "
 "through affiliate referral links.\n"
 "\n"
-"Additionally, some games that are not available on ZOOM-Platform can be found on other suppliers such as GOG.com and Steam.\n"
+"Additionally, games not available on ZOOM-Platform can be found on other suppliers such as GOG.com and Steam.\n"
 "\n"
-"For other (out of print) games, try Amazon, eBay, Game Trading Zone or other auction "
-"sites. Beware of faulty games and illegal game copies.\n"
+"For other (out-of-print) games, consider checking platforms like Amazon, eBay, Game Trading Zone, or other auction "
+"sites. Be cautious of faulty games and illegal game copies.\n"
 ),
 
+#ifdef USE_CLOUD
+
+_s("Cloud"),
+"cloud_connection.zip",
+_s(
+"## Connecting a cloud service - Quick mode\n"
+"\n"
+"1. From the Launcher, select **Global Options** and then select the **Cloud** tab.\n"
+"\n"
+"2. Select your preferred cloud storage service from the **Active storage** dropdown, then select **Connect**.\n"
+"\n	"
+"  ![Select cloud service](choose_storage.png \"Select cloud service\"){w=70%}\n"
+"\n"
+"3. Select **Quick mode**.\n"
+"\n	"
+"  ![Quick mode](quick_mode.png \"Quick mode\"){w=70%}\n"
+"\n"
+"4. Select **Run server** and then select **Next** \n"
+"\n	"
+"  ![Run server](run_server.png \"Run server\"){w=70%}\n"
+"\n"
+"  ![Next step](server_next.png \"Next step\"){w=70%}\n"
+"\n"
+"5. Open the link.\n"
+"\n	"
+"  ![Open the link](open_link.png \"Open the link\"){w=70%}\n"
+"\n"
+"6. In the browser window that opens, select the cloud service to connect. \n"  
+"\n	"
+"  ![Choose the cloud service](cloud_browser.png \"Choose the cloud service\"){w=70%}\n"
+"\n"
+"7. Sign in to the chosen cloud service. Once completed, return to ScummVM.\n"
+"\n"
+"8. On the success screen, select **Finish** to exit. \n"
+"\n	"
+"  ![Success](cloud_success.png \"Success\"){w=70%}\n"
+"9. Back on the main Cloud tab, select **Enable storage**.\n"
+"\n	"
+"  ![Enable storage](enable_storage.png \"Enable storage\"){w=70%}\n"
+"\n"
+"10. You're ready to go! Use the cloud functionality to sync saved games or game files between your devices.\n"
+"\n	"
+"  ![Cloud functionality](cloud_functions.png \"Cloud functionality\"){w=70%}\n"
+"\n"
+"   For more information, including how to use the manual connection wizard, see our [Cloud documentation](https://docs.scummvm.org/en/latest/use_scummvm/connect_cloud.html) "
+),
+
+#endif
+
 0,
 	};
 




More information about the Scummvm-git-logs mailing list