Commit Graph

1128 Commits

Author SHA1 Message Date
tunnelsociety f6b216d133 JANITORIAL: DOCS: Clean some whitespace 2025-04-25 10:24:48 +03:00
tunnelsociety ca6e987dd3 DOCS: Improve some style (capitalization, etc.) 2025-04-25 10:24:48 +03:00
tunnelsociety 3eb166f586 DOCS: Fix some grammar & spelling 2025-04-25 10:24:48 +03:00
tunnelsociety 8089c202e7 DOCS: se -> sv
ref 93a4af5 and 8ffcf822
2025-04-25 10:24:48 +03:00
sluicebox bf243a1dbf COMMON: Fix DCL IMPLODE name 2025-04-09 23:49:19 +03:00
Daniel Nylander c5cdfdf680 I18N: Update Snabbstart with better translation 2025-03-30 22:19:13 +03:00
Daniel Nylander 93a4af58d9 I18N: Rename "se" to "sv", which is the correct Swedish language code 2025-03-30 22:19:13 +03:00
Lothar Serra Mari c0a93c64a0 NEWS: Update German NEWS file 2025-03-17 15:24:07 +01:00
Lothar Serra Mari 3c73b60aff NEWS: Update German NEWS file 2025-03-12 19:01:20 +01:00
Lothar Serra Mari 93b3ed209d NEWS: Update German NEWS file 2025-03-09 18:13:22 +01:00
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
Lothar Serra Mari a3251cd0cf NEWS: Update German NEWS file 2025-03-03 08:47:33 +01:00
Lothar Serra Mari 3ced095738 NEWS: Update German NEWS file 2025-02-15 11:28:44 +01: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
Lothar Serra Mari 2ace13b0f7 NEWS: Update German NEWS file 2025-01-17 11:01:11 +01:00
Eugene Sandulenko 7186f8e6a5 ALL: Update copyright year to 2025 2024-12-31 23:58:06 +01:00
Lothar Serra Mari 7f96eff734 NEWS: Add release codenames for 2.8.1 and 2.9.0 2024-12-24 07:57:46 +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
Lothar Serra Mari e2796fd21c NEWS: Update German NEWS file 2024-12-22 22:22:22 +01:00
Eric Fry ccfb048af1 DARKSEED: Update engine credits 2024-12-14 11:34:26 +11:00
Lothar Serra Mari 2f0a878c6d NEWS: Set release date for 2.9.0 in German NEWS file 2024-12-07 20:22:30 +01:00
Lothar Serra Mari 650d741dc8 NEWS: Update German NEWS file 2024-12-07 09:39:29 +01:00
Lothar Serra Mari 2f886bfee1 NEWS: Update German NEWS file 2024-12-04 18:45:29 +01: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
Lothar Serra Mari de1c86cfd4 NEWS: Update German NEWS file 2024-12-01 07:58:19 +01:00
Le Philousophe 21ed0d7bc5 DOCS: Fix savelocation anchor location 2024-11-26 08:18:02 +01:00
Lothar Serra Mari 156458df75 NEWS: Update German NEWS file 2024-11-25 19:27:15 +01:00
Cameron Cawley 588de64a8e DOCS: Fix copy/paste error on the 3DS page 2024-11-23 18:28:04 +00:00
Lothar Serra Mari c9e8bfd321 NEWS: Fix typo in German NEWS file 2024-11-20 03:59:30 +01:00
Lothar Serra Mari 0205bf8b4a NEWS: Update German NEWS file 2024-11-20 03:30:02 +01: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
Lothar Serra Mari 9e9134f4a9 NEWS: Update German NEWS file 2024-11-10 18:28:03 +01:00
Lothar Serra Mari bd07ef9a4c NEWS: Update German NEWS file 2024-11-09 17:32:03 +01:00
Lothar Serra Mari bac975457a NEWS: Fix indentation in German NEWS file for 2.9.0 2024-11-09 10:02:39 +01:00
Lothar Serra Mari 095218661b NEWS: Update German NEWS file 2024-11-09 09:57:59 +01:00
Lothar Serra Mari 2fc1e54c65 NEWS: Update German NEWS file 2024-11-06 22:12:47 +01:00
Lothar Serra Mari 1f17f33e80 NEWS: Update German NEWS file 2024-11-06 21:12:45 +01:00
Lothar Serra Mari 300b83b973 NEWS: Update German NEWS file 2024-11-01 15:44:42 +01:00
Lothar Serra Mari 27d5c14247 NEWS: Update German NEWS file 2024-10-31 13:39:40 +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