Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-13 | Clamp Decal size to positive values | Hugo Locurcio | |
This prevents using negative size, while also preventing error messages from being spammed if one of the decal's dimensions is set to exactly 0. | |||
2023-02-13 | Cleanup Window callbacks before destroying in to avoid callback calls with ↵ | bruvzg | |
invalid object. | |||
2023-02-13 | Fix blank non-autowrapping labels | Pedro J. Estébanez | |
2023-02-13 | Merge pull request #73018 from smix8/fix_multilayered_tilemap_navigation_4.x | Rémi Verschelde | |
Fix navigation support for multilayered TileMaps | |||
2023-02-13 | Merge pull request #73208 from smix8/fix_navigationregion2d_debug_4.x | Rémi Verschelde | |
Fix 2D navigation debug visuals ignoring half the ProjectSettings | |||
2023-02-13 | Merge pull request #73191 from KoBeWi/some_color_picker_stuff | Rémi Verschelde | |
Fix HSV Rectangle Wheel values | |||
2023-02-13 | Fix 2D navigation debug visuals ignoring half the ProjectSettings | smix8 | |
Fixes that NavigationRegion2D and TileMap debug visuals ignored more or less half the ProjectSetting. E.g. random color could not be disabled, edges did not display. | |||
2023-02-13 | Merge pull request #66745 from EricEzaM/66453-popupmenu-shortcut-shape-fix | Rémi Verschelde | |
Ensure PopupMenu item is shaped when the shortcut is set. | |||
2023-02-13 | Merge pull request #72225 from MinusKube/shaped_text_invalidated_bug | Rémi Verschelde | |
Mark dirty flags when shaped texts are invalidated | |||
2023-02-13 | Merge pull request #72387 from RandomShaper/avoid_infinite_2 | Rémi Verschelde | |
Enhance label sizing algorithm (a.k.a. prevent infinite GUI re-layout) | |||
2023-02-13 | Refactor NodeTransition/OneShot to handle seek/filter correctly | Silc Renew | |
2023-02-13 | Fix HSV Rectangle Wheel values | kobewi | |
2023-02-12 | Fix tween_method() type validation | kobewi | |
2023-02-12 | Fix SurfaceTool crash with invalid bone/weight count | Rémi Verschelde | |
Fixes #53191. | |||
2023-02-12 | Merge pull request #73137 from Geometror/graphedit-hotzone-snapping-fix | Rémi Verschelde | |
Fix GraphEdit port hotzone snapping | |||
2023-02-12 | Merge pull request #73136 from clayjohn/LightmapGI-exr | Rémi Verschelde | |
Set Default compression to VRAM uncompressed for LightmapGI | |||
2023-02-12 | Fix GraphEdit port hotzone snapping | Hendrik Brucker | |
2023-02-11 | Set Default compression to VRAM uncompressed for LightmapGI | clayjohn | |
This increases the speed to be near instant and removes the perceived lightmap bake speed regression We need to investigate the speed and quality issues with BPTC and re-enable compression when we can | |||
2023-02-11 | Merge pull request #73120 from TokageItLab/fix-transition-reset-fade | Rémi Verschelde | |
Fix remaining fade doesn't clear when reset in AnimationNodeTransition | |||
2023-02-12 | Fix NodeOneShot fade-out doesn't blend animations correctly | Silc Renew | |
2023-02-12 | Fix remaining fade doesn't clear when reset in AnimationNodeTransition | Silc Renew | |
2023-02-11 | Merge pull request #73069 from brianwinterpixel/bugfix/linebuilder_box_uvs | Rémi Verschelde | |
Fix Line2D UVs when using BOX end cap mode | |||
2023-02-11 | Merge pull request #73040 from Rindbee/popup_centered_consider_current_size | Rémi Verschelde | |
Calling popup_center* with the default size will use the current size | |||
2023-02-11 | Merge pull request #73063 from ↵ | Rémi Verschelde | |
KoBeWi/it_exited_the_tree_but_changed_its_mind_and_broke_instead Fix camera reparenting | |||
2023-02-11 | Merge pull request #73083 from timothyqiu/nav-agent-debug-properties | Rémi Verschelde | |
Strip name prefix of navigation agent debug properties in the inspector | |||
2023-02-11 | Calling popup_center* with the default size will use the current size | Rindbee | |
2023-02-11 | Strip name prefix of navigation agent debug properties in the inspector | Haoyu Qiu | |
2023-02-11 | Check for CanvasItem instead of Control and Node2D | Aaron Franke | |
2023-02-10 | Fix Line2D UVs when using BOX end cap mode | Brian Semrau | |
2023-02-10 | Fix camera reparenting | kobewi | |
2023-02-10 | Fix navigation support for multilayered TileMaps | smix8 | |
Fixes support for multilayered TileMaps by creating dedicated navigation maps for each layer. | |||
2023-02-10 | Merge pull request #73024 from TokageItLab/fix-transtition-first-frame | Rémi Verschelde | |
Fix broken first frame of `NodeTransition`/`NodeOneShot` when xfade is 0 | |||
2023-02-10 | Merge pull request #72378 from maximkulkin/line-edit-consume-events | Rémi Verschelde | |
Fix LineEdit not consuming events | |||
2023-02-10 | Merge pull request #72714 from DarkMessiah/fix-unlimited-text-in-tree | Rémi Verschelde | |
Fix unlimited text rendering in Tree if width <= 0 | |||
2023-02-10 | Merge pull request #73000 from Sauermann/fix-editor-viewport-size-zero-crash | Rémi Verschelde | |
Fix crash in editor when setting `SubViewport.size` to zero | |||
2023-02-10 | Add some missing translatable editor strings | Haoyu Qiu | |
2023-02-10 | Fix broken first frame of NodeTransition/NodeOneShot when xfade is 0 | Silc Renew | |
2023-02-10 | Fix crash in editor when setting `SubViewport.size` to zero | Markus Sauermann | |
`Viewport::_set_size` now verifies, that the minimum size is at least 2x2. Also fix `RendererViewport::viewport_set_size` fail condition. | |||
2023-02-09 | Merge pull request #72931 from TokageItLab/improve-root-motion-for-rot-and-pos | Rémi Verschelde | |
Add root motion accumulator to fix broken RootMotionView | |||
2023-02-09 | Fix that `popup_centered` didn't take the window's size into consideration | Markus Sauermann | |
2023-02-10 | Add root motion accumulator to fix broken RootMotionView | Silc Renew | |
2023-02-09 | Merge pull request #72884 from groud/fix_trackpad_viewpanner | Rémi Verschelde | |
Fix panning via InputEventPanGesture | |||
2023-02-09 | Merge pull request #69550 from Rindbee/fix-script-editor-not-reload-via-lsp | Rémi Verschelde | |
Fix internal editor not updating when using external editor via LSP | |||
2023-02-09 | Improve some editor strings for localization | Haoyu Qiu | |
2023-02-09 | Merge pull request #72947 from DarkKilauea/nav-fix-avoidance-callback | Rémi Verschelde | |
Fix missing avoidance updates when using same velocity | |||
2023-02-09 | Merge pull request #72897 from Geometror/graphedit-set-deprecated | Rémi Verschelde | |
Update configuration warning for `GraphEdit` and mark it as experimental | |||
2023-02-09 | Merge pull request #72922 from smix8/fix_debug_binding_rb_4.x | Rémi Verschelde | |
Fix NavigationAgent debug functions bindings in release builds | |||
2023-02-08 | Fix missing avoidance updates when using same velocity | Josh Jones | |
When using avoidance, if you set the same velocity for the agent, you won't get an update from the avoidance system. This changes both the `set_target_position` and `set_velocity` setters to always accept user provided values, even if they are the same. This ensures that repathing and avoidance logic is always run when the user expects. | |||
2023-02-09 | Update GraphEdit configuration warning, mark GraphNode/GraphEdit as experimental | Hendrik Brucker | |
2023-02-08 | Mark fma function as high end so it isn't used with the gl_compatibility ↵ | clayjohn | |
renderer |