Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-21 | Merge pull request #70366 from ↵ | Rémi Verschelde | |
quentinguidee/refactoring/fix-double-get-singleton Fix double get_singleton() | |||
2022-12-21 | Merge pull request #69351 from smix8/gridmap_item_navigation_layers_4.x | Rémi Verschelde | |
Change GridMap navigation_layers to per mesh_library item | |||
2022-12-21 | Fix StateMachine cannot connect nodes bug | Silc Renew | |
2022-12-20 | Change GridMap navigation_layers to be per mesh_library item | smix8 | |
Changes GridMap navigation_layers from a single bitmask for the entire GridMap to a bitmask for each item used in the mesh_library with a baked navmesh. | |||
2022-12-20 | Fix double get_singleton() | Quentin Guidée | |
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com> | |||
2022-12-20 | Merge pull request #70346 from YeldhamDev/tree_edit_fix | Rémi Verschelde | |
Fix misaligned edit box when clicking on `Tree` items with different sizes | |||
2022-12-20 | Merge pull request #61239 from Calinou/tubetrailmesh-add-cap-properties | Rémi Verschelde | |
Add properties to disable top/bottom cap generation in TubeTrailMesh | |||
2022-12-20 | Merge pull request #70244 from DarkKilauea/nav-fix-abbrev-compat | Rémi Verschelde | |
[4.x] Fix typo and ensure backwards compatibility for changed property names | |||
2022-12-20 | Merge pull request #70328 from aaronfranke/canvas-z-index | Rémi Verschelde | |
Fix CanvasItem Z-index referring to Node2D | |||
2022-12-20 | Merge pull request #70312 from MarcusElg/rigidbodyworldboundarywarning | Rémi Verschelde | |
Show warning when having a WorldBoundaryShape3D as a child of a RigidBody3D | |||
2022-12-20 | Merge pull request #70313 from TokageItLab/fix-nblend | Rémi Verschelde | |
Fixed a bug where negative Blend values were being discarded | |||
2022-12-20 | Fix typo and ensure backwards compatibility for changed property names | Josh Jones | |
Changes to the name of the `navmesh` and `navpoly` properties on `NavigationRegion` caused navigation data to be lost on load. This PR creates uses `_set`/`_get` to handle compatibility with the older names on load, preserving the data. Also fixes a typo on `get_vertices_per_polygon` in `NavigationMesh`, and renames the property to remove the `polygon_` prefix which doesn't match the setter/getter. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-12-20 | Fix misaligned edit box when clicking on `Tree` items with different sizes | Michael Alexsander | |
2022-12-19 | Fix CanvasItem Z-index referring to Node2D | Aaron Franke | |
2022-12-20 | Fixed a bug where negative Blend values were being discarded | Silc Renew | |
2022-12-19 | Show warning when having a worldboundaryshape as a child of a rigidbody | Marcus Elg | |
2022-12-19 | Add properties to disable top/bottom cap generation in TubeTrailMesh | Hugo Locurcio | |
This can be used to improve generation and rendering performance, or for certain special effects such as particle trails. | |||
2022-12-19 | Merge pull request #70297 from Paulb23/fix-autocomplete-brace-completion | Rémi Verschelde | |
Fix autocomplete with autobrace completion not adding closing pair | |||
2022-12-19 | Merge pull request #70263 from reduz/restore-rotation_degrees | Rémi Verschelde | |
Restore 'rotation_degrees' properties. | |||
2022-12-19 | Merge pull request #70238 from kleonc/tile-set-simplify-isometric-tile-polygon | Rémi Verschelde | |
`TileSet` Simplify isometric tile shape polygon to 4 vertices | |||
2022-12-19 | Merge pull request #70219 from bruvzg/msdf_outline_scaling | Rémi Verschelde | |
Scale MSDF font outline with the font size and MSDF source size to match dynamic font behavior. | |||
2022-12-19 | Merge pull request #59682 from Sauermann/fix-following-viewport-transform | Rémi Verschelde | |
Include the follow-viewport-transform into CanvasLayer transform calculations | |||
2022-12-19 | Fix autocomplete with autobrace completion not adding closing pair | Paulb23 | |
2022-12-19 | TileSet Simplify tile shape polygons | kleonc | |
2022-12-19 | Restore 'rotation_degrees' properties. | Juan Linietsky | |
By popular demand, restoring the helper properties to rotate objects in degrees. Affected are local and global rotations for: * Node2D * Node3D * Control | |||
2022-12-18 | Include the following-viewport-transform into CanvasLayer transforms | Markus Sauermann | |
The following-viewport-transform was missing from several calculations | |||
2022-12-18 | Merge pull request #70227 from kleonc/atlas-texture-flipping-fix | Rémi Verschelde | |
`AtlasTexture` Fix calculating rects when flipping | |||
2022-12-17 | AtlasTexture Fix calculating rects when flipping | kleonc | |
2022-12-17 | Fix Navigation API abbreviations inconsistency | smix8 | |
Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav". | |||
2022-12-17 | Scale MSDF font outline with the font size and MSDF source size to match ↵ | bruvzg | |
dynamic font behavior. | |||
2022-12-17 | Merge pull request #30675 from zaksnet/link-button-link-prop | Rémi Verschelde | |
Add a `uri` property to `LinkButton` | |||
2022-12-17 | Merge pull request #70209 from smix8/navigation_polygon_move_4.x | Rémi Verschelde | |
Move NavigationPolygon to dedicated resource file | |||
2022-12-17 | Merge pull request #70202 from ↵ | Rémi Verschelde | |
Calinou/viewport-transparent-background-rename-project-setting Move transparent background project setting to a subsection | |||
2022-12-17 | Move NavigationPolygon to dedicated resource file | smix8 | |
Moves NavigationPolygon resource class from NavigationRegion2D file to a dedicated file in resource folder. | |||
2022-12-17 | Move transparent background project setting to a subsection | Hugo Locurcio | |
This prevents the project setting from being located directly within a root category, which is confusing from an UX perspective in the project settings editor. | |||
2022-12-17 | Add `uri` property for LinkButton | Zak | |
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-12-17 | Merge pull request #70118 from clayjohn/tilemap-layers | Rémi Verschelde | |
Use large offset for tilemap layer level canvas items | |||
2022-12-17 | Merge pull request #70114 from clayjohn/custom-aabb | Rémi Verschelde | |
Expose GeometryInstance3D.custom_aabb property | |||
2022-12-17 | Merge pull request #70176 from clayjohn/mesh-index | Rémi Verschelde | |
Switch surface indexing to start at 0 so string name matches integer index | |||
2022-12-17 | Merge pull request #70168 from Haydoggo/autocomplete-placement-fix | Rémi Verschelde | |
Fix autocomplete box placement | |||
2022-12-16 | Switch surface indexing to start at 0 so string name matches integer index | clayjohn | |
2022-12-17 | Fix autocomplete box placement | Hayden Leete | |
2022-12-16 | Merge pull request #70075 from Sauermann/fix-missing-shortcut-handled-check | Rémi Verschelde | |
Fix missing check if shortcut event is handled for Control-nodes | |||
2022-12-15 | Queue redraw when MultiMesh instance transform changes | bmolyneaux | |
Fixes: #66849 This is a 4.0 version of #54899. | |||
2022-12-15 | [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables. | bruvzg | |
2022-12-15 | Merge pull request #70103 from timothyqiu/tween-cleanup | Rémi Verschelde | |
Fix possible Tween leak on exit | |||
2022-12-15 | Merge pull request #69680 from LucasLaukka/bugfix-line_edit | Rémi Verschelde | |
Fix color picker showing incorrect number of digits when changing display scale | |||
2022-12-15 | Merge pull request #70106 from bruvzg/rtl_nested_tab | Rémi Verschelde | |
[RTL] Fix nested tables getting parent offset applied multiple times. | |||
2022-12-15 | Use large offset for tilemap layer level canvas items | clayjohn | |
This matches the logic in _rendering_update_dirty_quadrants | |||
2022-12-15 | Expose GeometryInstance3D.custom_aabb property | clayjohn | |