Ninni Pipping
|
c75870f798
|
Fix `NodePath` subname index range documentation
|
2023-03-26 09:54:37 +02:00 |
Rémi Verschelde
|
6ef2f358c7
|
Merge pull request #75339 from umarcor/umarcor/ci/setup-emsdk
[ci/web] update mymindstorm/setup-emsdk to v12
|
2023-03-25 19:04:20 -07:00 |
Unai Martinez-Corral
|
dcb974700b
|
[ci/web] update mymindstorm/setup-emsdk to v12
|
2023-03-26 02:12:53 +01:00 |
smix8
|
6e324bb341
|
Expose NavigationAgent path postprocessing and pathfinding algorithm options
Exposes the path postprocessing and pathfinding algorithm options of the NavigationAgent internal NavigationPathQueryParameters object.
|
2023-03-25 21:37:18 +01:00 |
kobewi
|
0b8b37c35d
|
Remove disabled plugins from active plugins
|
2023-03-25 21:12:47 +01:00 |
kobewi
|
4941d5f534
|
Improve file move and copy operations
|
2023-03-25 20:58:37 +01:00 |
Yuri Sizov
|
5922b2149e
|
Merge pull request #71868 from YeldhamDev/filediag_invalidate_deferred
Defer invalidation on FileDialog nodes
|
2023-03-25 19:48:42 +01:00 |
Yuri Sizov
|
08f79a894f
|
Merge pull request #75244 from nikitalita/nikitalita-patch-1
Fix `ResourceImporterLayeredTexture::import()` `high_quality` type
|
2023-03-25 19:47:40 +01:00 |
Jean-Michel Bernard
|
68ad3338ef
|
Fix commenting collapsed function issue
|
2023-03-25 18:43:16 +01:00 |
nikitalita
|
68a6505f41
|
Fix ResourceImporterLayeredTexture::import() high_quality type
|
2023-03-25 10:27:15 -07:00 |
Michael Alexsander
|
fc3d9d9d46
|
Defer invalidation on FileDialog nodes
|
2023-03-25 14:24:46 -03:00 |
Yuri Sizov
|
7ef4ada3a6
|
Merge pull request #75286 from AThousandShips/csharp_shadow
Fix "hides member" warnings in `csharp_script.cpp`
|
2023-03-25 16:15:25 +01:00 |
Dawid Marzec
|
45930e95e9
|
Fix Tree::deselect_all not deselecting root
|
2023-03-25 16:02:49 +01:00 |
Yuri Sizov
|
18f70195e6
|
Merge pull request #75251 from AThousandShips/area_doc
Improve documentation for Area monitor callbacks in `PhysicsServer3D`
|
2023-03-25 15:43:51 +01:00 |
Yuri Sizov
|
d20c520d96
|
Merge pull request #74848 from BastiaanOlij/add_xr_system_info
Add a get_system_info method to XRInterface
|
2023-03-25 15:07:51 +01:00 |
Yuri Sizov
|
e4e63f976a
|
Merge pull request #73225 from bruvzg/wchar_to_from
Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions.
|
2023-03-25 15:05:59 +01:00 |
Yuri Sizov
|
82814f42b9
|
Merge pull request #74454 from Pennycook/get_loops_left
Add get_loops_left() function to Tween
|
2023-03-25 15:04:26 +01:00 |
Yuri Sizov
|
2be7a9be59
|
Merge pull request #75235 from AThousandShips/gradient_sort
Make `Gradient` resort points on `reverse`
|
2023-03-25 14:59:32 +01:00 |
Yuri Sizov
|
8b09248415
|
Merge pull request #75284 from RedworkDE/net-docs-ref-error
C#: Do not print errors about missing references to intentionally ignored members
|
2023-03-25 14:47:08 +01:00 |
Ninni Pipping
|
ff5d8c4a42
|
Fix "hides member" warnings in `csharp_script.cpp`
|
2023-03-25 14:44:12 +01:00 |
Yuri Sizov
|
32c65c92a2
|
Merge pull request #75258 from AThousandShips/autoplay
Fix `AnimatedSprite2D` autoplay warning
|
2023-03-25 14:28:27 +01:00 |
Ninni Pipping
|
4124271241
|
Improve documentation for Area monitor callbacks in `PhysicsServer3D`
|
2023-03-25 14:27:47 +01:00 |
Yuri Sizov
|
8f2c41b4dd
|
Merge pull request #73818 from kilojool/virtual_get_tooltip
Add missing virtual bind for control::get_tooltip
|
2023-03-25 14:14:10 +01:00 |
Yuri Sizov
|
800d445073
|
Merge pull request #75012 from KoBeWi/english_do_you_speak_it
Fix auto-translations in editor
|
2023-03-25 14:10:40 +01:00 |
Yuri Sizov
|
4640b553a2
|
Merge pull request #75260 from rburing/fix_collide_shape_return
Fix `collide_shape` return type
|
2023-03-25 13:54:05 +01:00 |
Yuri Sizov
|
553fd238cf
|
Merge pull request #73897 from TheSecondReal0/camera-line-width
Draw Camera2D outlines as 2 point primitives instead of 4 (consistent with how origin is drawn in 2D editor)
|
2023-03-25 13:49:12 +01:00 |
Hugo Locurcio
|
b78623dae6
|
Only change floors in GridMap editor when holding Ctrl/Cmd, not Shift
The Shift modifier frequently interfered with freelook's speed modifier,
which led to the floor level being accidentally changed.
|
2023-03-25 03:57:37 +01:00 |
Alex de la Mare
|
8ab3295e57
|
Add fine-grained disabling of SourceGenerators
This allows manual testing and/or alternate source generators to
provide functionality without conflict.
|
2023-03-25 13:46:12 +11:00 |
RedworkDE
|
42cf684837
|
C#: Do not print errors about missing references to intentionally ignored members
|
2023-03-24 20:21:55 +01:00 |
kobewi
|
f289e74966
|
Refresh filesystem when saving remote branch
|
2023-03-24 19:38:08 +01:00 |
Ricardo Buring
|
5bed055cdd
|
Port robust signal (dis)connection to ShapeCast2D
Ported from ShapeCast3D.
|
2023-03-24 09:23:03 +01:00 |
Asa Sprow
|
574293532d
|
Draw Camera2D outlines as 2 point primitives instead of 4
|
2023-03-23 15:19:32 -07:00 |
Ricardo Buring
|
61429a5f49
|
Fix collide_shape return type
Fix PhysicsDirectSpaceState3D::_collide_shape return type.
Also PhysicsDirectSpaceState2D::_collide_shape.
|
2023-03-23 16:16:23 +01:00 |
Ninni Pipping
|
4d4342e018
|
Fix `AnimatedSprite2D` autoplay warning
Changing of autoplay when changing `SpriteFrames` is not done by the
user and warning is unhelpful
|
2023-03-23 14:31:46 +01:00 |
bruvzg
|
48730e3b77
|
[macOS] Fix infinite loop caused by global menu callbacks which trigger EditorProgress dialog.
|
2023-03-23 13:38:12 +02:00 |
kobewi
|
8f8178bda6
|
Fix auto-translations in editor
|
2023-03-22 23:57:12 +01:00 |
kleonc
|
6e3820fd4d
|
CanvasItem Fix ENTER_CANVAS / VISIBILITY_CHANGED notifications order when entering tree
|
2023-03-22 20:01:22 +01:00 |
Ninni Pipping
|
3795677f3d
|
Make `Gradient` resort points on `reverse`
|
2023-03-22 19:32:00 +01:00 |
Yuri Sizov
|
0291fcd7b6
|
Merge pull request #75194 from ator-dev/download-source-fix
Fix "Download Project Source" for Web Editor
|
2023-03-22 11:34:44 +01:00 |
Fredia Huya-Kouadio
|
845ca33c76
|
Bump the target SDK version to 33 (Android 13)
|
2023-03-21 19:24:09 -07:00 |
ator-dev
|
dfb405b702
|
Fix "Download Project Source" for Web Editor
- Correctly pass safe project name and safe datetime to `vformat`
|
2023-03-21 19:20:52 +00:00 |
kilojool
|
a95cd3872a
|
Add missing virtual bind for control::get_tooltip
|
2023-03-21 17:39:51 +01:00 |
Yuri Sizov
|
ce90d77a18
|
Merge pull request #73800 from YeldhamDev/graph_resize_fix
Fix `GraphNode` resizing when its bottom border is too thin
|
2023-03-21 16:00:07 +01:00 |
Yuri Sizov
|
0067578b5b
|
Merge pull request #75146 from m4gr3d/fix_directory_access_with_all_files_access_permission_main
Fix directory access when the running app has the `All files access` permission
|
2023-03-21 14:43:14 +01:00 |
bruvzg
|
d72b563250
|
Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions.
|
2023-03-21 15:39:54 +02:00 |
Yuri Sizov
|
2a05522283
|
Merge pull request #75174 from Rindbee/fix-wrong-descriptions
Fix some wrong descriptions in the docs
|
2023-03-21 14:36:27 +01:00 |
Yuri Sizov
|
e76c7122b8
|
Merge pull request #74889 from smix8/gridmap_navrid_error_spam_4.x
Fix GridMap free navigation RID error spam
|
2023-03-21 14:35:54 +01:00 |
smix8
|
cc02007e30
|
Fix GridMap free navigation RID error spam
Fixes GridMap free navigation RID error spam.
|
2023-03-21 12:19:36 +01:00 |
Yuri Sizov
|
ed13a52f94
|
Merge pull request #75134 from Rindbee/configured-as-a-radio-button
Add instructions for configuring CheckBox as a radio button
|
2023-03-21 12:15:54 +01:00 |
Yuri Sizov
|
f3d1cc39a2
|
Merge pull request #75122 from KoBeWi/get_drug_data
Fix get_drag_data not overridable in some Controls
|
2023-03-21 12:15:01 +01:00 |