Commit Graph

4966 Commits

Author SHA1 Message Date
Capry
0e38251f80 Add premultiplied alpha documentation to StandardMaterial3D tutorial 2025-06-05 23:07:14 +02:00
Will Thompson
09c153eea3 Add missing noun in iOS plugin documentation 2025-06-05 13:52:43 +01:00
Fredia Huya-Kouadio
1be5d1d8c1 Add documentation for JavaClassWrapper and AndroidRuntime plugin 2025-06-04 05:38:21 -07:00
Jaime Crespo
06dbbeb15e Remove warning on build caused by non-existent pygment
At #10857 a gitignore codeblock was added. Addition seems correct,
but a pygment formatting was defined as:

.. code-block:: gitignore

No such a pygment exists, and although there is an aditional
package that could parse git-related files, we chose to
not add an extra package dependency for building the docs.

Fallback to unixconfig instead.

Closes #10989
2025-06-03 23:23:57 +02:00
nicolanore
b8867b0817 Fix example code block for custom resources 2025-06-02 21:35:15 +02:00
Max Hilbrunner
6b8faf39fc Update 2D HDR linear color space warning (#10891) 2025-06-01 23:07:10 +02:00
ProgrammerOnCoffee
e4b27c12a5 Merge pull request #10934 from ProgrammerOnCoffee/update-gui-containers
Update the Using Containers tutorial
2025-06-01 23:06:18 +02:00
Max Hilbrunner
813168b8c2 Merge pull request #10943 from Calinou/physics-introduction-bitshift
Use bitshift and binary `OR` operator in to set layers in Physics introduction
2025-06-01 23:05:45 +02:00
Matthew
6ae63ddd5f Merge pull request #10946 from Calinou/jitter-stutter-physics-interpolation-shader-compilation
Document physics interpolation and shader compilation in Fixing jitter and stutter
2025-05-31 11:26:00 -04: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
MJacred
12f3191f4b Document sub-pixel morphological antialiasing (SMAA) (#102330) 2025-05-29 12:17:35 +02:00
Hugo Locurcio
4b45552885 Document physics interpolation and shader compilation in Fixing jitter and stutter 2025-05-28 01:19:11 +02:00
Max Hilbrunner
5e2070619c Merge pull request #10962 from Overkane/patch-2
Fix mistake about sky shaders having fragment() function
2025-05-27 16:09:48 +02:00
Hugo Locurcio
67bfad87f3 Mention changing the application icon in Exporting for Windows 2025-05-26 00:10:10 +02:00
Overkane
1377e26850 Fix mistake about sky shaders having fragment() function 2025-05-25 11:20:30 +05:00
Max Hilbrunner
67743e991b Merge pull request #10955 from Calinou/multiple-resolutions-resolution-scaling
Link to Resolution scaling documentation in Multiple resolutions
2025-05-23 07:10:40 +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
b38edbfb1a Link to Resolution scaling documentation in Multiple resolutions
These two concepts are often used together in 3D games.
2025-05-21 20:55:53 +02:00
Hugo Locurcio
bd6c45b173 Mention Canvas Resize Policy in Exporting for the Web 2025-05-21 19:50:14 +02:00
skyace65
30df0e0f9d Update 2D HDR linear color space warning 2025-05-17 09:39:35 -04:00
Anish Mishra
0a6ce28e6b Update exporting_for_android.rst 2025-05-17 07:58:17 +05:30
Max Hilbrunner
7729a1ff7d Merge pull request #10890 from Calinou/runtime-load-save-fbx
Document loading FBX scenes in Run-time file loading and saving
2025-05-14 11:58:03 +02:00
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
Max Hilbrunner
af6183ea2d Merge pull request #10944 from Calinou/bbcode-in-richtextlabel-hint-quotes
Document `[hint]` tag quote support in BBCode in RichTextLabel
2025-05-14 11:54:24 +02:00
Hugo Locurcio
db2bc419a3 Document abstract classes in GDScript 2025-05-14 01:31:02 +02:00
Hugo Locurcio
0dcc22ffec Document [hint] tag quote support in BBCode in RichTextLabel 2025-05-13 18:13:27 +02:00
Hugo Locurcio
71d70864b5 Use bitshift and binary OR operator in to set layers in Physics introduction 2025-05-13 00:17:05 +02:00
Max Hilbrunner
e8963436ad Merge pull request #10935 from Jordyfel/patch-1
Remove outdated 2D batching note
2025-05-11 00:46:29 +02:00
ProgrammerOnCoffee
a8ccd61936 Add call_deferred to UI Navigation code example 2025-05-09 15:08:17 -04:00
Ruben Garcia
94d3e734d3 TextToSpeech supported platforms, CameraFeed, link to record audio. (#10930)
* Update text_to_speech.rst, mention all supported platforms.
2025-05-09 14:10:11 -04:00
Yordan Dolchinkov
9b20054182 Remove outdated 2D batching note 2025-05-09 06:46:21 +03:00
Matthew
604d3d8dcf Merge pull request #10835 from aaronfranke/opt-out-name-suffix
Document how to opt out of name suffix customization in 3D import
2025-05-04 12:44:13 -04:00
Athenr
55f2cf1509 Update tutorials/scripting/c_sharp/c_sharp_differences.rst
Revising for grammatical fixes in changes.

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-05-03 20:47:16 -04:00
willnationsdev
91932021ee Fix missing apostrophe. 2025-05-03 17:54:37 -05:00
Athenr
9d0fcf1288 Update c_sharp_differences.rst with C# string and Godot String UTF encoding
Clarified that C# System.String uses UTF-16 encoding while Godot String uses UTF-32.
2025-05-02 16:14:26 -04:00
Matthew
0a2feffa6d Merge pull request #10827 from dsnopek/gdextension-not-experimental-anymore
Stop referring to GDExtension as experimental
2025-05-02 12:33:13 -04:00
David Snopek
a7815c997e Stop referring to GDExtension as experimental 2025-05-02 10:49:34 -05:00
Matthew
09351221f9 Merge pull request #10904 from huwpascoe/patch-1
Remove incorrect section about occluder ordering
2025-05-02 10:15:13 -04:00
Max Hilbrunner
8db2f3ed62 Merge pull request #10631 from Ivorforce/godot-cpp-up
Split C++ (godot-cpp) and GDExtension system info into separate categories, children of Scripting.
2025-05-02 08:28:30 +02:00
Chaosus
916c65fe71 Few fixes for shader's built-in methods 2025-05-01 14:45:29 +03: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
MJacred
48150d5cf2 Fix URL to gamepad tester website 2025-04-30 13:01:53 +02: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
5ebc3a794b Merge pull request #10800 from vgezer/inspectordock
Update inspector dock
2025-04-29 01:48:21 +02: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
yesfish
58f4c57a63 Remove incorrect section about occluder ordering 2025-04-28 18:33:20 +01: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
Muller-Castro
c8583abde8 Add _CLASS_SNAKE_CASE_ script template placeholder 2025-04-28 13:00:02 -03:00
Hugo Locurcio
6c3cef80b3 Document typed dictionaries in GDScript 2025-04-26 18:33:00 +02:00
MJacred
f0258bd879 Document new bbcode [br] in RichTextLabel 2025-04-25 15:53:23 +02:00