Yuri Sizov
|
9c9a00f3a8
|
Merge pull request #87432 from Rindbee/fix-set_global_position-in-control
Fix issue where `set_global_position(global_position)` in `Control` resulted in a different result than `global_position`
|
2024-01-24 14:08:40 +01:00 |
|
Yuri Sizov
|
a32a2eaedc
|
Merge pull request #87417 from AThousandShips/tree_clear
Use callable for `TreeItem` custom draw
|
2024-01-24 14:08:36 +01:00 |
|
Yuri Sizov
|
d454fccdb3
|
Merge pull request #87395 from mrcdk/popupmenu_get_state
Expose `PopupMenu` `get_item_multistate()` and `set/get_item_multistate_max()`
|
2024-01-24 14:08:32 +01:00 |
|
Yuri Sizov
|
344fe62bdb
|
Merge pull request #87392 from clayjohn/dummy-shader
Add DummyShader handling to Dummy RenderingServer to ensure shader parameters are saved in headless export
|
2024-01-24 14:08:28 +01:00 |
|
Yuri Sizov
|
412f5b3422
|
Merge pull request #87353 from OverloadedOrama/max-undo-steps
Implement maximum undo steps in UndoRedo
|
2024-01-24 14:08:25 +01:00 |
|
Yuri Sizov
|
adcfe3d1a0
|
Merge pull request #87252 from ajreckof/Fix-renaming-a-node-to-the-name-of-its-siblings-breaking-NodePath
Fix renaming a node to the name of its siblings breaking NodePath
|
2024-01-24 14:08:20 +01:00 |
|
Yuri Sizov
|
ea6e20253b
|
Merge pull request #87235 from dsnopek/openxr-local-floor
Add support for OpenXR local floor extension
|
2024-01-24 14:08:17 +01:00 |
|
Yuri Sizov
|
f062d7294e
|
Merge pull request #87156 from DevPoodle/depth-stencil-descriptions
Add descriptions to the remaining properties of RDPipelineDepthStencilState
|
2024-01-24 14:08:12 +01:00 |
|
Yuri Sizov
|
7f2d493b0e
|
Merge pull request #87047 from Mickeon/documentation-missing-signals
Add missing descriptions to remaining signals
|
2024-01-24 14:08:08 +01:00 |
|
Yuri Sizov
|
0fa5aa5c8a
|
Merge pull request #86677 from daustria/debug-modes-opengl
Implement overdraw, lighting, and unshaded debug draw modes for opengl
|
2024-01-24 14:08:03 +01:00 |
|
Yuri Sizov
|
54deaafef6
|
Merge pull request #85660 from Maran23/theme-basic
Mark `gui/theme/custom` and `gui/theme/custom_font` as basic properties
|
2024-01-24 14:07:58 +01:00 |
|
Yuri Sizov
|
72756133e0
|
Merge pull request #85224 from HolonProduction/identifier-type-prefer-annotated
Prefer identifiers annotated type if assigned type is incompatible to it
|
2024-01-24 14:07:52 +01:00 |
|
Yuri Sizov
|
2ce450f8bc
|
Merge pull request #84894 from clayjohn/tangent-error-message
Store ArrayMesh path in RenderingServer for use in error messages
|
2024-01-24 14:07:47 +01:00 |
|
Yuri Sizov
|
e8f33a74ff
|
Merge pull request #81689 from AThousandShips/compress_doc
Clarify `PackedByteArray.decompress*` limitations with external data
|
2024-01-24 14:07:41 +01:00 |
|
Yuri Sizov
|
79d818478f
|
Merge pull request #79813 from AThousandShips/callable_doc
Clarify that `Callable` will not be encoded with `var_to_bytes`
|
2024-01-24 14:07:36 +01:00 |
|
Yuri Sizov
|
6d2a827f73
|
Merge pull request #79374 from raulsntos/ignore-directories-in-tpz
Ignore directory entries in TPZ
|
2024-01-24 14:07:30 +01:00 |
|
David Snopek
|
a8690cbeed
|
Add support for OpenXR local floor extension
|
2024-01-23 09:19:09 -06:00 |
|
Micky
|
8f10d7dd19
|
Add missing descriptions to remaining signals.
|
2024-01-23 15:04:06 +01:00 |
|
Yuri Sizov
|
74c32faa78
|
Merge pull request #81874 from bakneko/remove-lgtm
Remove lgtm.yml since LGTM is now replaced by Github Code Scanning
|
2024-01-23 12:13:42 +01:00 |
|
A Thousand Ships
|
257d03681c
|
Use callable for TreeItem custom draw
Deprecating old functionality
|
2024-01-23 12:07:43 +01:00 |
|
clayjohn
|
21ade7f0f7
|
Add DummyShader handling to Dummy RenderingServer to ensure shader parameters are saved in headless export
|
2024-01-22 13:57:11 -08:00 |
|
Yuri Sizov
|
6fea273ed3
|
Merge pull request #87476 from AThousandShips/search_fix
Fix selection regression in `EditorHelpSearch`
|
2024-01-22 20:39:40 +01:00 |
|
Yuri Sizov
|
a07df648ec
|
Merge pull request #87474 from Rindbee/fix-forgetting-h_separation-when-internal_elements-exist
Fix forgetting `h_separation` when internal elements exist
|
2024-01-22 20:39:36 +01:00 |
|
Yuri Sizov
|
b5f033476c
|
Merge pull request #87470 from AThousandShips/tile_thread_fix
[Editor] Fix threading problems with `TileMap` preview
|
2024-01-22 20:39:32 +01:00 |
|
Yuri Sizov
|
fc25ff021a
|
Merge pull request #87415 from AThousandShips/tree_font
Redraw `TreeItem` on more changes
|
2024-01-22 20:39:29 +01:00 |
|
Yuri Sizov
|
6e43921fbe
|
Merge pull request #87409 from AThousandShips/issue_version
Use latest doc version in issue template
|
2024-01-22 20:39:25 +01:00 |
|
Yuri Sizov
|
e89c9b50ad
|
Merge pull request #87373 from Calinou/add-log-file-cli-argument
Add `--log-file` command line argument to write output log to a file
|
2024-01-22 20:39:21 +01:00 |
|
Yuri Sizov
|
f98e57563b
|
Merge pull request #87370 from AThousandShips/null_additional
Null check improvements
|
2024-01-22 20:39:18 +01:00 |
|
Yuri Sizov
|
2ee8f46056
|
Merge pull request #87346 from m4gr3d/android_dependencies_updates
Update Android dependencies for the project
|
2024-01-22 20:39:14 +01:00 |
|
Yuri Sizov
|
8f51117445
|
Merge pull request #87343 from ryevdokimov/fix-2d-top-level-2
Update the viewport if CanvasItem top level is changed
|
2024-01-22 20:39:11 +01:00 |
|
Yuri Sizov
|
3755b7286c
|
Merge pull request #87332 from AThousandShips/scene_saved
[Editor] Add `EditorPlugin::scene_saved` signal
|
2024-01-22 20:39:07 +01:00 |
|
Yuri Sizov
|
bf94131e41
|
Merge pull request #87225 from kleonc/transposed-texture-fix-2d-normals
Fix 2D normals for transposed texture
|
2024-01-22 20:39:04 +01:00 |
|
Yuri Sizov
|
bbfad3d7a5
|
Merge pull request #87200 from passivestar/dock-shortcuts
Add support for search shortcut to all docks
|
2024-01-22 20:38:59 +01:00 |
|
Yuri Sizov
|
e8105adb0e
|
Merge pull request #87155 from griffinkh/build_warning_fix
Fix build warning with memset value being too large
|
2024-01-22 20:38:56 +01:00 |
|
Yuri Sizov
|
36f5050c34
|
Merge pull request #87050 from nikitalita/convert-3.x-skeletons
Skeleton3D: Convert 3.x skeletons
|
2024-01-22 20:38:51 +01:00 |
|
Yuri Sizov
|
c7210674b8
|
Merge pull request #86772 from Rindbee/display-functions-in-profiler
Display functions that were previously forgotten in Profiler
|
2024-01-22 20:38:46 +01:00 |
|
Yuri Sizov
|
0eb11e52ea
|
Merge pull request #86221 from TokageItLab/fix-blend-left
Make default `blend_left` consider current blend amount
|
2024-01-22 20:38:42 +01:00 |
|
Yuri Sizov
|
e95456b7f3
|
Merge pull request #86073 from m4rr5/add_reflection_mask
Add a reflection mask to the reflection probes
|
2024-01-22 20:38:37 +01:00 |
|
Yuri Sizov
|
52bac73a89
|
Merge pull request #84085 from CardboardCarl/master
Clarified behavior of RayCast objects when `get_collision_point()` is used inside a collision shape
|
2024-01-22 20:38:33 +01:00 |
|
Yuri Sizov
|
feb1157276
|
Merge pull request #83510 from Geometror/vs-connection-ops
Add connection related functionality to VisualShader (deleting, dropping/inserting a node)
|
2024-01-22 20:38:30 +01:00 |
|
Yuri Sizov
|
c50b80228f
|
Merge pull request #78967 from aaronfranke/gltf-omi-physics-shape
GLTF: Update `OMI_physics_body`, add `OMI_physics_shape`, keep `OMI_collider`
|
2024-01-22 20:38:26 +01:00 |
|
Yuri Sizov
|
e0f8cf4acb
|
Merge pull request #77730 from Jummit/fix-subviewport-1
Fix `push_input` events not going through after first pressed mouse event
|
2024-01-22 20:38:22 +01:00 |
|
Emmanouil Papadeas
|
c73bfd5d81
|
Implement maximum undo steps in UndoRedo
|
2024-01-22 21:38:10 +02:00 |
|
mrcdk
|
c9bdccf7f2
|
Expose PopupMenu get_item_multistate(), get_item_multistate_max() and set_item_multistate_max()
|
2024-01-22 20:07:19 +01:00 |
|
passivestar
|
97a77c5193
|
Add support for search shortcut to all docks
|
2024-01-22 22:37:59 +04:00 |
|
Robert Yevdokimov
|
3bed6b1cb0
|
Update the viewport if CanvasItem top level is changed
|
2024-01-22 13:10:54 -05:00 |
|
A Thousand Ships
|
97b469c46d
|
[Editor] Add EditorPlugin::scene_saved signal
Matches the `EditorNode` one for parity with the exposed
`resource_saved` signal
|
2024-01-22 17:51:12 +01:00 |
|
A Thousand Ships
|
3b7b484300
|
Fix selection regression in EditorHelpSearch
|
2024-01-22 17:06:42 +01:00 |
|
风青山
|
0c6b6fe749
|
Fix issue where set_global_position(global_position) in Control resulted in a different result than global_position
Previously, the case where the pivot point was not at the origin was ignored.
|
2024-01-23 00:05:11 +08:00 |
|
风青山
|
567e76f935
|
Fix forgetting h_separation when internal elements exist
|
2024-01-22 22:20:01 +08:00 |
|