Commit Graph

4743 Commits

Author SHA1 Message Date
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
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
Max Hilbrunner
e8963436ad Merge pull request #10935 from Jordyfel/patch-1
Remove outdated 2D batching note
2025-05-11 00:46:29 +02: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
willnationsdev
91932021ee Fix missing apostrophe. 2025-05-03 17:54:37 -05: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
Lukas Tenbrink
028abe15d1 Split C++ (godot-cpp) and GDExtension system info into separate categories, children of Scripting. 2025-04-24 21:59:02 +02:00
Matthew
10016f5e32 Merge pull request #10857 from jaydensipe/add-git-lfs-section
Add Git LFS section
2025-04-23 15:02:09 -04:00
Matthew
7965c36594 Merge pull request #10868 from Calinou/environment-post-processing-remove-outdated-fog-transmit
Remove outdated reference to fog transmission in Environment and post-processing
2025-04-23 15:00:39 -04:00
BluesM18A1
bd2aa87578 Update the 'Using Fonts' page to include information on spacing adjustments and kerning pairs for image fonts (#10880)
* Update the 'Using Fonts' page to include information on spacing adjustments and kerning pairs for image fonts

Closes https://github.com/godotengine/godot-docs/issues/10855

Non-monospaced image fonts have been supported for quite some time, but the documentation has not yet been updated to reflect this.

There are now some additional screenshots and examples of how to use the extra parameters in the Character Ranges, and how to use the Kerning Pairs list.
2025-04-23 11:42:17 -04:00
Matthew
3dbb51b86c Merge pull request #10889 from Calinou/running-code-in-the-editor-no-debugger
Mention the lack of debugger support in Running code in the editor
2025-04-23 10:01:08 -04:00
Hugo Locurcio
9401baf5bc Document loading FBX scenes in Run-time file loading and saving 2025-04-22 19:57:44 +02:00
Hugo Locurcio
c737b30d5d Mention the lack of debugger support in Running code in the editor 2025-04-22 14:38:51 +02:00
Hugo Locurcio
72834c31a3 Fix typo in C# example in Running code in the editor 2025-04-22 14:14:59 +02:00
Tyler Morgan
cf52e8d52a Update introduction_to_2d.rst
small typo fix
2025-04-20 12:14:53 -07:00
Max Hilbrunner
1b7b5bd5fe Merge pull request #10864 from skyace65/XR-Improvements
Several minor XR page improvements
2025-04-20 17:06:07 +02:00
Matthew
9a2b56e2dd Merge pull request #10758 from WSQS/patch-1
Update android_library.rst
2025-04-17 23:08:35 -04:00
Gio Aleman
c910af068e Minor formatting fix 2025-04-16 21:37:34 -04:00
Matthew
28958a702c Merge pull request #10756 from Repiteo/style/pragma-once
Style: Integrate new `#pragma once` syntax
2025-04-15 19:09:39 -04:00
Hugo Locurcio
dc7843fee9 Remove outdated reference to fog transmission in Environment and post-processing
This was a 3.x feature that wasn't reimplemented in 4.x.
2025-04-15 23:39:40 +02:00
Volkan Gezer
dbb454cd55 update inspector dock 2025-04-15 21:34:07 +02:00
Pāvels Nadtočajevs
0d85d2e5a6 Remove iOS simulator mentions. 2025-04-15 08:40:22 +03:00
Anish Mishra
69ef0202b9 Update android_library.rst 2025-04-15 08:54:52 +05:30