Commit graph

34662 commits

Author SHA1 Message Date
kleonc
5f01413774 Docs Clarify Array.fill behavior when reference type is passed in 2022-10-31 17:12:44 +01:00
Matthew
eb0b5d38d1
Merge pull request #67649 from Calinou/doc-cylindershape3d-bugs-3.x
Document known issues with CylinderShape (3.x)
2022-10-31 11:47:48 -04:00
Rémi Verschelde
9f4d767514
Merge pull request #68072 from sambriels/backport-of-pull-request-67939
fix: emit target_reached signal after updating state
2022-10-31 14:00:49 +01:00
Rémi Verschelde
a7581ed718
Merge pull request #67947 from timothyqiu/spatial-gizmo-hide
[3.x] Fix spatial gizmo still active when node is deselected
2022-10-31 14:00:43 +01:00
Rémi Verschelde
0e19672656
Merge pull request #67867 from timothyqiu/named-layer-3.x
[3.x] Only show named layers in layer menu
2022-10-31 14:00:30 +01:00
Haoyu Qiu
51fcc013c0 Only show named layers in layer menu 2022-10-31 20:40:39 +08:00
Haoyu Qiu
0025ab89c7 Fix spatial gizmo still active when node is deselected 2022-10-31 20:38:31 +08:00
Sam Briels
3e186ae043 fix: emit target_reached signal after updating state 2022-10-31 13:04:20 +01:00
Rémi Verschelde
80b50e59d5
Merge pull request #67612 from timothyqiu/who-ami-i-3.x
[3.x] Fix get_path() error when calling get_node()
2022-10-31 12:25:12 +01:00
Rémi Verschelde
64635af7ff
Merge pull request #67360 from jordo/PR-expose-property-hints
expose additional global enums in 3.x which are available in master
2022-10-31 12:25:04 +01:00
Rémi Verschelde
20ce0284cf
Merge pull request #67313 from Mickeon/3.x-rename-params
[3.x] Rename `set_indexed` & `get_child`'s params to be clearer
2022-10-31 12:24:58 +01:00
Rémi Verschelde
f52f797f59
Merge pull request #67255 from KoBeWi/remove_text_from_RichTextLabel
Hide text of RichTextLabel if BBCode is enabled
2022-10-31 12:24:53 +01:00
Rémi Verschelde
5ec2e8d459
Merge pull request #68077 from bruvzg/ios_werror
[iOS, 3.x] Fix build with warnings=extra.
2022-10-31 12:24:34 +01:00
bruvzg
987723b386
[iOS] Fix build with warnings=extra. 2022-10-31 11:59:31 +02:00
Fredia Huya-Kouadio
33b80bd933
Merge pull request #67607 from m4gr3d/input_event_screen_touch_double_tap_3x
[3.x] Add `double_tap` attribute to `InputEventScreenTouch`
2022-10-22 07:37:06 -07:00
Fredia Huya-Kouadio
be4b07c3e4 Add double_tap attribute to InputEventScreenTouch
This provides parity with the `InputEventMouseButton` allowing for proper conversion between the two events.
2022-10-20 11:56:11 -07:00
Haoyu Qiu
d50cfd9f18 Fix wrong owner for editor plugin created nodes in instanced scene 2022-10-20 15:06:17 +08:00
Hugo Locurcio
14391ef344
Document known issues with CylinderShape 2022-10-19 23:48:41 +02:00
Fredia Huya-Kouadio
2342f174a4
Merge pull request #67609 from m4gr3d/update_clean_task_3x
Update the `clean` task configuration
2022-10-19 09:32:20 -07:00
bruvzg
46e2e0f62e
[3.x] Improve font glyph cache packing shelf best height fit heuristic, delay font texture update, until texture is accessed. 2022-10-19 14:31:41 +03:00
Haoyu Qiu
5d6dc206bc Fix get_path() error when calling get_node() 2022-10-19 13:05:41 +08:00
Fredia Huya-Kouadio
71c76a4ff2 Update the clean task configuration
Running `gradlew clean` will now properly delete the generated build artifacts
2022-10-18 20:37:23 -07:00
Jordan Schidlowsky
dc5226ecfd expose additional global enums in 3.x which are available in master 2022-10-14 09:33:24 -06:00
Rémi Verschelde
71f5bb3916 Merge pull request #67386 from akien-mga/3.x-webm-armv7-fixup
WebM: Fix Android armv7 build after #64839
2022-10-14 16:34:25 +02:00
Rémi Verschelde
7b16d6e370 Merge pull request #67328 from YeldhamDev/button_colors
[3.x] Expose various color themes for `Button`
2022-10-14 16:33:53 +02:00
Rémi Verschelde
567d5e2f78 Merge pull request #67141 from smix8/gridmap_fix_meshlib_replace_3.x
Fix Editor crash when MeshLibrary gets replaced while used in an open Scene
2022-10-14 16:33:29 +02:00
Rémi Verschelde
15062a22d4 WebM: Fix Android armv7 build after #64839 2022-10-14 10:33:17 +02:00
Michael Alexsander
6059cf2594 Expose various color themes for Button 2022-10-12 18:19:52 -03:00
Micky
6102f3cfc2 [3.x] Rename set_indexed & get_child's params to be clearer
3.x backport of #67300 and #64463.
2022-10-12 20:55:41 +02:00
Rémi Verschelde
2b1544b4f4
Merge pull request #67068 from timothyqiu/enum-space-3.x
[3.x] Remove leading spaces from enumerator name hints
2022-10-11 23:27:58 +02:00
Rémi Verschelde
1ee24be2dc
Merge pull request #67264 from clayjohn/sorting-fix
Properly initialize use_aabb_center in visual server
2022-10-11 21:09:19 +02:00
clayjohn
7e840ae883 Properly initialize use_aabb_center in visual server 2022-10-11 09:53:59 -07:00
kobewi
a0ad958582 Hide text of RichTextLabel if BBCode is enabled 2022-10-11 15:21:19 +02:00
smix8
d6805e8c33 Fix Editor crash when MeshLibrary gets replaced while used in an open GridMap scene 2022-10-09 17:19:26 +02:00
Fabio Alessandrelli
3c39bc365f
Merge pull request #67044 from winterpixelgames/3.x-bugfix-web-cursor
[3.x] Fix bug in setting custom cursor on web
2022-10-08 12:31:52 +02:00
Haoyu Qiu
456c0ecda6 Remove leading spaces from enumerator name hints 2022-10-08 15:23:46 +08:00
Jason Knight
6812e66f33 Change auto to default in cursor css settings. 2022-10-07 12:17:15 -06:00
Rémi Verschelde
ec21ac518a Merge pull request #66971 from timothyqiu/obstacles-pathfinding-3.x
[3.x] Make it clear that obstacles don't affect pathfinding
2022-10-06 17:37:21 +02:00
Rémi Verschelde
f329455b34 Merge pull request #66970 from timothyqiu/image-vcenter
[3.x] Center icons vertically in editor docs' hierarchy
2022-10-06 17:37:17 +02:00
Rémi Verschelde
f93051af99 Merge pull request #66967 from timothyqiu/static-body-3.x
[3.x] Improve StaticBody description
2022-10-06 17:37:12 +02:00
Haoyu Qiu
1100f217d7 Make it clear that obstacles don't affect pathfinding 2022-10-06 16:08:06 +08:00
Haoyu Qiu
90e9e7c37d Center icons vertically in editor docs' hierarchy 2022-10-06 15:42:34 +08:00
Haoyu Qiu
78ea140bb3 Improve StaticBody description 2022-10-06 15:08:16 +08:00
Fredia Huya-Kouadio
6f153593dc
Merge pull request #66945 from m4gr3d/add_mouse_cursor_shape_support_3x
Add cursor shape support for the Android platform
2022-10-05 13:06:58 -07:00
Fredia Huya-Kouadio
46f091a803 Add cursor shape support for the Android platform 2022-10-05 12:08:54 -07:00
Fredia Huya-Kouadio
d6ebb99afe
Merge pull request #66942 from winterpixelgames/3.x-bugfix-android-null-input-event
Fix null in android keyboard handling.
2022-10-05 10:52:49 -07:00
Jason Knight
31fe6848e8 Fix null in android keyboard handling. 2022-10-05 11:18:39 -06:00
Rémi Verschelde
9c6810e04f Merge pull request #66889 from LunaticInAHat/gltf_texture_filter_fix_3
GLTF import external images correctly
2022-10-05 17:08:06 +02:00
Rémi Verschelde
07f7d6ab73 Merge pull request #64896 from Calinou/doc-editorsettings-3.x
Document editor settings in the class reference
2022-10-05 17:07:56 +02:00
Matthew
d81a253f9f
Merge pull request #66855 from Jantho1990/bugfix/update-control-focus-signal-documentation-3.x
update messaging for focus to be less keyboard-specific (3.x)
2022-10-04 17:23:45 -04:00