Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-08 | Avoid gizmo crashes in cases where the points are null. | K. S. Ernest (iFire) Lee | |
fix for pose editor | |||
2022-03-07 | Merge pull request #58761 from techiepriyansh/fix-multiple-instances | Rémi Verschelde | |
2022-03-07 | Merge pull request #58854 from Chaosus/vs_varying_fix | Yuri Roubinsky | |
2022-03-07 | Merge pull request #58847 from KoBeWi/editor_settings_mess | Rémi Verschelde | |
2022-03-07 | Fix _update_varyings call in visual shader | Yuri Roubinsky | |
2022-03-07 | Merge pull request #58750 from Chaosus/vs_varyings | Rémi Verschelde | |
Add varying support to visual shaders | |||
2022-03-07 | Merge pull request #58719 from Chaosus/vs_builtins | Rémi Verschelde | |
Adds few more input/output built-ins to visual shader | |||
2022-03-06 | Merge pull request #58842 from IgorKordiukiewicz/save-as-scene-visual-feedback | Rémi Verschelde | |
Added visual feedback when drag and dropping from scene tree to filesystem | |||
2022-03-06 | Remove duplicate editor settings definitions | kobewi | |
2022-03-06 | Added visual feedback when drag and dropping from scene tree to file system | Igor Kordiukiewicz | |
2022-03-06 | Improve some DirAccess usage | kobewi | |
2022-03-06 | fix same project opening mutliple times from project manager | Priyansh Rathi | |
2022-03-06 | Merge pull request #58800 from rcorre/blender-nav | Rémi Verschelde | |
Disable blender-style transforms in freelook. | |||
2022-03-06 | Merge pull request #58783 from KoBeWi/change_in_peace | Rémi Verschelde | |
Fix color pickers closing in editor settings | |||
2022-03-06 | Merge pull request #58821 from ↵ | Rémi Verschelde | |
IgorKordiukiewicz/extend-script-popup-without-script Fixed issue where Extend Script option would show up even without script attached to the node | |||
2022-03-06 | Fixed issue where Extend Script option would show up even without script ↵ | Igor Kordiukiewicz | |
attached to the node | |||
2022-03-06 | Remove set_as_minsize() | kobewi | |
2022-03-06 | Merge pull request #58788 from reduz/rename-streamtexture | Rémi Verschelde | |
Rename StreamTexture* to CompressedTexture* | |||
2022-03-05 | Various code and documentation improvements | kobewi | |
2022-03-05 | Disable blender-style tranforms in freelook. | Ryan Roden-Corrent | |
It's common to bind instant_scale to s, which conflicts with WASD bindings in freelook mode. Fixes #58502. | |||
2022-03-05 | Rename StreamTexture* to CompressedTexture* | reduz | |
* Its not and will not be used for streaming. * Streaming will be implemented in 4.1 and it will work different. * It makes more sense to be called CompressedTexture since it imports and compresses texture files. | |||
2022-03-05 | Fix animation resource name after duplication | Haoyu Qiu | |
2022-03-05 | Fix color pickers closing in editor settings | kobewi | |
2022-03-05 | Merge pull request #53839 from EricEzaM/editor-settings-changed-settings | Rémi Verschelde | |
Added ability to get list of editor settings changed when saving editor settings. Optimised settings changed notification. | |||
2022-03-05 | Made use of EditorSettings 'settings changed' to optimise settings changed ↵ | Eric M | |
notifications. | |||
2022-03-05 | Added ability to retrieve array of changed settings changed when it is saved. | Eric M | |
2022-03-05 | Make name of editor file dialog filters translatable | Haoyu Qiu | |
2022-03-04 | Merge pull request #58770 from YeldhamDev/some_crumbles_left | Rémi Verschelde | |
Replace some bits of code left to work with the new `TabContainer` | |||
2022-03-04 | Merge pull request #58727 from fire-forge/EditorSpinSlider_label_color | Rémi Verschelde | |
Make EditorSpinSlider label color a theme property | |||
2022-03-04 | Replace some bits of code left to work with the new `TabContainer` | Michael Alexsander | |
2022-03-04 | Make EditorSpinSlider label color a theme property | FireForge | |
2022-03-04 | Merge pull request #58758 from timothyqiu/audio-effect-icon | Rémi Verschelde | |
Update audio effect icon when theme changes | |||
2022-03-04 | Add varying support to visual shaders | Yuri Roubinsky | |
2022-03-04 | Add icon_normal_color to Button in editor theme | Raul Santos | |
2022-03-05 | Update audio effect icon when theme changes | Haoyu Qiu | |
2022-03-04 | Merge pull request #58691 from miremrie/absolute-file-path-in-file-browser | Rémi Verschelde | |
2022-03-04 | Merge pull request #58687 from YeldhamDev/the_beast_has_been_slain | Rémi Verschelde | |
2022-03-04 | Merge pull request #58741 from ↵ | Rémi Verschelde | |
Calinou/editor-visual-profiler-fix-light-font-color Fix font color in the editor visual profiler when using light theme | |||
2022-03-04 | Merge pull request #58670 from KoBeWi/internal_debugger | Rémi Verschelde | |
2022-03-04 | Merge pull request #58731 from Calinou/editor-theme-clamp-base-colors | Rémi Verschelde | |
Clamp the editor theme's base colors to avoid various issues | |||
2022-03-04 | Fix font color in the editor visual profiler when using light theme | Hugo Locurcio | |
Previously, white text would be drawn on a white background. | |||
2022-03-04 | Merge pull request #58730 from ↵ | Rémi Verschelde | |
Calinou/editor-visual-profiler-use-background-color Use the editor background color for the visual profiler graph | |||
2022-03-04 | Clamp the editor theme's base colors to avoid various issues | Hugo Locurcio | |
This fixes the profiler backgrounds being black when using the light editor theme (which is a regression from using a negative contrast setting by default for the Light preset). | |||
2022-03-04 | Use the editor background color for the visual profiler graph | Hugo Locurcio | |
This was already done for the general profiler. | |||
2022-03-04 | Add node icons to the Sprite2D menu | FireForge | |
2022-03-03 | Make `TabContainer` use `TabBar` internally | Michael Alexsander | |
2022-03-03 | Adds few more input/output built-ins to visual shader | Yuri Roubinsky | |
2022-03-03 | Use vformat() instead of string concatenation inside TTR() | Haoyu Qiu | |
2022-03-02 | Added property hint to id property in tile set atlas source editor | Igor Kordiukiewicz | |
2022-03-02 | Allow absolute file paths in file dialogs | miremrie | |