Matthew
e44bbb69c4
Merge pull request #10762 from Calinou/mesh-automatic-instancing
...
Clarify the behavior of MeshInstance3D automatic instancing
2025-04-04 12:10:49 -04:00
Aaron Franke
c721f1c624
Document how to opt out of name suffix customization in 3D import
2025-04-04 02:50:28 -07:00
pixcai
ba72293880
Update spatial_shader.rst
2025-04-04 17:14:33 +08:00
Deer ♡
d3794505f0
Update c_sharp_exports.rst
...
changed line 458:
public MyEnum MyEnum { get; set; }
to:
public MyEnum MyEnumCurrent { get; set; }
because it throws an error if you reuse the already declared name
2025-04-03 19:19:01 +02:00
clayjohn
bd52c22a19
Add middleware section to consoles page and clean up some outdated text
2025-04-02 19:00:29 -07:00
Hugo Locurcio
a26b51f306
Fix outdated notice about reflection probes not being supported in Compatibility
2025-04-03 01:07:05 +02:00
PurpleBeast
d0f481306a
Added a hyperlink ( #10799 )
...
* Added a link to external web pages
2025-03-31 20:58:07 -04:00
Matthew
09cf8c9fb6
Merge pull request #10775 from Calinou/bbcode-in-richtextlabel-fgcolor-bgcolor-padding
...
Document `fgcolor` and `bgcolor` highlight padding in BBCode in RichTextLabel
2025-03-31 20:51:05 -04:00
Matthew
a907b23f19
Merge pull request #10822 from Calinou/exporting-link-class-reference
...
Link to class reference for each platform that can be exported to
2025-03-31 20:44:52 -04:00
skyace65
907243f580
Update two XR tools pages
2025-03-31 20:43:00 -04:00
skyace65
a04295ee81
Update OpenXR Settings page
2025-03-31 20:40:18 -04:00
Hugo Locurcio
949cf045f0
Document @export_tool_button icon parameter in GDScript exports
2025-04-01 01:41:40 +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
Matthew
848476da43
Merge pull request #10770 from BLooperZ/axes_colors
...
Replace axes colors in image
2025-03-30 09:08:13 -04:00
Hugo Locurcio
d43055095c
Document file logging in Data paths
2025-03-28 19:48:52 +01:00
Niv Baehr
8c29424165
Adjust transform image and convert to WebP
2025-03-28 15:36:24 +03:00
Raul Santos
f044c7c1d1
Fix C# example about interpolating with quaternions
...
The `GetQuaternion` method was unexposed in 4.0. The example now uses the `Quaternion(Basis)` constructor which matches the GDScript example.
2025-03-28 00:46:34 +01:00
Salty Grndpa
6f515e993b
Update tutorials/best_practices/data_preferences.rst
...
remove unnecessary ';'
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
2025-03-27 13:48:12 +01:00
Salty Grndpa
a68d61590f
Update data_preferences.rst
...
Change the `OrderedHashMap` to `HashMap` to remove potential confusion and keep docs in sync with the actual implementation
2025-03-27 13:05:06 +01:00
Matthew
2ec67ebd43
Merge pull request #10782 from Lexyth/patch-4
...
Fix misplaced bad example
2025-03-26 12:50:56 -04:00
Austin Almond
1966e9a844
Update gdextension_c_example.rst
2025-03-23 19:22:05 -04:00
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
4b04e656cd
Remove Good example title from as keyword example
...
Removed Good example title from the example for the "as" keyword, as it is a neutral example.
2025-03-23 11:11:58 +01:00
Lexyth
014031046a
Fix good/bad example order
...
Moved the bad example below the good example to stay consistent with previous instances.
2025-03-23 11:08:24 +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
5a46a02f4b
Fix misplaced bad example
...
Moved the bad example for the inferred type for functions that return super types directly after its related statement.
2025-03-19 00:42:37 +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
Lexyth
49b3281d13
Update Enum names, improve enum member names, and add related suggestion
...
- Changed the grammatical number of all enum names to be singular.
- Removed the enum names from their members, (e.g.: Tile.TILE_BRICK -> Tile.BRICK).
- Added a suggestion for the reader to use singular case for enum names.
2025-03-19 00:09:04 +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
Hugo Locurcio
46471a19bf
Document fgcolor and bgcolor highlight padding in BBCode in RichTextLabel
2025-03-17 19:55:40 +01: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
Niv Baehr
df7dd183cd
Replace axes colors in image
2025-03-16 19:09:22 +02:00
Hugo Locurcio
146182c1f2
Clarify the behavior of MeshInstance3D automatic instancing
2025-03-13 22:39:38 +01:00
WSQS
7314111d55
Update tutorials/platform/android/android_library.rst
...
add mising k
Co-authored-by: David Snopek <dsnopek@gmail.com >
2025-03-12 10:47:47 +08:00
WSQS
87435b46c6
Update android_library.rst
...
Add an example for using getCommandLine().
Showing the format for loading pck file in android.
2025-03-11 17:32:56 +08:00
Thaddeus Crews
da33f97e63
Style: Integrate new #pragma once syntax
2025-03-10 09:56:48 -05: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
DevPoodle
53d814e66c
Add reminder to free RID's in compute shader tutorial
2025-03-04 13:11:44 -08: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