summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2023-01-17Merge pull request #71529 from clayjohn/IM-octRémi Verschelde
Update ImmediateMesh to use octohedral encoded normals
2023-01-17Fixes incorrect caption for TextureParameterTriplanarNong Van Tinh
2023-01-16Update ImmediateMesh to use octohedral encoded normalsclayjohn
2023-01-16Merge pull request #71375 from clayjohn/LightmapGI-crashRémi Verschelde
Enforce a default minimum lightmap size hint size
2023-01-16Merge pull request #69598 from Sauermann/fix-focus-inverseRémi Verschelde
Calculate the mouse focus inverse transform only when needed
2023-01-16Merge pull request #71507 from groud/fix_add_source_source_idRémi Verschelde
Fix TileDate::add_source accepting invalid ID values
2023-01-16Merge pull request #71502 from bruvzg/tooltip_clickthroughRémi Verschelde
Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips.
2023-01-16Merge pull request #69851 from dalexeev/fix-scaling-issueRémi Verschelde
Fix scaling issue in `draw_line` and similar methods
2023-01-16Fixes TileDate::add_source accepting invalid ID valuesGilles Roudière
2023-01-16Fix scaling issue in `draw_line` and similar methodsDanil Alexeev
2023-01-16Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ↵bruvzg
`window_set_mouse_passthrough` to `Window`.
2023-01-16Improve empty Tween error messagekobewi
2023-01-16Merge pull request #70685 from stmSi/fix-nan-graphedit-infinite-loopRémi Verschelde
Fix: NaN value making infinite loop inside GraphEdit's `NOTIFICATION_DRAW`
2023-01-16Merge pull request #70504 from KoBeWi/the_choosen_antipatternRémi Verschelde
Add EditorUndoRedoManager singleton
2023-01-16Merge pull request #43399 from KoBeWi/path_stalkingRémi Verschelde
Update PathFollow2D when curve is changed
2023-01-16Merge pull request #70433 from Sauermann/fix-treeitem-idRémi Verschelde
Fix confusion about TreeItem.add_button ambiguity between id and index
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-15Update PathFollow2D when curve is changedTomasz Chabora
2023-01-15Fix change_scene memory leak due to duplicate instantiationRémi Verschelde
Regression from #71105. Fixes #71363.
2023-01-14Fixed adding extra quote when completing stringsPaulb23
2023-01-13Enforce a default minimum lightmap size hint sizeclayjohn
2023-01-13Merge pull request #71137 from lyuma/remove_modification_stack_3dRémi Verschelde
Remove SkeletonModificationStack3D, and Skeleton3D api cleanup
2023-01-14Merge pull request #71328 from reduz/button-shortcuts-no-longer-pressYuri Sizov
Button shortcuts no longer "press" the Button.
2023-01-13Add expand mode compat to TextureRectkobewi
2023-01-13Button shortcuts no longer "press" the Button.Juan Linietsky
* Button shortcuts were treated as generic input events on buttons. This means that to activate a button shortcut you had to press and release. * This logic is removed and now shortcuts always activate on press. * This makes the editor feel more responsive and solves problems related to this behavior. Fixes #45033 and possibly others.
2023-01-13Reset animation on playback stopTomasz Chabora
2023-01-13Improve dashed line alignment and make it optional.bruvzg
2023-01-13Fix NaN value making infinite loop inside GraphEdit's NOTIFICATION_DRAWstmSi
2023-01-13Merge pull request #71209 from bruvzg/ed_progress_reparentRémi Verschelde
Automatically reparent editor progress dialog to avoid error spam.
2023-01-13Merge pull request #71290 from clayjohn/normal-map-2dRémi Verschelde
Remove normal_map from MeshInstance2D and MultiMeshInstance2D
2023-01-12Remove normal_map from MeshInstance2D and MultiMeshInstance2Dclayjohn
2023-01-12Remove SkeletonModificationStack3D, and Skeleton3D api cleanupLyuma
Removes all 3D modification resources. SkeletonIK3D is a node and still supported. Remove deprecated Skeleton3D functionality for 4.0, so we can add it back in 4.x. Remove local_pose_override feature from Skeleton3D and BoneAttachment3D. Expose Skeleton3D::get_version() so IK scripts/extensions can cache bones. Note: This change only affects 3D. SkeletonModification2D will work as before.
2023-01-12Merge pull request #58517 from KoBeWi/size_mattersRémi Verschelde
Add expand modes to TextureRect
2023-01-12Fix style issue in ShapeCast3D after #68409Rémi Verschelde
Somehow that PR didn't run the CI checks.
2023-01-12Merge pull request #68409 from Jasuse/shapecast3d_dbg_shape_fixRémi Verschelde
Fix debug shape of `ShapeCast3D` not updating on `Shape` change
2023-01-12Add expand modes to TextureRectkobewi
2023-01-12Merge pull request #70566 from cg9999/richtextlabel_fixRémi Verschelde
Fix crash in RichTextLabel table parsing
2023-01-12Merge pull request #71218 from KoBeWi/unlimited_bikeshedding_lets_goRémi Verschelde
Split pause() from AnimationPlayer's stop()
2023-01-12Merge pull request #71123 from Chaosus/vs_particle_randomnessYuri Rubinsky
2023-01-12Fix crash in RichTextLabel table parsingHenri Valta
Fixed with help of feedback from bruvzg. Prevents invalid items getting to stack.
2023-01-12Merge pull request #71250 from smix8/navigation_tweak_agent2d_4.xRémi Verschelde
Tweak NavigationAgent2D defaults
2023-01-12Rename (de)selected signals to node_(de)selected in GraphNodeHendrik Brucker
2023-01-11Tweak NavigationAgent2D defaultssmix8
Tweaks default values for NavigationAgent2D to work better out of the box within a new 2D project using default resolution.
2023-01-11Improve some Tween internalskobewi
2023-01-11Split pause() from AnimationPlayer's stop()kobewi
2023-01-11Merge pull request #71219 from ↵Rémi Verschelde
EricEzaM/68176-codeedit_update_code_completion_options_crash Fix crash in CodeEdit when caret column exceeds line length.
2023-01-11Fix crash in CodeEdit when caret column exceeds line length.Eric M
2023-01-11Merge pull request #71105 from reduz/unload-current-sceneRémi Verschelde
Add SceneTree.unload_current_scene()
2023-01-11Automatically reparent editor progress dialog to avoid error spam.bruvzg
2023-01-11Merge pull request #71183 from YuriSizov/control-refresh-layouts-by-parentsRémi Verschelde
Ensure that the cached layout mode is in sync