Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-17 | Merge pull request #72184 from Maran23/item-list-index-out-of-bounds | Rémi Verschelde | |
ItemList: Check if the index is out bounds before accessing the internal items | |||
2023-02-17 | Merge pull request #70781 from jamesmintram/jamesm/bugfix/fix-minimap-oob | Rémi Verschelde | |
Fix error spam when hovering minimap in the script editor | |||
2023-02-17 | Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scale | Rémi Verschelde | |
Fix hanging if audiostream's pitch_scale is NaN | |||
2023-02-17 | Merge pull request #73470 from Sauermann/fix-touch-screen-button-emulated | Yuri Sizov | |
Remove device-id restriction from `TouchScreenButton` input events | |||
2023-02-17 | Remove unexposed ProxyTexture, mark AnimatedTexture as deprecated | Rémi Verschelde | |
According to reduz: > [AnimatedTexture] should be removed together with ProxyTexture, its just > not efficient at all in Vulkan and causes invalidation of all descriptor > sets depending on it > it was needed mostly for animated tilemaps, but nowadays there is not a lot > of reason for it Marking AnimatedTexture as deprecated accordingly, until we reach consensus for removing it completely. | |||
2023-02-17 | Merge pull request #73428 from smix8/navigation_tweak_agent3d_4.x | Rémi Verschelde | |
Tweak NavigationAgent3D defaults | |||
2023-02-17 | Set RTL minimal dash size to 2.0, add invalid dash size error to the ↵ | bruvzg | |
`draw_dashed_line`. | |||
2023-02-17 | Remove device-id restriction from `TouchScreenButton` input events | Markus Sauermann | |
Remove the restriction that only devices with id 0 are used for `TouchScreenButton`-Input events. This allows emulated events to be used for TouchScreenButton. | |||
2023-02-17 | Merge pull request #73464 from clayjohn/VoxelGI-emission | Rémi Verschelde | |
Only include emission when enabled in material during VoxelGI bake | |||
2023-02-17 | Merge pull request #69801 from nongvantinh/fix-invalid-scene-name | Rémi Verschelde | |
Fixed scene name can be saved as extension only | |||
2023-02-17 | Merge pull request #72764 from Sauermann/fix-color-picking | Rémi Verschelde | |
Fix Color Picking | |||
2023-02-17 | Merge pull request #49102 from ANamelessGhoul/master | Rémi Verschelde | |
Fix AnimatedTexture inconsistency when setting frame | |||
2023-02-17 | Merge pull request #73444 from bruvzg/dash_checks | Rémi Verschelde | |
Add dash and step size checks to draw_dashed_line. | |||
2023-02-17 | Prevent saving files with no name and only an extension. | Nong Van Tinh | |
Fixes #69768. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2023-02-16 | Only include emission when enabled in material during VoxelGI bake | clayjohn | |
2023-02-16 | Fix AnimatedTexture inconsistency when setting frame | Tecelli Akıntuğ | |
2023-02-16 | Fix error spam when hovering minimap in the script editor | James Mintram | |
2023-02-16 | Merge pull request #73396 from KoBeWi/sorry | Rémi Verschelde | |
Fix crash with AspectRatioContainer and TextureRect | |||
2023-02-16 | Merge pull request #73426 from RandomShaper/label_strikes_again | Rémi Verschelde | |
Fix width determination of non-trimmed, non-wrapped labels | |||
2023-02-16 | Add dash and step size checks to draw_dashed_line. | bruvzg | |
2023-02-16 | Fix crash with AspectRatioContainer and TextureRect | kobewi | |
2023-02-16 | Tweak NavigationAgent3D defaults | smix8 | |
Tweaks default values for NavigationAgent3D to work better out of the box within a new 3D project. | |||
2023-02-16 | Fix width determination of non-trimmed, non-wrapped labels | Pedro J. Estébanez | |
In other words, exclude trimmable labels from the special logic used for non-wrapping ones, since they are not expected to dictate their width authoritatively. | |||
2023-02-16 | Merge pull request #73229 from smix8/navlink_global_positions_4.x | Rémi Verschelde | |
Add NavigationLink helper functions for global positions | |||
2023-02-16 | Merge pull request #73370 from timothyqiu/tiles-i18n | Rémi Verschelde | |
Add missing i18n in tiles editor | |||
2023-02-15 | Merge pull request #73343 from RandomShaper/labels_are_evil | Rémi Verschelde | |
Make label sizing algorithm more robust | |||
2023-02-15 | Make label sizing algorithm more robust | Pedro J. Estébanez | |
2023-02-15 | Merge pull request #73349 from dalexeev/fix-tab-bar-redraw | Yuri Sizov | |
Fix `TabBar` not redrawing on locale change | |||
2023-02-15 | Add missing i18n in tiles editor | Haoyu Qiu | |
2023-02-15 | Fix `TabBar` not redrawing on locale change | Danil Alexeev | |
2023-02-15 | Merge pull request #73293 from RedMser/rich-text-label-fixes | Yuri Sizov | |
RichTextLabel: Unexpose internal ItemType enum, improve `push_meta` docs | |||
2023-02-15 | Merge pull request #73344 from MewPurPur/yeet-empty-line-error-spam | Rémi Verschelde | |
Fix autocomplete persisting at the beginning of a line and throwing errors | |||
2023-02-15 | Merge pull request #73262 from ↵ | Rémi Verschelde | |
chutchinson/bug/73201-immediate-mesh-create-outline-crash Prevent crash in ImmediateMesh.create_outline | |||
2023-02-15 | Fix autocomplete persisting at the beginning of a line | VolTer | |
2023-02-14 | Prevent crash in ImmediateMesh.create_outline by ensuring | Chris Hutchinson | |
that when no indices are specified, the number of vertices is at least a factor of 3. Fixes #73201 | |||
2023-02-14 | Add NavigationLink helper functions for global positions | smix8 | |
Adds helper functions to set the links start and end position with global positions or get them as global positions. Adds global start and end position for the navigation link to the 'link_reached' signal of NavigationAgent. That signal gets emitted when a navigation link waypoint is reached. Requires that 'owner' meta data is enabled on the NavigationAgent. | |||
2023-02-14 | Clear Window before blitting Viewport in gl_compatibility renderer | clayjohn | |
2023-02-14 | RichTextLabel fixes | RedMser | |
- Unexpose ItemType enum, since it is not used in public API. - Fix documentation for meta tag, since it has no BBCode equivalent. | |||
2023-02-14 | Merge pull request #68027 from ktxyz/window-on-top | Rémi Verschelde | |
Update sub_windows order with respect to FLAG_ALWAYS_ON_TOP | |||
2023-02-14 | Merge pull request #73278 from ttencate/fix/issue_70984 | Rémi Verschelde | |
Some fixes for initial window position and size | |||
2023-02-14 | Some fixes for initial window position and size | Thomas ten Cate | |
- X11: set main window position and size hints correctly - All platforms: update minimum and maximum size of main window at startup Fixes #70984 | |||
2023-02-14 | Merge pull request #73269 from bruvzg/ed_prog2 | Rémi Verschelde | |
[Editor] Fix editor progress dialog auto closing on ESC press, and on application focus loss. | |||
2023-02-14 | Merge pull request #73261 from smix8/fix_tilemap_invalid_rid_error_4.x | Rémi Verschelde | |
Fix TileMap NavigationServer 'Invalid ID' error | |||
2023-02-14 | [Editor] Fix editor progress dialog auto closing on ESC press, and on ↵ | bruvzg | |
application focus loss. | |||
2023-02-14 | Fix TileMap NavigationServer 'Invalid ID' error | smix8 | |
Fixes NavigationServer 'Invalid ID' error of the TileMap. The issue was not caused directly by the TileMap but with the late call to get_world_2d()->get_navigation_map() while everything is shut down abruptly e.g. game window closed or Editor "Reload Saved Scene" function. | |||
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 |