Hugo Locurcio
b3cbe5f777
Remove old Godot version references to simplify documentation
...
This follows the documentation writing guidelines, specifically
the "When to refer to a specific Godot version" section.
This also removes warning blocks for a known issue that was resolved in Godot 4.5.
2025-10-07 19:01:12 +02:00
Hugo Locurcio
a0501c8738
Document exporting/compiling for the iOS simulator not currently being supported
...
Once the issue is resolved, it could support Compatibility but not
Forward+/Mobile due to these renderers requiring a feature the iOS
simulator doesn't support (image cube arrays).
2025-09-27 00:58:17 +02:00
Hugo Locurcio
a0d4ac92ee
Add a Troubleshooting section to Exporting for the Web
...
This describes how to unregister the service worker, which is useful
to avoid caching issues, especially when using one-click deploy.
2025-09-10 23:53:47 +02:00
Max Hilbrunner
d473f786df
Merge pull request #11206 from Calinou/add-shader-baker
...
Add documentation on shader baking
2025-08-18 20:09:38 +02:00
Hugo Locurcio
d334ecb11b
Add documentation on shader baking
2025-08-18 19:22:43 +02:00
Hugo Locurcio
f086648f3b
Add pages on exporting and compiling for visionOS
...
Since the instructions are basically identical to iOS, this links
to the respective iOS exporting/compiling pages (with a reminder
that visionOS support is still limited for now).
2025-08-14 19:46:36 +02:00
Max Hilbrunner
7e5f70664e
Merge pull request #11140 from skyace65/VisionOSSupport
...
Document that VisionOS is supported
2025-08-05 15:50:32 +02:00
Hugo Locurcio
3dcb29a37e
Add feature tags that can be added on export depending on export options
...
`shader_baker` and `dedicated_server` are applied to exported projects
only.
2025-07-31 16:45:55 +02:00
Danil Alexeev
3946ede7aa
Replace remaining uses of shorthand codeblock syntax, add CI check
2025-07-25 16:20:16 -04:00
skyace65
e780869e4f
Document that VisionOS is supported
2025-07-25 07:06:12 -04:00
Leandro (cerberus1746) Benedet Garcia
97f5aad069
Added tags and updated doc
2025-07-22 12:29:23 -03:00
skyace65
5433c05ea8
Update docs for built-in ICO file creation
2025-07-12 11:21:15 -04:00
Michael Gusti Yanu Putra
a377f8f5fc
Update OpenJDK download link in exporting_for_android.rst
2025-07-07 21:55:52 +01:00
Hugo Locurcio
1584d94bed
Document unsupported custom feature tags in EditorExportPlugin in Feature tags
2025-07-04 17:02:20 +02:00
Todd Matthews
98352e6577
Merge pull request #10900 from gtodd876/master
...
update instructions and screenshot to work with XCode 16.3
2025-06-08 13:39:56 -04:00
dragonhunt02
1a9ccde99f
Update Android tools version
2025-06-06 14:01:30 +00:00
Hugo Locurcio
8a6ad4c926
Replace uses of shorthand codeblock syntax to avoid issues with localization
...
Previously, many paragraphs in the documentation used `::` at the end of a line
as a replacement for a single colon (and `::` on the following line).
Due to this, the `::` was part of the extracted string for localization.
Weblate also showed a warning about the trailing `::`, as it's not
normally expected to be there.
This change requires translators to revalidate all modified strings.
However, considering many of those have broken code blocks due to translators
replacing `::` with `:`, it can be a good idea.
This also adds documentation writing guidelines for code blocks and admonitions.
This commit does not modify existing admonitions in any way (as this would
lead to a much larger diff, and require more localizable text to be revalidated
by translators).
2025-05-30 02:02:30 +02:00
Hugo Locurcio
67bfad87f3
Mention changing the application icon in Exporting for Windows
2025-05-26 00:10:10 +02:00
Matthew
009ea8d0cb
Merge pull request #10947 from syntaxerror247/Update-jdk-version-info
...
Android: Add note that higher jdk version are also supported.
2025-05-21 20:34:44 -04:00
Hugo Locurcio
bd6c45b173
Mention Canvas Resize Policy in Exporting for the Web
2025-05-21 19:50:14 +02:00
Anish Mishra
0a6ce28e6b
Update exporting_for_android.rst
2025-05-17 07:58:17 +05:30
Max Hilbrunner
ab1638bfcf
Merge pull request #10903 from Calinou/exporting-pcks-add-troubleshooting
...
Add a Troubleshooting section to Exporting packs, patches and mods
2025-05-14 11:55:40 +02:00
Matthew
530614ae0d
Merge pull request #10886 from m4gr3d/update_generate_apk_docs
...
Update the Android build documentation
2025-04-30 21:15:30 -04:00
Fredia Huya-Kouadio
ddbc8e827d
Update the Android build documentation
...
- Replace `generate_apk` with `generate_android_binaries` in the Android documentation
- Update the ndk version to 27.2.12479018
2025-04-28 19:19:59 -07:00
Max Hilbrunner
bf0fb5af0d
Merge pull request #10812 from Calinou/data-paths-file-logging
...
Document file logging in Data paths
2025-04-29 01:47:27 +02:00
Hugo Locurcio
c3a22b4364
Add a Troubleshooting section to Exporting packs, patches and mods
...
- Mention that the pack must be loaded early enough to have an effect.
- Mention load order being important.
- Mention ZIP format throughout the page, as it can be used in the same
way as PCK files.
- Link to Run-time resource loading and saving tutorial as an alternative.
2025-04-28 19:31:15 +02:00
Pāvels Nadtočajevs
0d85d2e5a6
Remove iOS simulator mentions.
2025-04-15 08:40:22 +03:00
Matthew
092529f891
Merge pull request #10488 from Calinou/feature-tags-get-setting-with-override
...
Document reading project settings with overrides taken into account in Feature tags
2025-04-11 10:19:53 -04:00
Hugo Locurcio
6eae590bee
Document reading project settings with overrides taken into account in Feature tags
2025-04-11 10:13:31 -04:00
Adriaan de Jongh
3b7fa3f349
removed outdated note on .app not being supported, and minor improvements to macOS export notes
2025-04-05 15:13:47 +02:00
Hugo Locurcio
c4c6d356cc
Link to class reference for each platform that can be exported to
...
Each page provides a list of all export options for the given platform,
which can be searched through using Ctrl + F. While this information
is also available in the editor by hovering export option names, it can't
be quickly searched through.
2025-03-31 22:17:41 +02:00
Hugo Locurcio
d43055095c
Document file logging in Data paths
2025-03-28 19:48:52 +01:00
NormPlum
8fe5feaf3f
Fix itch.io link in Exporting for the Web ( #10751 )
2025-03-06 15:34:56 +01:00
DeeJayLSP
38167ab0ed
Document editor_hint and editor_runtime feature flags
2025-03-04 17:41:49 -03:00
tetrapod
23d108d085
Merge pull request #10645 from skyace65/ExportProjectsUpdate
...
Update exporting projects page
2025-03-01 16:33:24 -08:00
tetrapod00
c37e56f8f6
Fix bad links in Exporting for web
2025-02-26 12:57:28 -08:00
skyace65
97373a67a5
Update exporting projects page
2025-02-08 14:48:52 -05:00
Hugo Locurcio
c1c1bbeaf4
Add optimization tips for mobile in Exporting to HTML5
2025-01-24 03:21:19 +01:00
Matthew
f4802132d2
Merge pull request #9913 from adamscott/exporting-for-web-update
...
Update "Exporting for the Web" to include 4.3 features
2025-01-22 12:25:23 -05:00
Adam Scott
a2c8428734
Update "Exporting for Web" to include 4.3 features
2025-01-22 09:15:07 -05:00
Matthew
3eb20aaf79
Merge pull request #10489 from AKKamath/master
...
Update screenshot of Editor Settings location for Exporting for Android
2025-01-21 10:35:43 -05:00
Hugo Locurcio
36c5f34c81
Document automatic ICO generation in Changing application icon for Windows
...
- Remove outdated notice about known issue.
2025-01-18 14:36:05 +01:00
skyace65
4287e8fbb8
Update windows changing application icon page for Godot 4.4
2025-01-12 14:54:46 -05:00
Aditya K Kamath
ab459b02ce
Revert "Update screenshot of Editor Settings location"
...
This reverts commit 63c5fa811b .
2025-01-11 01:09:27 +05:30
Aditya K Kamath
2553fcbd69
Edit exporting for android to mention Editor Settings tab location for macOS
2025-01-11 01:09:13 +05:30
Aditya K Kamath
63c5fa811b
Update screenshot of Editor Settings location
2025-01-09 10:52:57 +05:30
gomakappa
7d38ce8fef
upload images and edit pages
2025-01-04 16:20:39 -03:00
Anish Mishra
14f99b3e75
Update Themed icons doc
2025-01-03 18:35:57 +05:30
tetrapod00
c4d3aa134a
Standardize RST header syntax
2024-12-29 13:44:09 -08:00
tetrapod00
7dea53de2d
Add introduction to Platform-specific index page
2024-12-08 17:30:12 -08:00