Commit Graph

4625 Commits

Author SHA1 Message Date
Lexyth
571a85decf Update line length
Reduced the line length to make it more readable.

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-03-23 15:21:15 +01:00
Lexyth
8609443a5b Update format
Used code-block format for "null" keyword.

Co-authored-by: Danil Alexeev <dalexeev12@yandex.ru>
2025-03-23 11:15:29 +01:00
Lexyth
58c9fdb6b5 Clarify null-safety vs type-safety
Changed the statement about the "as" keyword to clarify that it affects null-safety, not type-safety.
2025-03-23 10:28:47 +01:00
Lexyth
7b7952ae71 Clarify type-safety of as
Changed the statement about the as keyword's type-safety to clarify that it is less type-safe than type hints.
2025-03-19 00:37:10 +01:00
Matthew
cce8630743 Merge pull request #10727 from devloglogan/asymmetrical-fov-doc
Create xr full screen effects doc page
2025-03-17 22:00:02 -04:00
devloglogan
58a5b507a4 Create xr full screen effects page 2025-03-17 06:46:22 -05:00
lordstickman543
ff50eb0a00 Update making_main_screen_plugins.rst 2025-03-16 11:21:09 -06:00
Matthew
996095ef67 Merge pull request #10729 from GlitchedCode922/master
Update misleading documentation about importing compressed WAV files
2025-03-06 18:23:16 -05:00
Matthew
90f1ee014a Update tutorials/assets_pipeline/importing_audio_samples.rst 2025-03-06 18:18:42 -05:00
NormPlum
8fe5feaf3f Fix itch.io link in Exporting for the Web (#10751) 2025-03-06 15:34:56 +01:00
GlitchedCode
8761d72128 Update tutorials/assets_pipeline/importing_audio_samples.rst 2025-03-06 07:36:26 +02:00
Matthew
cfd108e2ac Merge pull request #10748 from bruvzg/buf_bind
Fix inaccurate `read_string_from_stdin` migration info.
2025-03-05 20:37:26 -05:00
Matthew
ce2a1b54c9 Merge pull request #10741 from RazerTexz/patch-1
String.format() wrong placeholder syntax
2025-03-05 17:56:33 -05:00
Matthew
bfa102b62c Merge pull request #10745 from DeeJayLSP/hint_runtime
Document `editor_hint` and `editor_runtime` feature flags
2025-03-05 17:51:56 -05:00
Pāvels Nadtočajevs
5cdcca8dc6 Fix inaccurate read_string_from_stdin migration info. 2025-03-05 11:19:16 +02:00
DeeJayLSP
38167ab0ed Document editor_hint and editor_runtime feature flags 2025-03-04 17:41:49 -03:00
reisnersteve
7bf735d38b Update c_sharp_basics.rst (MonoDevelop has been abandoned)
MonoDevelop has officially been retired 4 years ago on github (https://github.com/mono/monodevelop)
2025-03-04 13:07:49 +01:00
RazerTexz
820fdbe6b7 String.format() wrong placeholder syntax
From: `var string = "I have {} cats.".format([3])`
To: `var string = "I have {0} cats.".format([3])`
2025-03-04 11:21:22 +05:00
Matthew
eb24e7805b Merge pull request #10736 from DanielKinsman/patch-1
Fix documented function call  in openxr reference space docs
2025-03-03 17:57:15 -05:00
Matthew
df28473f59 Merge pull request #10735 from Calinou/environment-post-processing-glow-upscale-mode
Document Glow Upscale Mode project setting in Environment and post-processing
2025-03-03 17:56:58 -05:00
JormaRysky
c281b2aef4 Remove mention of Handbrake from playing_videos.rst (#10732)
* Remove mention of Handbrake from playing_videos.rst

Handbrake removed support for OGG in 2009(!) so it is not valid recommendation of tool for the job. Downloaded Handbrake and confirmed it can't export Ogg Theora
2025-03-03 17:50:04 -05:00
Daniel Kinsman
0fd17fe2f9 Fix documented function call inopenxr reference space docs 2025-03-04 08:35:35 +11:00
Hugo Locurcio
974dd5a29a Document Glow Upscale Mode project setting in Environment and post-processing 2025-03-03 20:57:08 +01:00
Ismail
743d4d7378 Fix visual artifacts (#10722)
* Replace GIFs with WEBM videos in 2D movement tutorial

* Update video references in 2D movement tutorial to use WEBM format
2025-03-02 19:08:44 -05:00
GlitchedCode
2b502e4da5 Fix Grammar 2025-03-02 23:04:30 +02:00
GlitchedCode
f48ae900c9 Update importing_audio_samples.rst 2025-03-02 22:58:14 +02:00
Matthew
b12476f595 Merge pull request #10625 from Vocco/update-bound-signal-args
Update binding Signal connection args docs
2025-03-02 14:33:13 -05:00
Matthew
05ac0be866 Merge pull request #10725 from Calinou/compositor-tweak-codestyle
Tweak GDScript code style to match style guide in The Compositor
2025-03-02 13:59:21 -05:00
GlitchedCode
c4a311d8c6 Update importing_audio_samples.rst 2025-03-02 20:39:28 +02:00
GlitchedCode
53872be67b Update importing_audio_samples.rst 2025-03-02 20:34:49 +02:00
Adriaan
f0f13fcdbb Clarify that EditorScript can only run using the internal script editor (#8623)
* Add note that _run() can only be called from Godot's internal script editor
2025-03-02 11:50:21 -05:00
tetrapod
23d108d085 Merge pull request #10645 from skyace65/ExportProjectsUpdate
Update exporting projects page
2025-03-01 16:33:24 -08:00
Rémi Verschelde
fa694b5435 Merge pull request #10546 from raulsntos/breaking_changes_4.4
Add "Upgrading from Godot 4.3 to Godot 4.4" page
2025-03-01 21:05:51 +01:00
Hugo Locurcio
ce697e05d1 Tweak GDScript code style to match style guide in The Compositor
- Use recommended multiline string syntax to ensure correct
  syntax highlighting.
2025-02-28 02:02:21 +01:00
Hugo Locurcio
721603d902 Merge pull request #10714 from Calinou/custom-postprocessing-update-anchors
Update instructions on setting Full Rect anchor in Custom post-processing
2025-02-26 21:34:14 -05:00
Matthew
8015e9fb1f Merge pull request #10614 from berarma/update_playing_videos
Update playing videos
2025-02-26 21:26:32 -05:00
Matthew
9c21eadb7d Merge pull request #10716 from allenwp/update-tonemap-docs
Update Tonemap docs in Environment and post-processing page
2025-02-26 20:27:52 -05:00
Matthew
deb0adeaea Merge pull request #10718 from tetrapod00/fix-web-export-links
Fix bad links in Exporting for web
2025-02-26 18:54:58 -05:00
Bernat Arlandis
87b09492bb Change warning and add update section 2025-02-27 00:37:24 +01:00
tetrapod00
c37e56f8f6 Fix bad links in Exporting for web 2025-02-26 12:57:28 -08:00
tetrapod
6361c66aa3 Merge pull request #10711 from raulsntos/dotnet/export-tool-diagnostics
C#: Document `[ExportToolButton]` diagnostics
2025-02-26 12:42:18 -08:00
Allen Pestaluky
ea849e5acb Update Tonemap docs in Environment and post-processing page to include AgX and match 4.4.0 class reference.
Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
2025-02-26 14:13:58 -05:00
Bernat Arlandis
992b11c56d Update playing videos
Add information about GOP size and caveats using FFmpeg.
2025-02-26 10:24:39 +01:00
Raul Santos
aa17d7a760 Apply suggestions from code review
Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
2025-02-24 23:28:43 +01:00
Raul Santos
efaf8b669e Add "Upgrading from Godot 4.3 to Godot 4.4" page 2025-02-24 21:52:27 +01:00
Hugo Locurcio
2d96a058c1 Document comma-separated values not supporting spaces between values in BBCode in RichTextLabel 2025-02-24 20:26:08 +01:00
tetrapod
d80b1505c3 Merge pull request #10526 from skyace65/Jolt
Document Jolt built-in module in 4.4
2025-02-23 12:13:13 -08:00
skyace65
fdd3260740 Document Jolt built-in module in 4.4 2025-02-23 10:45:58 -05:00
Raul Santos
662a055a66 C#: Document [ExportToolButton] diagnostics 2025-02-23 04:45:06 +01:00
Hugo Locurcio
aec34d67ad Mention renderer limitations in Resolution scaling 2025-02-22 21:18:03 +01:00