summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2021-04-12Add a tooltip to document performance issues of the Remote scene treeHugo Locurcio
2021-04-12Merge pull request #43180 from nathanfranke/node-configuration-arrayRémi Verschelde
Use Array for node configuration warnings
2021-04-12Merge pull request #47709 from KoBeWi/node_that_changes_everythingRémi Verschelde
Expose edit_node() for editor plugins
2021-04-11Use Array for node configuration warningsNathan Franke
Previously, the warnings were passed as a string and delimitation of which were hard coded at each implementation.
2021-04-12Merge pull request #47531 from fire/update-skeleton-displayRémi Verschelde
Update Skeleton3D inspector Bone Transforms
2021-04-12Expose edit_node() for editor pluginskobewi
2021-04-11Merge pull request #47175 from YeldhamDev/help_search_early_matchRémi Verschelde
Select non-perfect matches if necessary in the Search Help dialog
2021-04-11Fix 3D selection box size for Node3DHaoyu Qiu
2021-04-10Merge pull request #37966 from pkowal1982/cleanup-profilerFabio Alessandrelli
Clean up profiler
2021-04-10Merge pull request #46340 from gongpha/various-color-pickerRémi Verschelde
Add Various ColorPicker shapes
2021-04-10Merge pull request #47596 from ↵Rémi Verschelde
EricEzaM/PR/fix-editor-settings-shortcuts-wrong-button-action Fixed Editor Shortcuts revert/edit/clear buttons performing the wrong action
2021-04-09Show a message when trying to zoom farther than the limitAaron Franke
2021-04-09Merge pull request #47733 from Calinou/editor-tweak-frame-time-displayRémi Verschelde
Tweak frame time display in the editor
2021-04-09Tweak frame time display in the editorHugo Locurcio
- Pad decimal values to avoid layout shifts when the frame time changes. - Cap values to 0.01 milliseconds to avoid division by zero in the FPS counter.
2021-04-09Fixes Node3D rotation in select mode on macOSHaoyu Qiu
2021-04-06Clean up profilerpkowal
2021-04-06Add Various ColorPicker shapesKongfa Waroros
2021-04-06Merge pull request #47651 from Calinou/export-improve-nonexistent-preset-errorsRémi Verschelde
Improve error messages for missing export presets when using `--export`
2021-04-06Improve error messages for missing export presets when using `--export`Hugo Locurcio
- Display a specific error message if the project doesn't have an `export_presets.cfg` file. - Display a list of detected export presets if an invalid export preset name is supplied.
2021-04-06Merge pull request #47200 from LightningAA/delete-from-project-manager-4.0Rémi Verschelde
Add the ability to remove project contents from the remove project dialog
2021-04-05Merge pull request #47622 from pycbouh/editor-plugins-expose-scaleRémi Verschelde
Expose editor scale to the plugin API
2021-04-05Expose editor scale to the plugin APIYuri Sizov
2021-04-05i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 5cfdb866606d0e5b551178d7331ab0e9410d717f)
2021-04-05Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde
2021-04-05Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde
2021-04-05Style: Apply clang-tidy's `modernize-use-bool-literals`Rémi Verschelde
2021-04-05Merge pull request #47633 from Calinou/editor-theme-scrollbar-add-backgroundRémi Verschelde
Add a subtle background to editor scrollbars
2021-04-05Merge pull request #47636 from qarmin/inputRémi Verschelde
Fix crashes in *_input functions
2021-04-05Merge pull request #47632 from Calinou/asset-search-autofocusRémi Verschelde
Automatically focus the Search field when displaying asset library
2021-04-05Merge pull request #47408 from megalobyte/remove-float-recastRémi Verschelde
Use double when setting the default step size
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-04-05Add a subtle background to editor scrollbarsHugo Locurcio
This makes it possible to see whether a scrollbar grabber is at the top or at the bottom of a scrollbar. Also, if a scrollable area is very large, this makes it easier to notice that the area can be scrolled (since the grabber is proportionally very small). The scrollbar grabbers were also made thicker and slightly more opaque for better visibility, especially in peripheral vision.
2021-04-05Automatically focus the Search field when displaying asset libraryHugo Locurcio
- Focus the project search box when switching from the Templates tab back to the Projects tab in the project manager. - Add a context-specific placeholder for the asset library search box. - Rename "Search" project filter box placeholder to the more descriptive "Filter projects". When performing a search on an existing selection, "Filter" is more accurate than "Search".
2021-04-04Merge pull request #47624 from Chaosus/vs_fix_context_menu_separatorRémi Verschelde
Fix few bugs in the context menu for Comment node in visual shaders
2021-04-04Fix separator duplication in visual shader context menuYuri Roubinsky
2021-04-04Prevents TextureUniform in visual shaders from conversion to constant Yuri Roubinsky
2021-04-04Merge pull request #46273 from Chaosus/vs_commentRémi Verschelde
Added Comment node to Visual Shaders
2021-04-04Fix typo in visual shader context menuYuri Roubinsky
2021-04-03Fixed Editor Shortcuts revert/edit/clear buttons performing the wrong action.EricEzaM
For shortcuts not in the 'Common' section, the wrong action was being executed. Fixes part of #47594
2021-04-01Merge pull request #46991 from madmiraal/rename-invert-reverseRémi Verschelde
Rename Array.invert() to Array.reverse()
2021-03-31Use double when setting the default step sizemegalobyte
Casting it as a float was causing issues with the progress bar
2021-04-01Merge pull request #43550 from KoBeWi/resourcismRémi Verschelde
Add option to exclude selected resources on export
2021-04-01Merge pull request #42890 from Ev1lbl0w/bugfix-import-zipRémi Verschelde
Allow Godot to import .ZIP files with non-regular structure
2021-04-01Merge pull request #43155 from nathanfranke/collapse-resource-previewRémi Verschelde
Collapse Resource Preview Properly
2021-03-31Update Skeleton3D inspector Bone Transforms K. S. Ernest (iFire) Lee
2021-03-31Merge pull request #47230 from trollodel/anim_track_colorRémi Verschelde
Preview the color animation in the animation editor
2021-03-31Merge pull request #47519 from AndreaCatania/AndreaCatania-patch-4Rémi Verschelde
Fixes editor crash on closing
2021-03-31Fixes editor crash on closingAndreaCatania
Fixes editor crash when the gizmo is destroyed and the `SceneTree` is already freed.
2021-03-30i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit cca2637b9b9dcb16070eb50a69c601a5f076c683)
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal