Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-13 | Copy full project setting path from dialog. | Ryan Roden-Corrent | |
The EditorProperty UI elements for project settings are created from SectionedInspector, which has a prefix added to each property path. Each EditorProperty needs to be made aware of this path so copy_property_path copies the full path, and not just the suffix. Fixes #59020. | |||
2022-03-10 | Merge pull request #56476 from gerhean/fix_shortcut_collapse_after_edit | Rémi Verschelde | |
2022-03-10 | Merge pull request #58735 from ↵ | Fabio Alessandrelli | |
Calinou/editor-visual-profiler-tweak-frame-time-label Tweak editor visual profiler frame time label for consistency | |||
2022-03-10 | Merge pull request #58969 from timothyqiu/ani-editor-theme | Rémi Verschelde | |
Fix some Animation panel icons not updating after theme change | |||
2022-03-10 | Fix some Animation panel icons not updating after theme change | Haoyu Qiu | |
2022-03-10 | Fix TextureRegion editor grid color for light themes | Haoyu Qiu | |
2022-03-09 | Merge pull request #58907 from novaplusplus/gutter_spam_fix | Rémi Verschelde | |
2022-03-09 | Merge pull request #58929 from reduz/remove-variant-arg-macros | Rémi Verschelde | |
Remove VARIANT_ARG* macros | |||
2022-03-09 | Merge pull request #58865 from timothyqiu/more-i18n | Rémi Verschelde | |
Add missing i18n to various strings | |||
2022-03-09 | Remove VARIANT_ARG* macros | reduz | |
* Very old macros from the time Godot was created. * Limited arguments to 5 (then later changed to 8) in many places. * They were replaced by C++11 Variadic Templates. * Renamed methods that take argument pointers to have a "p" suffix. This was used in some places and not in others, so made it standard. * Also added a dereference check for Variant*. Helped catch a couple of bugs. | |||
2022-03-09 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 751769ed45f835e96eedb7cf1aa47733b342d969) | |||
2022-03-09 | Fix Autoload capitalization inconsistency | Haoyu Qiu | |
2022-03-09 | Replace `TabBar`'s `min_width` with `max_tab_width` and expose it | Michael Alexsander | |
2022-03-08 | Add check to prevent "p_gutter = -1" error spam | nova++ | |
2022-03-08 | Add `_get_func_code/_is_available` virtual functions to custom nodes | Yuri Roubinsky | |
2022-03-08 | Merge pull request #58896 from timothyqiu/locks-n-groups | Rémi Verschelde | |
2022-03-08 | Merge pull request #58892 from groud/avoid_toasters_mise_en_abyme | Rémi Verschelde | |
2022-03-08 | Don't show Lock & Group buttons for nodes hidden by CanvasLayer | Haoyu Qiu | |
2022-03-08 | Avoid recursive errors in EditorToaster | Gilles Roudière | |
2022-03-08 | fix deselect behavior for Skeleton gizmo | Silc 'Tokage' Renew | |
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 | Add missing i18n to various strings | Haoyu Qiu | |
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 |