Commit graph

345 commits

Author SHA1 Message Date
dependabot[bot]
449c68ee14 Bump jinja2 from 3.1.5 to 3.1.6 in /doc/docportal
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-06 00:51:39 +02:00
Eugene Sandulenko
a1a5d53c2f
CREDITS: Update 2025-02-10 17:31:08 +01:00
Thierry Crozat
9caad3427b DOC: Fix descriptions of AdvMAME scalers 2025-01-30 00:32:44 +00:00
Eugene Sandulenko
7186f8e6a5
ALL: Update copyright year to 2025 2024-12-31 23:58:06 +01:00
Le Philousophe
525b1ec52c DOCS: Upgrade pinned packages 2024-12-23 23:52:51 +01:00
dependabot[bot]
45784ded39 Bump jinja2 from 3.1.4 to 3.1.5 in /doc/docportal
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 23:51:24 +01:00
Eric Fry
ccfb048af1 DARKSEED: Update engine credits 2024-12-14 11:34:26 +11:00
Thierry Crozat
faf7437e78 MACOS: Change default savepath to use the Application Support folder
The default savepath on macOS used to be in the user Document folder.
However ScummVM requires special permission to access that folder,
and if the user denied it, this caused various issues.
This implement ticket #11428.

This commit also contains migration code that that old configs that
used the default path are set explicitly to use the old default path.
So the change of savepath will only be for new users.
2024-12-03 22:18:36 +00:00
Le Philousophe
21ed0d7bc5 DOCS: Fix savelocation anchor location 2024-11-26 08:18:02 +01:00
Cameron Cawley
588de64a8e
DOCS: Fix copy/paste error on the 3DS page 2024-11-23 18:28:04 +00:00
Filippos Karapetis
790d944fd5 DOCS: Switch to reproducible builds with pip-compile
We now have the needed packages in requirements.in. It is now possible
to update and pin versions in requirements.txt using:

pip-compile requirements.in
2024-11-18 12:06:38 +02:00
Le Philousophe
62cefadd3d DOCS: Change the copyright 2024-11-18 12:00:53 +02:00
Le Philousophe
13951f2133 DOCS: Fix CSV parsing error 2024-11-18 12:00:53 +02:00
Le Philousophe
ddefd90626 DOCS: Update Sphinx and its plugins versions 2024-11-18 12:00:53 +02:00
Eugene Sandulenko
cbb066cac3
DOCS: Fix 'tv2x' scaler parameter. Bug #14684 2024-11-15 16:54:54 +01:00
Eugene Sandulenko
96c335bf21
JANITORIAL: Remove trailing spaces 2024-11-15 16:54:25 +01:00
Andrew Martin
4e8a6db0a2 DOCS: Update iOS Apple Pencil controls 2024-10-04 23:15:13 +01:00
Andrew Martin
5b9c6580d3 DOCS: Add iOS Apple Pencil Input Controls 2024-10-04 23:15:13 +01:00
Hubert Maier
1257553b7d JANITORIAL: DOCS: Fix typos 2024-09-16 01:39:30 +03:00
Jozen
70a6435b78 GUI: Add ability to force DPI scaling via config 2024-08-14 22:01:51 +02:00
AndywinXp
b96e01d72a CREDITS: Update SCUMM and add BAGEL 2024-06-30 20:25:39 +02:00
Eugene Sandulenko
65184d8aa2
CREDITS: Added Linus as Finnish translator 2024-04-24 13:30:29 +02:00
Cameron Cawley
7e0309b175 3DS: Update the documentation to reflect the options changes 2024-04-23 21:09:17 +02:00
scemino
c900feaac1 DOCS: Fix formatting 2024-04-13 21:17:24 +03:00
scemino
1c6f3c8dee DOCS: Add Thimbleweed Park documentation 2024-04-13 21:17:24 +03:00
scemino
00b8ccd19b CREDITS: Add myself to TWP credits 2024-04-12 20:58:19 +02:00
Lars Sundström
05aaa3195d DOC: Update iOS documentation regarding keyboard input
Add description about special keys.
2024-03-15 14:26:51 +01:00
Le Philousophe
917b279102 DOCS: Make grids responsive 2024-02-03 15:28:57 +01:00
Le Philousophe
c176474f1c DOCS: Update Sphinx to latest version
- Only enforce major versions and not specific versions of packages
- Replace obsolete sphinx_panels extension by sphinx_design which is
  maintained
