Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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. | |||
2022-04-11 | Merge pull request #59514 from EricEzaM/input-editor-fixes | Rémi Verschelde | |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg | |
2022-04-11 | Merge pull request #60136 from bruvzg/long_select | Rémi Verschelde | |
2022-04-11 | Merge pull request #60104 from ConteZero/shortcut_keys | Rémi Verschelde | |
2022-04-11 | Merge pull request #60129 from timothyqiu/title-unnamed | Rémi Verschelde | |
2022-04-11 | Fix Vulkan validation errors on default depth textures | jfons | |
The validation layers were complaining that we use DEFAULT_RD_TEXTURE_WHITE (which is RGBA8) in places where it's sampled as a depth texture. This commit adds the new default texture DEFAULT_RD_TEXTURE_DEPTH and uses it where needed. | |||
2022-04-11 | Merge pull request #59940 from BastiaanOlij/xr_new_controllers_20220405 | Rémi Verschelde | |
2022-04-11 | [TextServer] Fix long selection performance. | bruvzg | |
2022-04-11 | Localize unnamed project name in editor window title | Haoyu Qiu | |
2022-04-11 | makerst: Improve error reporting | Hugo Locurcio | |
- List file names before error descriptions, as is common in linters. - Print the number of errors reported at the end of the list. - Use double quotes instead of single quotes in messages. | |||
2022-04-11 | Improvements to files_dropped signal | kobewi | |
2022-04-11 | Fix GraphEdit's valid connections being reversed | kobewi | |
2022-04-10 | Hide SSIL properties when SSIL is disabled in the Environment resource | Hugo Locurcio | |
- Hide Tonemap White property when the tonemapper is Linear (as linear tonemapping does not use a whitepoint). | |||
2022-04-10 | Add select_all() to RichTextLabel | ConteZero | |
2022-04-10 | Improve shaped_text_get_word_breaks() | kobewi | |