Rémi Verschelde
|
194b1c478d
|
Merge pull request #92342 from aaronp64/textedit_duplication
Remove duplicate if/else code in `TextEdit::_notification`
|
2024-05-28 15:49:19 +02:00 |
|
Rémi Verschelde
|
981ac9bfeb
|
Merge pull request #92324 from jwinarske/jw/wayland_sowrap
Linux: Enable build config `wayland=yes use_sowrap=no`
|
2024-05-28 15:49:16 +02:00 |
|
Rémi Verschelde
|
f87be863ca
|
Merge pull request #92322 from groud/implement_custom_data_label
Display custom data name instead of indices in TileData inspector
|
2024-05-28 15:49:12 +02:00 |
|
Rémi Verschelde
|
a10897ddc0
|
Merge pull request #92301 from robert-wallis/fix-code-edit-delimiter-crash
Fix crash during code editor folding and LSP
|
2024-05-28 15:49:09 +02:00 |
|
Rémi Verschelde
|
13a32e2753
|
Merge pull request #92296 from timothyqiu/complete-remove-override
Fix theme StyleBox override parameter completion
|
2024-05-28 15:49:05 +02:00 |
|
Rémi Verschelde
|
4ca4746b51
|
Merge pull request #92293 from rvenson/fix-navigation-agent-docs
Clarify `velocity_computed` signal description
|
2024-05-28 15:49:02 +02:00 |
|
Rémi Verschelde
|
cfe80f9fec
|
Merge pull request #92222 from semensanyok/fix-TextureButton-click-mask-texture-size-ignored-if-missing-normal-texture
Fix TextureButton's click mask texture size ignored if missing normal texture
|
2024-05-28 15:48:58 +02:00 |
|
Rémi Verschelde
|
25b17bd245
|
Merge pull request #92188 from SaracenOne/ownerless_node_select
Disallow selection of ownerless nodes
|
2024-05-28 15:48:54 +02:00 |
|
Rémi Verschelde
|
ca708b5706
|
Merge pull request #92026 from Repiteo/scons/web-fixes
SCons: Minor fixes/adjustments for web compilation
|
2024-05-28 15:48:49 +02:00 |
|
Rémi Verschelde
|
1e76e83d9f
|
Merge pull request #91706 from rburing/interpolate_parallax2d
Fix Parallax2D physics interpolation
|
2024-05-28 15:48:45 +02:00 |
|
Rémi Verschelde
|
ac6f5780b1
|
Merge pull request #91695 from bruvzg/web_ime_pos
[Web IME] Fix suggestion window position in Chromium based browsers.
|
2024-05-28 15:48:42 +02:00 |
|
Rémi Verschelde
|
b0ba8ac0e2
|
Merge pull request #91622 from Daylily-Zeleen/daylily-zeleen/limit_icon_size_in_EditorDebuggerTree
Limit icon size in `EditorDebuggerTree`.
|
2024-05-28 15:48:37 +02:00 |
|
Rémi Verschelde
|
5a13bb56a0
|
Merge pull request #91537 from rburing/doc_classref_self_links
Class reference: Add self-links to methods, properties, etc.
|
2024-05-28 15:48:34 +02:00 |
|
Rémi Verschelde
|
f7b9cdcef2
|
Merge pull request #90849 from AThousandShips/tile_edit_fix
[Editor] Fix crash when editing TileMap
|
2024-05-28 15:48:30 +02:00 |
|
Rémi Verschelde
|
01629e1f11
|
Merge pull request #90560 from aaronfranke/gltf-accessor-type
Rename accessor GLTFType to GLTFAccessorType, fix verbose prints, document GLTFAccessor
|
2024-05-28 15:48:27 +02:00 |
|
Rémi Verschelde
|
5b2dc8aa2d
|
Merge pull request #90306 from TheOrioli/issue_88662
Make InstancePlaceholders in charge of resolving node references in instances
|
2024-05-28 15:48:23 +02:00 |
|
Rémi Verschelde
|
f9dc62b265
|
Merge pull request #89806 from timothyqiu/smart-undo
Disable shader editor's undo/redo menu items when they do nothing
|
2024-05-28 15:48:20 +02:00 |
|
Rémi Verschelde
|
576d9a5c12
|
Merge pull request #92325 from Repiteo/scons/res-race-condition-fix
SCons: Fix `RES` race condition
|
2024-05-28 15:48:12 +02:00 |
|
Saracen
|
596026a1ee
|
Disallows selection of ownerless nodes:
Attempts to select first node owned by the edited scene instead.
|
2024-05-28 11:13:40 +01:00 |
|
Adriano Orioli
|
edd2e6e37f
|
make InstancePlaceholder in charge of node reference resolution
|
2024-05-28 11:51:49 +02:00 |
|
A Thousand Ships
|
f9901761be
|
[Editor] Fix crash when editing TileMap
|
2024-05-27 15:22:37 +02:00 |
|
Ricardo Buring
|
efb6a1c23d
|
Fix Parallax2D fixed timestep interpolation
The camera_screen_center value was stale in case of interpolation.
|
2024-05-26 23:08:35 +02:00 |
|
Ricardo Buring
|
b280bc0d7f
|
Class reference: Add self-links to methods, properties, etc.
|
2024-05-26 09:54:17 +02:00 |
|
Rémi Verschelde
|
be56cab58c
|
Merge pull request #92364 from bruvzg/rd_fix
Fix build with `vulkan=no` and `d3d12=no` after #91505.
|
2024-05-25 20:34:03 +02:00 |
|
rvenson
|
c8cab57079
|
Update velocity_computed signal description
|
2024-05-25 15:12:49 -03:00 |
|
bruvzg
|
fc89a0c118
|
Fix build with vuklan=no and d3d12=no after #91505.
|
2024-05-25 21:08:50 +03:00 |
|
Gilles Roudière
|
85eac45513
|
Display custom data name instead of indices in TileData inspector
|
2024-05-25 17:21:31 +02:00 |
|
aaronp64
|
05cc8e7aaf
|
Remove duplicate if/else code in TextEdit::_notification
|
2024-05-25 10:50:04 -04:00 |
|
Joel Winarske
|
f06dd46eb7
|
Enable build config wayland=yes use_sowrap=no
-wayland-egl.h was missing if opengl3=yes (default)
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
|
2024-05-25 07:15:57 -07:00 |
|
semensanyok
|
63554c7765
|
Fix TextureButton's click mask texture size ignored if missing normal texture
|
2024-05-25 15:40:09 +02:00 |
|
Daylily-Zeleen
|
b941459719
|
Limit icon size in EditorDebuggerTree.
|
2024-05-25 14:13:13 +08:00 |
|
Thaddeus Crews
|
18fb492afe
|
SCons: Fix RES race condition
|
2024-05-24 12:44:44 -05:00 |
|
Thaddeus Crews
|
5d265e9a7e
|
SCons: Minor fixes/adjustments for web compilation
|
2024-05-24 12:30:24 -05:00 |
|
Aaron Franke
|
d3a58e57b8
|
Rename accessor GLTFType to GLTFAccessorType, fix verbose prints, doc
|
2024-05-24 03:21:13 -07:00 |
|
Robert Wallis
|
0e97e1bc62
|
Fix crash during code editor folding and LSP
|
2024-05-23 20:01:11 -07:00 |
|
Haoyu Qiu
|
8652e9914f
|
Fix theme StyleBox override parameter completion
Also added completion for remove_theme_*_override.
|
2024-05-24 08:12:53 +08:00 |
|
Rémi Verschelde
|
b7feebefab
|
Merge pull request #92288 from smix8/navregion_debug
Fix NavigationRegion3D not reacting to runtime debug enabled change
|
2024-05-23 23:26:04 +02:00 |
|
Rémi Verschelde
|
f25676cccf
|
Merge pull request #92284 from fire/vsk-bake-fps-4.3
Add `bake_fps` for FBXDocument, GLTFDocument and both import-export.
|
2024-05-23 23:26:01 +02:00 |
|
Rémi Verschelde
|
bceebdf212
|
Merge pull request #92275 from ajreckof/fix-bounding-box-glitch-
Fix bounding box glitch
|
2024-05-23 23:25:57 +02:00 |
|
Rémi Verschelde
|
73fdc30783
|
Merge pull request #92272 from timothyqiu/add-to-end
Explain `add_to_end` parameter of `add_property_editor()`
|
2024-05-23 23:25:55 +02:00 |
|
Rémi Verschelde
|
abfe8ba7d6
|
Merge pull request #92258 from DarioSamo/render_list_pass_alloc
Reduce allocations each time a render pass begins in RenderingDevice.
|
2024-05-23 23:25:51 +02:00 |
|
Rémi Verschelde
|
68c8e2eaf3
|
Merge pull request #92244 from jsjtxietian/blend-shape-shadow
Fix mesh instance not updated when changing blend shape values
|
2024-05-23 23:25:48 +02:00 |
|
Rémi Verschelde
|
4e3d77a873
|
Merge pull request #92231 from Calinou/editor-frametime-panel-prevent-width-flicker
Prevent label width from flickering rapidly in editor frametime panel
|
2024-05-23 23:25:45 +02:00 |
|
Rémi Verschelde
|
dab6e1514f
|
Merge pull request #92207 from YeldhamDev/undo_theme_fix
Fix unchecking theme overrides not creating an undo action
|
2024-05-23 23:25:42 +02:00 |
|
Rémi Verschelde
|
0d52de617f
|
Merge pull request #92128 from ckaiser/log-rebuild-crash
Fix log rebuilding crashing when there's no messages
|
2024-05-23 23:25:39 +02:00 |
|
Rémi Verschelde
|
5d6c7893b3
|
Merge pull request #91505 from bruvzg/detect_comp
[DisplayServer] Add method to check if window transparency is supported and enabled.
|
2024-05-23 23:25:36 +02:00 |
|
Rémi Verschelde
|
7fd6eb3f4b
|
Merge pull request #75860 from dalexeev/optimize-find-named-color
Optimize `Color::find_named_color()`
|
2024-05-23 23:25:33 +02:00 |
|
Hugo Locurcio
|
60084dcc2c
|
Prevent label width from flickering rapidly in editor frametime panel
This also improves the background display by drawing a single background
for all 3 labels. This avoids visible corners between each label.
|
2024-05-23 20:50:25 +02:00 |
|
smix8
|
a545ba0bb7
|
Fix NavigationRegion3D not reacting to runtime debug enabled change
Fixes NavigationRegion3D not reacting when the main debug enabled property got changed as it only looked at the navigation mesh specific debug.
|
2024-05-23 20:01:47 +02:00 |
|
K. S. Ernest (iFire) Lee
|
24f56008ac
|
Add bake_fps for FBXDocument, GLTFDocument and both import-export.
|
2024-05-23 09:09:36 -07:00 |
|