Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-23 | Merge pull request #69998 from BastiaanOlij/sorting-pivot-4 | Rémi Verschelde | |
Added options for sorting transparent objects (port of PR #63040) | |||
2022-12-23 | Added options for sorting transparent objects (port of PR 63040) | Bastiaan Olij | |
2022-12-23 | Merge pull request #70466 from clayjohn/material-override | Rémi Verschelde | |
Remove compatibility code for MeshInstance3D surface override material | |||
2022-12-23 | Merge pull request #70278 from ↵ | Rémi Verschelde | |
TokageItLab/add-animation-started-finished-signal-to-tree Add `animation_started/finished` signals to `AnimationTree` and fix time accuracy in StateMachine | |||
2022-12-23 | Merge pull request #69797 from TokageItLab/time-edit-inspector-plugin | Rémi Verschelde | |
Animation: Add inspector plugin for key time edit & Change `track_find_key()` argument to find key with approximate | |||
2022-12-23 | Merge pull request #65312 from SaracenOne/auto_advance_behaviour | Rémi Verschelde | |
Make auto-advance flag a requirement for conditional/expression evaluation | |||
2022-12-22 | Remove compatibility code for MeshInstance3D surface override material | clayjohn | |
2022-12-23 | Merge pull request #70407 from Koyper/rich_text_bold_italics | Yuri Sizov | |
[RTL] Fix push bold or italics not using bold_italics_font when required | |||
2022-12-22 | Fixed RichTextLabel push bold/italic to correctly use bold_italic font. | Koyper | |
2022-12-22 | Remove deprecated NavigationMesh compatibility parts | smix8 | |
Removes _set / _get compatibility function parts for deprecated NavigationMesh slash delimiter properties. | |||
2022-12-22 | Merge pull request #70334 from Sauermann/fix-button-group-doc | Rémi Verschelde | |
Add configuration warning when ButtonGroup is used with non-toggleable buttons | |||
2022-12-22 | Merge pull request #70413 from Koyper/rtl_rename_remove_line | Rémi Verschelde | |
[RTL] Rename remove_line() to remove_paragraph() for naming consistancy. | |||
2022-12-22 | Merge pull request #37001 from jitspoe/master.anim_blend_fix | Rémi Verschelde | |
Fix for short animation blend taking too long when played during a long animation blend. | |||
2022-12-22 | Add configuration warning when ButtonGroup is used with non-toggleable buttons | Markus Sauermann | |
Also fix ambiguous documentation of ButtonGroup. | |||
2022-12-22 | Add inspector plugin for key time edit & Change find key argument | Silc Renew | |
2022-12-21 | Fix animation blending bug where an animation with a short blend time played ↵ | jitspoe | |
immediately after an animation with a long blend time would play with a long blend time or cause popping/incorrect animation positions. | |||
2022-12-21 | Merge pull request #69349 from reejk/tilemap-use-navigation-layer-layers | Rémi Verschelde | |
Use TileSet navigation layer layers when TileMap generates navigation polygons | |||
2022-12-21 | Merge pull request #68255 from jbcolli2/ColorPickerBug | Rémi Verschelde | |
Fixed Issue #68194 involving ColorPicker being allowed to align horizontally when it shouldn't | |||
2022-12-22 | Use TileSet navigation layer layers when TileMap generates navigation polygons | reejk | |
2022-12-21 | Merge pull request #69688 from smix8/navagent_stop_origin_automove_4.x | Rémi Verschelde | |
Stop NavigationAgents without a target from moving to world origin | |||
2022-12-21 | Merge pull request #67111 from DarkKilauea/nav-queries-link | Rémi Verschelde | |
Added signal to NavigationAgent when entering a link | |||
2022-12-21 | Renamed RTL remove_line() to remove_paragraph(). | Koyper | |
2022-12-21 | Merge pull request #70404 from YuriSizov/theme-!important | Rémi Verschelde | |
Add fallback values for font and scale to the default theme | |||
2022-12-21 | Merge pull request #70215 from quentinguidee/refactor/get-owner-node-theme | Rémi Verschelde | |
ThemeOwner: Extract get_owner_node_theme | |||
2022-12-21 | Add fallback values for font and scale to the default theme | Yuri Sizov | |
2022-12-21 | ThemeOwner: Extract get_owner_node_theme | Quentin Guidée | |
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com> | |||
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-21 | Add animation_started/finished signals to AnimationTree | Silc Renew | |
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 | |