Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-03 | Merge pull request #70864 from timothyqiu/scroll-margin | Rémi Verschelde | |
Fix scroll grabber can't reach ends in default theme | |||
2023-01-03 | Merge pull request #70572 from TokageItLab/fix-statemachine-fade | Rémi Verschelde | |
Fix wrong `AnimationStateMachine` process for end of fading | |||
2023-01-03 | Merge pull request #70865 from bruvzg/fd_crash | Rémi Verschelde | |
Fix file dialog crash on forward click when history is empty. | |||
2023-01-03 | Merge pull request #63650 from fabriceci/apply-moving-platform-angular-velocity | Rémi Verschelde | |
Allow to apply the angular velocity of a moving platform | |||
2023-01-03 | Merge pull request #70690 from Sauermann/fix-menubar-hover | Rémi Verschelde | |
Fix hovering-color of MenuBar entries when reentering MenuBar | |||
2023-01-03 | Merge pull request #70763 from Maran23/4-x-tree-icon-gap-with-hscrollbar | Rémi Verschelde | |
Fix Scene Tree Editor icons shift when the pane is small | |||
2023-01-03 | Merge pull request #69972 from adamscott/add-server-checks-before-free | Rémi Verschelde | |
Add safety-checks before some servers `free()` | |||
2023-01-03 | Merge pull request #70519 from bruvzg/font_hash | Rémi Verschelde | |
[Font] Use key structure instead of raw hash for LRU cache to avoid collisions. | |||
2023-01-03 | Merge pull request #70611 from YeldhamDev/tabbar_fixes | Rémi Verschelde | |
Fix errors when `TabBar` is empty | |||
2023-01-03 | Fix file dialog crash on forward click when history is empty. | bruvzg | |
2023-01-03 | Fix scroll grabber can't reach ends in default theme | Haoyu Qiu | |
2023-01-03 | Merge pull request #70585 from Chaosus/vs_custom | Yuri Rubinsky | |
2023-01-02 | Merge pull request #67853 from Zylann/fix_lods_with_doubles | Clay John | |
Fix usages of mesh simplification functions in float=64 builds | |||
2023-01-01 | Change binding type of PlaceholderTexture2D.set/get_size to Vector2 | James Mintram | |
2022-12-31 | Use the vertical scrollbar when calculating the width that can be used for ↵ | Marius Hanl | |
drawing The horizontal scrollbar was used before, which is not correct as it has no influence to the drawing width Also fixed the other wrong locations | |||
2022-12-29 | Add safety-checks before some servers `free()` | Adam Scott | |
2022-12-29 | Fix hovering-color of MenuBar entries when reentering MenuBar | Markus Sauermann | |
When reentering MenuBar with the mouse cursor, the hovering-color was not set, because the previously hovered entry was still referenced in selected_menu. This PR resets selected_menu on mouse-exit. | |||
2022-12-27 | Fix errors when `TabBar` is empty | Michael Alexsander | |
2022-12-26 | Add missing CUSTOM inputs for the spatial/vertex mode of visual shader | Yuri Rubinsky | |
2022-12-26 | Fix wrong AnimationStateMachine process for end of fading | Silc Renew | |
2022-12-24 | [Font] Use key structure instead of raw hash for LRU cache to avoid collisions. | bruvzg | |
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 | |