Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-12 | Merge pull request #54740 from ↵ | Rémi Verschelde | |
LightningAA/project-manager-sort-by-most-recent-as-default | |||
2022-04-12 | Merge pull request #59531 from TokageItLab/fix-init-root-motion | Rémi Verschelde | |
Fixed initialization of TRS Track in blend tree for root motion | |||
2022-04-12 | Merge pull request #60170 from ConteZero/context_menu | Rémi Verschelde | |
2022-04-12 | Merge pull request #60171 from Chaosus/restore_aa | Yuri Rubinsky | |
2022-04-12 | Merge pull request #60016 from SirQuartz/master | Rémi Verschelde | |
2022-04-12 | Merge pull request #60163 from fire-forge/texture-size-x | Rémi Verschelde | |
2022-04-12 | Add context menu to RichTextLabel | ConteZero | |
2022-04-12 | Fix Visual Script's jump to function relative to zoom | Nicholas Huelin | |
When double-clicking on a function name the graph will now correctly jump to the function relative to the zoom ratio. | |||
2022-04-12 | Merge pull request #60057 from timothyqiu/select-frames | Rémi Verschelde | |
2022-04-12 | Merge pull request #60069 from Calinou/fsr-fix-editor-enum | Rémi Verschelde | |
2022-04-12 | Merge pull request #60078 from Pineapple/cowdata-get-data | Rémi Verschelde | |
Remove get_data() from CowData | |||
2022-04-12 | Merge pull request #60169 from bruvzg/remove_fa_close | Rémi Verschelde | |
2022-04-12 | Remove or make private `FileAccess` `close()` methods. | bruvzg | |
2022-04-12 | Merge pull request #60172 from bruvzg/fix_ot_warning | Rémi Verschelde | |
2022-04-12 | Merge pull request #59825 from Chaosus/shader_fix | Rémi Verschelde | |
Fix incorrect parsing array's `length()` at return statement in shader | |||
2022-04-12 | Fix OpenType property editor signal connection. | bruvzg | |
2022-04-12 | Restore antialiasing for `draw_line` | Yuri Roubinsky | |
2022-04-12 | Style: Sync clang-format template with Clang 14.0 | Rémi Verschelde | |
Not using any of the new options yet so we preserve compatibility with 13.0, which is still the recommended version as 14.0 actually has a regression. | |||
2022-04-12 | Merge pull request #60166 from bruvzg/narrow_file_access | Rémi Verschelde | |
2022-04-12 | Narrow FileAccess scope to prevent deadlocks. | bruvzg | |
2022-04-12 | Merge pull request #60164 from timothyqiu/editor-inspector-doc | Rémi Verschelde | |
Improves `EditorInspector` documentation | |||
2022-04-12 | Merge pull request #60009 from timothyqiu/disable-item | Rémi Verschelde | |
Disable "Open in Inspector" when there is no animation | |||
2022-04-12 | Merge pull request #48776 from ↵ | Rémi Verschelde | |
Calinou/directional-shadow-distant-split-lower-blur Use less blur for distant directional shadow splits | |||
2022-04-12 | Disable Open in Inspector when there is no animation | Haoyu Qiu | |
2022-04-12 | Improves EditorInspector documentation | Haoyu Qiu | |
2022-04-11 | Use multiplication symbol in Texture size label | FireForge | |
2022-04-11 | Merge pull request #60085 from YeldhamDev/relationships_are_hard | Rémi Verschelde | |
2022-04-11 | Merge pull request #59927 from Zylann/fix_graphnode_title_trim | Rémi Verschelde | |
Fix GraphNode not resizing with larger title | |||
2022-04-11 | Merge pull request #60120 from Calinou/environment-editor-ssil-tonemap-hide | Rémi Verschelde | |
Hide SSIL properties when SSIL is disabled in the Environment resource | |||
2022-04-11 | Merge pull request #60039 from HookJabs/catch-null-profile_def | Rémi Verschelde | |
2022-04-11 | Merge pull request #57239 from emcguirk/minimap-toggle-fix | Rémi Verschelde | |
Fix GraphEdit's minimap doesn't show using `minimap_enabled` | |||
2022-04-11 | Use less blur for distant directional shadow splits | Hugo Locurcio | |
This makes the transition between shadow splits less noticeable, specially when the expensive Blend Splits property is disabled. | |||
2022-04-11 | Merge pull request #53573 from Klowner/53568-safelist-leak-fix | Rémi Verschelde | |
2022-04-11 | catch null profile_def causing crash on startup | Josh Kabo | |
2022-04-11 | Merge pull request #60020 from KoBeWi/yeet_bg | Rémi Verschelde | |
2022-04-11 | Fix toggling GraphEdit's minimap with `minimap_enabled` | Eric McGuirk | |
Fixes #53831. | |||
2022-04-11 | Merge pull request #60046 from Zylann/print_line_function | Rémi Verschelde | |
2022-04-11 | Merge pull request #60026 from ConteZero/shortcut_keys_enabled | Rémi Verschelde | |
2022-04-11 | Merge pull request #60102 from KoBeWi/graphememe | Rémi Verschelde | |
2022-04-11 | Merge pull request #54191 from Ev1lbl0w/bugfix-window_popup_ratio | Rémi Verschelde | |
2022-04-11 | Merge pull request #60137 from JFonS/fix_default_shadow_tex | Rémi Verschelde | |
Fix Vulkan validation errors on default depth textures | |||
2022-04-11 | Merge pull request #57899 from Chaosus/fix_aa | Yuri Rubinsky | |
2022-04-11 | Merge pull request #60138 from JFonS/fix_spec_constants | Rémi Verschelde | |
2022-04-11 | Merge pull request #59980 from reduz/animation-libraries | Rémi Verschelde | |
2022-04-11 | Merge pull request #59440 from bruvzg/fd_ref_counted | Rémi Verschelde | |
2022-04-11 | Merge pull request #60111 from KoBeWi/the_files_have_landed | Rémi Verschelde | |
2022-04-11 | Merge pull request #60124 from KoBeWi/sepyt_noitcennoc_dilav | Rémi Verschelde | |
2022-04-11 | Implement Animation Libraries | reduz | |
* Instead of containing single animations, AnimationPlayer now contains libraries. * Libraries, in turn, contain the animations. This paves the way for implementing the possibility of importing scenes as animation libraries, finally allowing to import animations separate from the 3D models. Missing (will be done on separate PRs): * Make it possible to import scenes (dae/fbx/gltf) as animation libraries. * Make it possible for AnimationTree to import animation libraries on its own, so it does not rely on AnimationPlayer for everything. | |||
2022-04-11 | Merge pull request #60125 from Calinou/makerst-improve-error-reporting | Rémi Verschelde | |
2022-04-11 | Fix specialization constant updates in color passes | jfons | |
The color pass specialization constants were not being updated after splitting them to their own array. |