Rémi Verschelde
a4a4a525e2
Merge pull request #93492 from CookieBadger/animation-bezier-undo-crash-fix
...
Fix animation Bezier editor crash when using undo after deleting AnimationPlayer
2024-07-02 13:57:23 +02:00
emild
e97428c96b
fix animation bezier crash on undo
2024-07-02 10:02:57 +02:00
ayanchavand
a5384365a4
Fix: AnimationMixer Example Code
2024-07-02 13:02:11 +05:30
lawnjelly
0ed71f3e0c
Physics Interpolation - Fix interpolated_transform_2d
...
Uses the skew correct `Transform2D::interpolate_with()` function rather than the bugged 3.x version.
2024-07-02 08:10:55 +01:00
kobewi
af28d58215
Fix RMB erasing of tiles
2024-07-02 08:45:05 +02:00
Yuri Rubinsky
dc78ef1722
Fix orphan StringName's in ShaderLanguage
2024-07-02 09:27:40 +03:00
Rémi Verschelde
9425535602
Merge pull request #93828 from kleonc/atlas-texture-fix-draw-rect-flipping
...
Fix `AtlasTexture::draw_rect` flipping for non-zero margin
2024-07-01 22:54:27 +02:00
Rémi Verschelde
070dddf9ca
Merge pull request #93818 from ashish0kumar/add/doc/global-lib-info-add_animation_library
...
Fix info about global library in `add_animation_library` method docs
2024-07-01 22:54:25 +02:00
Rémi Verschelde
a18beeede2
Merge pull request #93770 from Trinovantes/patch-1
...
Fix asset pipeline coordinate systems doc url
2024-07-01 22:54:18 +02:00
kleonc
88b29539f7
Fix AtlasTexture::draw_rect flipping for non-zero margin
2024-07-01 21:22:25 +02:00
Ashish Kumar
87b0796e8a
Fix Info about Global library on add_animation_library method in doc/classes/AnimationMixer.xml
...
Fix Info about Global library on add_animation_library method in doc/classes/AnimationMixer.xml
Fix Info about Global library on add_animation_library method
Co-authored-by: Silc Lizard (Tokage) Renew <tokage.it.lab@gmail.com>
2024-07-01 22:18:44 +05:30
Rémi Verschelde
92c8e87cd9
Merge pull request #93707 from RandomShaper/fix_d3d12_stating
...
D3D12: Use the right state for resources in certain heap types
2024-07-01 18:34:09 +02:00
Rémi Verschelde
8d76f0e81f
Merge pull request #93809 from akien-mga/revert-73896
...
Revert "Make freed object different than null in comparison operators"
2024-07-01 18:28:55 +02:00
Rémi Verschelde
09f4dff2f4
Merge pull request #93804 from AdriaandeJongh/y-sorting-lower-higher-inverted-fix
...
[Doc] Fix inverted Y position description of y-sorting
2024-07-01 18:28:53 +02:00
Rémi Verschelde
6a12548e34
Merge pull request #93754 from adamscott/fix-audio-server-bus-volumedb
...
Fix assignations to non-existing keys and clean-up Web audio library
2024-07-01 18:28:50 +02:00
Rémi Verschelde
13ea24c5bb
Merge pull request #93671 from KoBeWi/burn_the_box
...
Prevent selecting when a CanvasItem is selected
2024-07-01 18:28:47 +02:00
Rémi Verschelde
d4fdf16353
Merge pull request #92806 from mihe/headless-input
...
Add input event callback to `DisplayServerHeadless`
2024-07-01 18:28:41 +02:00
Rémi Verschelde
152d7c1bba
Revert "Make freed object different than null in comparison operators"
...
This reverts commit 150b50cfcd
.
As discussed with the GDScript team, this has some implications which aren't
fully consensual yet, and which we want to revisit.
For now we revert to the 4.2 behavior for the 4.3 release, to avoid breaking
user expectations.
2024-07-01 14:11:43 +02:00
Adriaan de Jongh
a917246d5b
fixed the y-sorting description having higher and lower inverted (oops!)
2024-07-01 11:11:30 +02:00
Stephen Li
d787a84b11
Fix asset pipeline coordinate systems doc url
2024-07-01 10:17:47 +02:00
Rémi Verschelde
446e7a7c22
Merge pull request #93793 from Chaosus/shader_fix_bool_op_crash
...
Prevent shader crash when doing invalid operation on boolean vector
2024-07-01 10:07:43 +02:00
Rémi Verschelde
e78c4be511
Merge pull request #93789 from passivestar/distraction-free-mac-shortcut
...
[macOS] Change the distraction-free mode shortcut
2024-07-01 10:07:40 +02:00
Rémi Verschelde
a05237f5d0
Merge pull request #93785 from TokageItLab/fix-bezier-init
...
Fix Bezier track init value on caching without RESET animation
2024-07-01 10:07:37 +02:00
Rémi Verschelde
af529cb6be
Merge pull request #93777 from ashish0kumar/fix/doc/add_custom_type-icon
...
Fix "icon" parameter in EditorPlugin.add_custom_type is not optional but doc says it is
2024-07-01 10:07:34 +02:00
Rémi Verschelde
2cb0c20194
Merge pull request #93665 from kitbdev/clarify-word-sep-docs
...
Clarify word separator docs about shortcuts
2024-07-01 10:07:27 +02:00
Pedro J. Estébanez
207f523441
D3D12: Use the right state for resources in certain heap types
2024-07-01 08:06:26 +02:00
kit
19b2e704ad
Clarify word separator docs about shortcuts
2024-06-30 19:35:37 -04:00
Yuri Rubinsky
4bf9f3eb58
Prevent shader crash when doing invalid operation on boolean vector
2024-06-30 22:24:25 +03:00
passivestar
28a0d67233
[macOS] Change the distraction-free mode shortcut
2024-06-30 22:01:12 +04:00
Silc Lizard (Tokage) Renew
e8c2edefd1
Fix Bezier track init value on caching
2024-07-01 01:20:43 +09:00
Ashish Kumar
e38530af1e
Fix "icon" parameter in EditorPlugin.add_custom_type is not optional, but docs says it is# This is a combination of 2 commits.
...
Fix "icon" parameter in EditorPlugin.add_custom_type is not optional, but docs says it is
Update doc/classes/EditorPlugin.xml
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-06-30 17:07:56 +05:30
kobewi
b83c64faac
Speed up scene group scanning for text scenes
2024-06-29 21:30:38 +02:00
Adam Scott
586db3aae7
Fix assignations to non-existing keys and clean-up
2024-06-29 14:30:57 -04:00
kobewi
1d69358471
Prevent selecting when a CanvasItem is selected
2024-06-29 19:56:48 +02:00
Rémi Verschelde
4ab8fb8093
Merge pull request #93747 from KoBeWi/layer_of_bugs
...
Fix some TileMapLayer editing problems
2024-06-29 19:54:30 +02:00
Rémi Verschelde
2f7973f04b
Merge pull request #93745 from AThousandShips/test_template_fix
...
[Tests] Fix unit tests in template builds
2024-06-29 19:54:26 +02:00
Rémi Verschelde
37ea01756a
Merge pull request #93743 from poga/93690-fix-quickopen-icon-max-width
...
Set max width for icons in the quick open popup
2024-06-29 19:54:23 +02:00
Rémi Verschelde
84f40424b8
Merge pull request #93740 from markdibarry/alternative-pixel-rounding
...
Replace pixel rounding with `floor(x + 0.5)`
2024-06-29 19:54:20 +02:00
Rémi Verschelde
a19955e82d
Merge pull request #93736 from passivestar/info-panel-margins
...
Make the frame time and info boxes use same margins
2024-06-29 19:54:17 +02:00
Rémi Verschelde
451ed230f1
Merge pull request #93732 from Geometror/ge-get-children-docs
...
[GraphEdit] Add a note about the behavior of `get_children()`
2024-06-29 19:54:13 +02:00
Rémi Verschelde
8d4c593c54
Merge pull request #93720 from MewPurPur/remove-overbright
...
Fix unnecessary overbright modulates used in a few editors
2024-06-29 19:54:10 +02:00
Rémi Verschelde
3c9949e320
Merge pull request #93597 from Gurvan/fix/gltf-spline-interpolation
...
Use Hermite instead of Bezier for glTF spline interpolation
2024-06-29 19:54:06 +02:00
Rémi Verschelde
f1402645ac
Merge pull request #93541 from oshman99/fixing-navmap-pr
...
`NavigationServer3D.map_get_closest_point_to_segment` - add an additional shortest distance check
2024-06-29 19:54:02 +02:00
Artem
b8fc6b4979
NavigationServer3D.map_get_closest_point_to_segment - add an additional shortest distance check
...
For a case when shortest distance is between some point located on a face's
edge and some point located on a line segment.
2024-06-29 19:50:10 +02:00
Hendrik Brucker
3d34a25917
[GraphEdit] Add a note about the behavior of get_children()
2024-06-29 19:40:10 +02:00
Poga Po
77c3313470
Fix: set max_width for icons in the quick open popup
...
Co-authored-by: Tomek <kobewi4e@gmail.com>
2024-06-30 00:56:35 +08:00
A Thousand Ships
17929a3443
[Tests] Fix unit tests in template builds
2024-06-29 18:35:50 +02:00
kobewi
92b0375785
Fix some TileMapLayer editing problems
2024-06-29 18:18:54 +02:00
Mark DiBarry
6b17d51425
Add alternative pixel rounding
2024-06-29 10:33:39 -04:00
Gurvan
e7f34aace3
Use Hermite instead of Bezier for glTF spline interpolation
2024-06-29 14:36:49 +02:00