92fa63886c
Merge pull request #65397 from maximkulkin/3.x-graph-edit-node-selection
2022-09-07 17:52:24 +02:00
d8e590195a
Merge pull request #65366 from KoBeWi/3333333_33333_33_3_3333333333
...
[3.x] Add Dictionary.find_key()
2022-09-06 12:30:11 +02:00
466c912344
Add GraphNode 'selected' and 'unselected' signals, simplify GraphEdit
...
Backport of the fix from master to 3.x
2022-09-06 01:35:58 -04:00
fdbef1c074
Add Dictionary.find_key()
2022-09-05 16:08:41 +02:00
b9eed3a455
Mention an issue with infinite scroll on mirroring of Parallax layer
...
(cherry picked from commit 74df54a99e )
2022-09-05 15:35:45 +02:00
c030cc1ef6
doc: Clarifying NavigationAgent and NavigationAgent2D velocity_computed requires avoidance_enabled to be true to emit
...
(cherry picked from commit ed5b832a81 )
2022-09-05 15:35:45 +02:00
739919469e
Mention that grab_focus is more reliable deferred
...
(cherry picked from commit 188d5593e1 )
2022-09-05 15:35:45 +02:00
ac31fac9a5
Improve documentation related to audio input permissions
2022-09-03 01:36:55 +02:00
2ee933bb77
Merge pull request #64920 from lawnjelly/bind_physics_interpolation
...
Bind Physics Interpolation functions in VisualServer
2022-08-30 22:02:58 +02:00
96a1b86717
Bind Physics Interpolation functions in VisualServer
...
To allow maximum flexibility in the initial rollout, VisualServer functions were not bound in order to prevent compatibility issues if the API changed.
These functions are now bound to allow direct use from the VisualServer.
2022-08-30 18:06:12 +01:00
acdcbefa4e
added options for sorting transparent objects
...
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com >
Co-authored-by: Clay John <claynjohn@gmail.com >
2022-08-30 13:39:32 +02:00
f624acef42
Add missing parameters for signal in docs
...
(cherry picked from commit 0e3097c023 )
2022-08-30 11:05:37 +02:00
9644e9a046
Fix missing URL text in the classref
...
(cherry picked from commit a90c348a86 )
2022-08-29 15:45:30 +02:00
fed2879463
Improve documentation for get_animation()
2022-08-29 14:56:26 +08:00
47da910fcb
Merge pull request #64965 from YeldhamDev/more_hl_stuff_bp
2022-08-29 08:05:54 +02:00
8551d5875e
Merge pull request #64707 from YeldhamDev/tabs_button_expose
...
Expose `set/get_tab_button_icon()` to scripting
2022-08-28 23:29:58 +02:00
1e80b17a8d
Fix some corner cases in the Menu/OptionButton item auto-highlight
2022-08-28 01:45:08 -03:00
72d1156286
Remove Inspector tooltip hack that never actually worked
2022-08-26 17:12:46 +03:00
0b4e600f2b
Merge pull request #64895 from Calinou/editor-help-add-kbd-tag-3.x
2022-08-25 21:43:22 +02:00
ed380cc0fa
Add a [kbd] tag for highlighting keyboard shortcuts in the editor help
...
This allows backporting documentation from the `master` branch more easily,
as it already features the `[kbd]` tag.
Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com >
2022-08-25 19:53:49 +02:00
576da2bd50
Remove unused Create Signal Callbacks editor setting
...
This setting wasn't referred to anywhere.
2022-08-25 19:22:12 +02:00
6358e41772
Merge pull request #64838 from akien-mga/3.x-cherrypicks
...
Cherry-picks for the 3.x branch (future 3.6) - 2nd batch
2022-08-25 00:51:19 +02:00
fd08545a59
Merge pull request #64579 from marcinn/backport-panning-strength
...
[3.x] Backport panning strength parameters from 4.0
2022-08-24 23:55:28 +02:00
bf33de769a
Add boot splash display time setting
...
Implements #8867 .
(cherry picked from commit dad9683d11 )
2022-08-24 17:30:00 +02:00
a53264ab41
Add support for documenting most editor settings in the class reference
...
Settings defined in editor plugins are missing (about 100 of them),
but all other settings (about 200 of them) can now be documented in the
EditorSettings class.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com >
(cherry picked from commit 63ce655e75 )
2022-08-24 17:22:48 +02:00
cfa9b772da
Improve documentation of CanvasItem's draw logic
...
(cherry picked from commit 953c78eaff )
2022-08-24 17:15:56 +02:00
a0fc7e80d9
Mention the stretching behavior of PopupPanel
...
(cherry picked from commit a2b088b1c1 )
2022-08-24 17:15:23 +02:00
09fb05bc05
Add note about using AudioListener2D
...
There was no mention of the effect of AudioListener2D in this documentation, making it unclear if there was a relationship. The new text is copied and modified from the AudioStreamPlayer3D documentation.
Use 'an' as article before 'AudioListener3D'
(cherry picked from commit a7ebc6fb18 )
2022-08-24 17:12:17 +02:00
ddb568731a
Added to Sprite3D Documentation
...
(cherry picked from commit f8f665b03e )
2022-08-24 17:10:08 +02:00
637330b866
Improve InstancePlaceholder documentation
...
(cherry picked from commit 5acf30b538 )
2022-08-24 17:08:55 +02:00
90762b9660
[3.x] Backport panning strength parameters from 4.0
2022-08-23 23:27:51 +02:00
aeabd3dcb9
Merge pull request #64740 from Calinou/doc-anisotropic-filter-3.x
...
Improve documentation related to anisotropic filtering (3.x)
2022-08-23 09:16:55 +02:00
812caa5f44
Merge pull request #58601 from Calinou/material-triplanar-sharpness-clamp-3.x
2022-08-22 22:21:59 +02:00
d2ef3bf8a6
Improve documentation related to anisotropic filtering
2022-08-22 18:40:40 +02:00
73470e1b16
Expose set/get_tab_button_icon() to scripting
2022-08-22 11:08:38 -03:00
c988deb3b1
Fix has_filter of AnimationNode not being called in scripts
2022-08-21 17:37:59 -04:00
39f46613bb
Backport fixes to documentation for paths, curves and navigation servers
2022-08-19 15:52:03 +03:00
4ee4c7954a
[doc 3.x] Clarify that AnimationNode virtual methods need to be implemented rather than called directly
...
Backport of #64344
Fixes #35272
2022-08-17 12:17:28 -04:00
84358e1381
Merge pull request #64390 from Calinou/doc-scenetree-debug-no-runtime-change-3.x
...
Document run-time SceneTree debug property changes not working correctly (3.x)
2022-08-17 14:54:25 +02:00
cac69ea132
[3.x] Fix incorrect Camera3D size documentation
2022-08-14 16:06:57 -05:00
3396f45eef
Document run-time SceneTree debug property changes not working correctly
2022-08-14 15:07:06 +02:00
93493843b0
Document outline parameter of Font.draw_char()
2022-08-12 10:18:51 +08:00
2d93718cd2
Add clear method to pool arrays
2022-08-10 17:31:29 +08:00
520d341836
Add root_subfolder to FileDialog
2022-08-08 19:50:41 +02:00
6eee83579a
Merge pull request #64101 from timothyqiu/subsecond
2022-08-08 16:31:49 +02:00
4f1dc83b0d
Merge pull request #64044 from Calinou/add-torusmesh-3.x
2022-08-08 15:37:58 +02:00
7dc8ec0c61
Merge pull request #63643 from aaronfranke/3.x-mouse-mode-ch
2022-08-08 14:36:45 +02:00
1be078ebcb
Fix Time.get_unix_time_from_system() not including msecs
2022-08-08 20:31:51 +08:00
0e5a99390e
doc: Clarify MultiMesh.set_instance_color re: white albedo color
...
If the user does not set the albedo color to pure white, then the
multiplication with a value different from 1 will produce modulated colors.
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
(cherry picked from commit 1f6709d6e3 )
2022-08-08 10:52:14 +02:00
f12f59ef0f
Fix broken rST reference in HTTPClient documentation
...
References in reStructuredText cannot be located within bold/italic
text. This caused the online class reference to have the `:ref:`
text written as-is.
(cherry picked from commit 9709205112 )
2022-08-08 09:47:37 +02:00