Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-06 | Merge pull request #72727 from TokageItLab/fix-audio-retrieve | Yuri Sizov | |
Fixed animation audio to play considering time when seeking | |||
2023-02-06 | Merge pull request #68492 from Sauermann/fix-picking-sort | Rémi Verschelde | |
Fix propagation order for 2D physics picking events | |||
2023-02-06 | Merge pull request #72204 from MinusKube/anchorable_rect_editor_bug | Yuri Sizov | |
Fix get_parent_anchorable_rect() not returning the correct size in some cases | |||
2023-02-05 | Avoid returning self from `_get_base_font_or_default()` | Patrick Dawson | |
2023-02-04 | Fix propagation order for 2D physics picking events | Markus Sauermann | |
This patch adds a viewport-configuration-option for sorting physics-picking events by the Z-Index and the scene tree position of the collision objects. | |||
2023-02-05 | Fixed animation audio to play considering time when seeking | Silc Renew | |
2023-02-04 | Merge pull request #72655 from smix8/navigationmesh_bake_aabb_fix_4.x | Rémi Verschelde | |
Fix NavigationMesh baking AABB Editor handling and visuals | |||
2023-02-03 | Merge pull request #71862 from RedMser/splitcontainer-fixes | Yuri Sizov | |
Fix SplitContainer rendering and theming | |||
2023-02-03 | Merge pull request #72665 from ↵ | Rémi Verschelde | |
KoBeWi/sneaky_ParallaxBackground_destroys_the_world Fix Camera2D crash due to ParallaxBackground node | |||
2023-02-03 | Merge pull request #72660 from Chaosus/vs_fix_instance_previews | Rémi Verschelde | |
Prevent preview error for the instance parameter in visual shader | |||
2023-02-03 | Fix Camera2D crash due to ParallaxBackground node | kobewi | |
2023-02-03 | Merge pull request #72570 from DarkKilauea/nav-cleanup-agent | Rémi Verschelde | |
Improve consistency of NavigationAgent setters | |||
2023-02-03 | Prevent preview error for the instance parameter in visual shader | Yuri Rubinsky | |
2023-02-03 | Fix NavigationMesh baking AABB Editor handling and visuals | smix8 | |
Fixes handling and visuals for Navigation Mesh baking AABB in the Editor. | |||
2023-02-03 | Fix `RichTextLabel` context menu not customizable | Danil Alexeev | |
2023-02-02 | Improve consistency of NavigationAgent setters | Josh Jones | |
2023-02-02 | Remove `Viewport::_get_input_pre_xform` | Markus Sauermann | |
This function is only relevant for `Window`. So this PR moves the functionality to the `Window`-class. | |||
2023-02-02 | Merge pull request #72618 from Sauermann/fix-simplify-set-size | Rémi Verschelde | |
Simplify Viewport::_set_size | |||
2023-02-02 | Merge pull request #72601 from ↵ | Rémi Verschelde | |
Calinou/primitivemesh-uv2-padding-add-property-hint Add a property hint for PrimitiveMesh's `uv2_padding` | |||
2023-02-02 | Simplify Viewport::_set_size | Markus Sauermann | |
`Viewport.to_screen_rect` is used only in a single location to compare it to `Rect2i()`. When called from `SubViewport`, `to_screen_rect` is always equal to `Rect2i()`. When called from `Window`, `to_screen_rect` is always different from `Rect2i()`. So the comparison `to_screen_rect != Rect2i()` can be replaced by `Object::cast_to<Window>(this)`. This allows the removal of `Viewport.to_screen_rect` and the simplification of `Viewport::_set_size`. | |||
2023-02-02 | Merge pull request #72613 from Sauermann/fix-toplevel-top-level | Yuri Sizov | |
Fix toplevel nomenclature | |||
2023-02-02 | Fix toplevel nomenclature | Markus Sauermann | |
toplevel was 3.x top_level is 4.x | |||
2023-02-02 | Merge pull request #72509 from TokageItLab/seekcon | Rémi Verschelde | |
Consistent with NodeTimeSeek parameters OtherNodes | |||
2023-02-02 | Add a property hint for PrimitiveMesh's `uv2_padding` | Hugo Locurcio | |
Negative values are not valid and will always cause lightmap bleeding to occur. This also improves the documentation for the `uv2_padding` property in the class reference. | |||
2023-02-02 | Merge pull request #72513 from TokageItLab/remove-rename-param-anim | Rémi Verschelde | |
Remove the meaningless API `rename_parameter()` in AnimationTree | |||
2023-02-02 | Merge pull request #72471 from mbrlabs/blink | Rémi Verschelde | |
Always show caret when moving in LineEdit | |||
2023-02-01 | Fix Camera2D crashes | kobewi | |
2023-02-01 | Remove meaningless `rename_parameter` in AnimationTree | Silc Renew | |
2023-02-01 | Consistent with NodeTimeSeek parameters OtherNodes | Silc Renew | |
2023-02-01 | More codespell fixes, do more changes from previous ignore list | Rémi Verschelde | |
2023-02-01 | Merge pull request #67331 from Sauermann/fix-subviewport-no-stretch-update | Rémi Verschelde | |
Fix stretch transform when resizing SubViewports | |||
2023-02-01 | Merge pull request #72497 from bruvzg/x11_ime_popup_focus | Rémi Verschelde | |
[X11] Fix IME subwindow in the popup not getting input focus. | |||
2023-02-01 | [X11] Fix IME subwindow in the popup not getting input focus. | bruvzg | |
2023-02-01 | Merge pull request #58610 from Sauermann/fix-physics-mouse | Rémi Verschelde | |
Fix execution of physics picking events at unexpected times | |||
2023-02-01 | Fix various typos with codespell | Rémi Verschelde | |
Finally do the childs -> children rename too. | |||
2023-02-01 | Fix stretch transform when resizing SubViewports | Markus Sauermann | |
Move calculation of stretch transform from outside to inside of `Viewport::_set_size` function. | |||
2023-02-01 | Merge pull request #71936 from akien-mga/remove-some-unused-signals | Rémi Verschelde | |
Remove some unused signals | |||
2023-02-01 | Merge pull request #71479 from raulsntos/virtual-return-type | Rémi Verschelde | |
Use enum instead of int in virtual methods return type | |||
2023-02-01 | Merge pull request #72476 from TokageItLab/graph-signal | Rémi Verschelde | |
Fix `scroll_offset_changed` signal doesn't fired when panning `GraphEdit` | |||
2023-02-01 | Merge pull request #70446 from akien-mga/meshoptimizer-4a287848f | Rémi Verschelde | |
meshoptimizer: Sync with upstream commit 4a287848f | |||
2023-02-01 | Merge pull request #72485 from BastiaanOlij/add_eye_matrix_access | Rémi Verschelde | |
Expose EYE_OFFSET to gdshader code | |||
2023-02-01 | Merge pull request #72459 from KoBeWi/debinds | Rémi Verschelde | |
Add unbinds to `scn` | |||
2023-02-01 | Merge pull request #72075 from Maran23/extents-to-size | Rémi Verschelde | |
Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and GPUParticles*3D | |||
2023-02-01 | Merge pull request #72473 from aXu-AP/animatablebody3d-editor-move-fix | Rémi Verschelde | |
Fix AnimatableBody3D not being movable in editor | |||
2023-01-31 | meshoptimizer: Sync with upstream commit 4a287848f | Rémi Verschelde | |
https://github.com/zeux/meshoptimizer/commit/4a287848fd664ae1c3fc8e5e008560534ceeb526 | |||
2023-02-01 | Merge pull request #66906 from Sauermann/fix-prohibit-inconsistent-size-state | Rémi Verschelde | |
Prohibit inconsistent size state for SubViewport | |||
2023-02-01 | Merge pull request #72450 from TokageItLab/optional-restart | Rémi Verschelde | |
Make restart in NodeStateMachine / NodeTransition optional | |||
2023-02-01 | Merge pull request #71543 from smix8/navigation_agent_debug_4.x | Rémi Verschelde | |
Add NavigationAgent Path Debug Visualization | |||
2023-02-01 | Add unbinds to scn | kobewi | |
2023-02-01 | Expose EYE_OFFSET to gdshader code | Bastiaan Olij | |