Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2022-04-10 | Clamp ratio from popup_centered_ratio | Ev1lbl0w | |
2022-04-09 | Draw relationship lines for items offscreen | Michael Alexsander | |
2022-04-09 | Merge pull request #60059 from fabriceci/fix-up-direction-doc | Rémi Verschelde | |
2022-04-09 | Fix up direction doc description | fabriceci | |
2022-04-09 | Changed print_line macro to a function | Marc Gilleron | |
2022-04-09 | Merge pull request #59995 from Scony/fix-threaded-navmesh-baking | Rémi Verschelde | |
Fix navmesh baking | |||
2022-04-09 | Merge pull request #60029 from vnen/gdscript-static-methods-fix | Rémi Verschelde | |
GDScript: Fix method call on singletons | |||
2022-04-08 | Fix navmesh baking | Pawel Lampe | |
- improved mesh data calculation from standalone static colliders so that no VisualServer calls are performed - and thus no VS mutexes need to be locked in case of on-thread baking - improved the same for GridMap's static colliders | |||
2022-04-08 | GDScript: Fix method call on singletons | George Marques | |
2022-04-08 | add SafeList destructor which calls maybe_cleanup() to prevent mem leak | Mark Riedesel | |
2022-04-08 | Fix shortcut_keys_enabled in TextEdit | ConteZero | |