Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-06 | Add `uint` type support to visual shaders | Yuri Rubinsky | |
2023-01-06 | Merge pull request #70963 from YuriSizov/editor-dead-codes-society | Rémi Verschelde | |
Simplify some editor plugin logic and remove dead code | |||
2023-01-06 | Merge pull request #70547 from TokageItLab/pingpong-wrap | Rémi Verschelde | |
Fix pingpong-loop with `loop_wrap` is not working & clean-up cubic interpolation key retrieve process | |||
2023-01-05 | Simplify some editor plugin logic and remove dead code | Yuri Sizov | |
2023-01-05 | Merge pull request #65609 from dalexeev/animated-sprite | Rémi Verschelde | |
`AnimatedSprite{2D,3D}` improvements | |||
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde | |
As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see". | |||
2023-01-05 | Merge pull request #67749 from JonqsGames/clean_physical_bone_instancing | Rémi Verschelde | |
Test joint type on _set for PhysicalBone joints | |||
2023-01-05 | Merge pull request #70933 from fire/empty-organize-graph-node | Rémi Verschelde | |
Update GraphEdit to automatically arrange nodes if nothing is selected | |||
2023-01-05 | Merge pull request #70795 from KoBeWi/TweenCounted | Rémi Verschelde | |
Improve `RefCounted` support in `Tween` | |||
2023-01-05 | Merge pull request #70824 from smix8/fix_navpoly_errormsg_4.x | Rémi Verschelde | |
Fix NavigationPolygon error msg | |||
2023-01-05 | Test joint type on _set for PhysicalBone joints | JoJoX | |
2023-01-05 | `AnimatedSprite{2D,3D}` improvements | Danil Alexeev | |
* Add support for individual frame duration to `SpriteFrames`. * Various minor improvements. | |||
2023-01-04 | Update graph_edit.cpp to automatically arrange nodes if nothing is selected. | K. S. Ernest (iFire) Lee | |
2023-01-03 | Merge pull request #70877 from timothyqiu/tree-scroll | Rémi Verschelde | |
Fix Tree overflow without scrolling being enabled | |||
2023-01-03 | Merge pull request #70624 from bruvzg/cur_sc | Rémi Verschelde | |
Improve `window_set_current_screen` and fix secondary window initial mode and positions. | |||
2023-01-03 | Fix Tree overflow without scrolling being enabled | Haoyu Qiu | |
2023-01-03 | Merge pull request #70840 from MewPurPur/get-point-count-instead-of-points | Rémi Verschelde | |
Rename `get_points_count()` to `get_point_count()` in Gradient | |||
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-02 | Rename get_points_count() to get_point_count() internally | VolTer | |
2023-01-02 | Fix NavigationPolygon error msg | smix8 | |
Outlines need the same winding order which got confused with the internal conversion. | |||
2023-01-01 | Improve RefCounted support in Tween | kobewi | |
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 | Improve `window_set_current_screen` and fix secondary window initial mode ↵ | bruvzg | |
and positions. | |||
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-25 | Fix pingpong with loop wrap is not working | 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 | |