- Remove useless sphinx_tabs.tabs (tabs from sphinx_panels were used)
- Only enforce Python 3 instead of setting the minor version
2024-02-03 15:28:57 +01:00
Le Philousophe
9e188bff20 DOCS: Quick'n'dirty fix to docs packages
Latest versions of sphinxcontrib dropped sphinx requirement and checks
the version at runtime.
By pinning to the latest versions supporting Sphinx 4, build succeeds.
2024-01-19 08:01:12 +01:00
Eugene Sandulenko
f7f152ca1d
DOCS: Fix for real the csv (!) table with iOS controls
An extra comma in 2 messages was confusing the parser
2024-01-05 00:12:33 +01:00
Eugene Sandulenko
b933d8cb8b
DOC: Another attempt to fix iOS controls table 2024-01-05 00:03:08 +01:00
Eugene Sandulenko
0f1fecb5ce
DOCS: Fix iOS controls table formatting 2024-01-04 23:54:46 +01:00
Eugene Sandulenko
8722701a94
ALL: Set copyright year to 2024 2024-01-01 00:04:27 +01:00
Thierry Crozat
e2cb77730d DOCS: Fix text for ZOOM-Platform referral link
The GOG.com link was changed to the ZOOM-Platform link in 62b4597791
but the text was not changed and was still showing "GOG.com".
2023-12-12 22:35:50 +00:00
Lars Sundström
737c1dfb17 DOC: Update iOS portal documentation
Update the portal documentation for the iOS port. The touch actions
have been updated and the "Click-and-drag" mode has been removed.

Add a "Known issues" section describing the currently known issues
in the iOS port. These have been encountered by users using the
TestFlight version.
2023-12-03 21:00:32 +01:00
Lothar Serra Mari
e793c373d2
DOCS: Add missing reference to ZOOM Platform button 2023-12-03 19:37:50 +01:00
Lothar Serra Mari
62b4597791
DOCS: Replace gog.com affiliate link with zoom-platform.com 2023-12-03 16:34:47 +01:00
Walter Agazzi
0ac7210f28 CREDITS: Add myself to AGS credits 2023-11-26 11:01:17 +02:00
Miro Kropacek
8983b1c791 CREDITS: Add myself to credits 2023-11-21 12:21:25 +01:00
Eugene Sandulenko
f127dd364a
CREDITS: Updated Icons contributors and regenerated credits 2023-11-20 21:16:25 +01:00
eientei
8d994cbb3d DOC: Fix warning in android.rst
When doing "build html", "doc/docportal/other_platforms/android.rst:80: WARNING: Explicit markup ends without a blank line; unexpected unindent." would appear.
2023-10-27 01:17:11 +02:00
CadiH
bac9108cb9 DOCS: Adds cloud wizard how-to 2023-10-20 16:17:59 +13:00
AndywinXp
4379d9352e CREDITS: Sync SCUMM, SWORD1 and CRAB 2023-10-13 00:43:36 +02:00
Sven Killig
51bdc2f9a8 DOCS: Use env var for Windows screenshot path 2023-10-10 23:05:28 +01:00
CadiH
f3d2d90b37 DOCS: corrects readthedocs config file 2023-10-06 22:24:55 +02:00
CadiH
85ba85df69 DOCS: updates config file to fix doc builds 2023-10-06 22:24:55 +02:00
CadiH
d723f75797 DOCS: moves .yaml config to fix readthedocs builds 2023-10-06 22:24:55 +02:00
CadiH
5fb01f0a6b DOCS: amends Android docs to align with GUI help 2023-10-06 22:24:55 +02:00
CadiH
239a2dd010 DOCS: Updates Android screenshots 2023-10-06 22:24:55 +02:00