41a916deb8
Update hungarian translation from godot.
2022-10-09 11:59:57 +02:00
2159409dcc
Moved TileMap and TileSet's docs to their module.
2022-10-09 11:47:03 +02:00
d0d2a709e8
Renamed RTileMap ro TileMap and RTileSet to TileSet, as it does not need to be able to live alongside Godot's TileMap anymore.
2022-10-09 11:45:57 +02:00
Haoyu Qiu
a1ec0dca97
Make it clear that obstacles don't affect pathfinding
2022-10-08 17:32:56 +02:00
Haoyu Qiu
4bff335622
Improve StaticBody description
2022-10-08 17:32:14 +02:00
Josh Anthony
d03711f58a
update messaging for focus to be less keyboard-specific
...
address comments
Put back missing keyboard tags, fix language to match master's version.
match suggested commits from master
2022-10-08 17:31:36 +02:00
Hugo Locurcio
97219f5982
Document editor settings in the class reference
2022-10-08 17:28:57 +02:00
smix8
1c0898763c
Fix avoidance calculation on NO_THREADS build
2022-10-08 17:24:55 +02:00
Hugo Locurcio
80fb0b5890
Document Mesh vertex color compression clamping overbright/HDR colors
2022-10-08 16:50:28 +02:00
Hugo Locurcio
e315a93f87
Expose the "restart on exit" OS functionality
...
This can be used to restart a project with specific command line arguments
applied. This can work in tandem with `OS.get_cmdline_args()` to restart
with the same command line arguments as used to originally run the project.
Example use cases:
- Restart to apply an user setting change that requires a restart to work.
- Restart with a Godot command line argument to change the video driver,
audio driver, etc.
2022-10-08 16:34:07 +02:00
Ricardo Buring
9762395888
Document behavior of areas with concave shapes
2022-10-08 16:33:14 +02:00
Voylin
cceba8f6ef
Fixes doc/Makefile fails if path contains spaces
...
(cherry picked from commit 0fd29f76a239a926684dccbfbfe904cf6494690b)
2022-10-08 16:22:55 +02:00
kobewi
9607de4c8e
Add more clarifications about Tween processing
...
(cherry picked from commit 038cb677cbde3adcc692296b3113398cd351f9fe)
2022-10-08 16:20:23 +02:00
Haoyu Qiu
33e7f7d411
Fix typo in CollisionObject documentation
2022-10-08 16:17:34 +02:00
93eb41c69e
Ported: added options for sorting transparent objects
...
- QbieShay, akien-mga, clayjohn
acdcbefa4e
2022-09-17 10:54:57 +02:00
64f5bd2339
Ported: 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.
- lawnjelly
96a1b86717
2022-09-17 10:22:26 +02:00
lawnjelly
d879fe8b1a
Portals - clarify docs VisualInstances only
...
Makes it more clear in the documentation that some debugger features are expected not to show when portals are active.
2022-09-17 00:05:56 +02:00
volokh0x
c6bcb52e8f
Fix typos in Dictionary.xml
...
(cherry picked from commit ff23defaf82f54136a7fa1ef84b9f0cacb9e2077)
2022-09-16 23:57:02 +02:00
kobewi
7f08c6820f
Improve the description of follow_viewport_enabled
...
(cherry picked from commit 229e76429059b32edd43cd2382723d71a815f296)
2022-09-16 23:56:43 +02:00
001651fb33
Ported: Fix parameter references in Theme documentation - YuriSizov
...
9496254737
2022-09-16 23:55:40 +02:00
Maxim Kulkin
4237a6501f
Add GraphNode 'selected' and 'unselected' signals, simplify GraphEdit
...
Backport of the fix from master to 3.x
2022-09-16 23:29:52 +02:00
kobewi
e133069bda
Add Dictionary.find_key()
2022-09-16 23:20:06 +02:00
Leonardo Santagada
4673ebaf90
Mention an issue with infinite scroll on mirroring of Parallax layer
...
(cherry picked from commit 74df54a99e3e20d2e3378a7cf5c655a1727bb8c9)
2022-09-16 23:16:13 +02:00
BenniKane
06ddad7cd6
doc: Clarifying NavigationAgent and NavigationAgent2D velocity_computed requires avoidance_enabled to be true to emit
...
(cherry picked from commit ed5b832a81bb7f67924282d2c3f96b8674ecbb7d)
2022-09-16 23:08:49 +02:00
kobewi
c954a6c9d7
Mention that grab_focus is more reliable deferred
...
(cherry picked from commit 188d5593e1f080181a6e0302b7d54416d2cd96e8)
2022-09-16 23:02:09 +02:00
Hugo Locurcio
f90d0cb9d0
Improve documentation related to audio input permissions
2022-09-16 22:50:34 +02:00
Atlinx
8e7bcc2ee0
Add missing parameters for signal in docs
...
(cherry picked from commit 0e3097c023fa4562d44fa102bd2ef8e456f8901a)
2022-09-16 22:39:23 +02:00
Michael Alexsander
bce30062a5
Fix some corner cases in the Menu/OptionButton
item auto-highlight
2022-09-16 22:04:23 +02:00
Yuri Sizov
211cd1e46a
Remove Inspector tooltip hack that never actually worked
2022-09-16 21:57:00 +02:00
Hugo Locurcio
34cda4b11b
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-09-16 21:49:06 +02:00
Hugo Locurcio
ddba4438ae
Remove unused Create Signal Callbacks editor setting
...
This setting wasn't referred to anywhere.
2022-09-16 21:46:58 +02:00
Danil Alexeev
c7f001ccf5
Add boot splash display time setting
...
Implements #8867 .
(cherry picked from commit dad9683d11ca174cf50d0039fb0f05fb7439984f)
2022-09-16 21:19:03 +02:00
Hugo Locurcio
73588d4a25
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 63ce655e75e9d46c8b588ff258c3f50d5290c553)
2022-09-16 21:16:40 +02:00
Micky
d8046a2bad
Improve documentation of CanvasItem's draw logic
...
(cherry picked from commit 953c78eaff2fc63e18c5da66c809c7e2b7666b11)
2022-09-16 21:11:26 +02:00
kobewi
63d85fd6f5
Mention the stretching behavior of PopupPanel
...
(cherry picked from commit a2b088b1c1b79950212287fd4c8539a67cfcb56f)
2022-09-16 21:10:52 +02:00
Dan Boorstein
9685b90279
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 a7ebc6fb18bcbcf817895955eed619588b3cd8b8)
2022-09-16 21:00:47 +02:00
Marlin Watts-Woods
c0bcc87ada
Added to Sprite3D Documentation
...
(cherry picked from commit f8f665b03e2c2b2a10ffcaf815c511cd31a70887)
2022-09-16 19:50:19 +02:00
Hugo Locurcio
1902d9e21b
Improve InstancePlaceholder documentation
...
(cherry picked from commit 5acf30b5380d71472657fbba84cad8739a5d7c1e)
2022-09-16 19:49:55 +02:00
Marcin Nowak
a697c239b8
Backport panning strength parameters from 4.0
2022-09-16 19:44:55 +02:00
Hugo Locurcio
dfd541f1e0
Improve documentation related to anisotropic filtering
2022-09-16 19:39:57 +02:00
Michael Alexsander
62fdf73348
Expose set/get_tab_button_icon()
to scripting
2022-09-16 19:39:10 +02:00
Olivier Bombardier
3c72fdfb0d
Fix has_filter of AnimationNode not being called in scripts
2022-09-16 19:38:38 +02:00
Yuri Sizov
494dc2f957
Backport fixes to documentation for paths, curves and navigation servers
2022-09-16 13:07:20 +02:00
Andy Maloney
8af0664931
Clarify that AnimationNode virtual methods need to be implemented rather than called directly
...
Backport of #64344
Fixes #35272
2022-09-16 12:41:29 +02:00
Hugo Locurcio
9055ae04c3
Document run-time SceneTree debug property changes not working correctly
2022-09-16 12:39:44 +02:00
Aaron Franke
6796ecfaf2
Fix incorrect Camera3D size documentation
2022-09-16 12:38:15 +02:00
b6624bf30b
Re-extracted class docs.
2022-09-10 04:18:55 +02:00
27316923d3
Moved ThreadPool to core. Also it can change it's thread count now when it has time for it.
2022-09-10 04:16:50 +02:00
9b3714a274
Now CanvasItems work with World overrides aswell.
2022-08-30 01:40:03 +02:00
b886d14cf5
Added _3d postfix to the end of the World3D related getters and setters in Viewport.
2022-08-29 17:54:41 +02:00