summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2022-08-04Merge pull request #62572 from Calinou/editor-node-warnings-multiple-iconsRémi Verschelde
Distinguish multiple node configuration warnings in the scene tree dock
2022-08-04Merge pull request #63894 from fire-forge/add-metadata-buttonRémi Verschelde
Add spacing above the "Add Metadata" button
2022-08-04Add editor icons for all AudioStream resourcesHugo Locurcio
2022-08-04Distinguish multiple node configuration warnings in the scene tree dockHugo Locurcio
A number of dots is present next to the node configuration icon warning when there is more than 1 warning. Co-authored-by: Hendrik Brucker <hendrik.brucker@mail.de>
2022-08-03Merge pull request #63877 from YeldhamDev/check_theme_fixRémi Verschelde
Fix text position when hovering pressed `CheckButton/Box` elements in the editor
2022-08-03Merge pull request #56442 from PucklaMotzer09/remap_files_movedRémi Verschelde
2022-08-03Merge pull request #63867 from Calinou/editor-rename-visual-shader-settingRémi Verschelde
2022-08-03Fix text position when hovering pressed `CheckButton/Box` elements in the editorMichael Alexsander
2022-08-03Merge pull request #48561 from Calinou/editor-theme-selected-tab-border-lineupRémi Verschelde
2022-08-03Show dependency warning when removing remaps and fallback if translationPucklaMotzer09
remap does not exist
2022-08-03Rename visual shader editor setting category for proper capitalizationHugo Locurcio
2022-08-03Merge pull request #63266 from reduz/cleanup-array-editingRémi Verschelde
2022-08-03Visually line up the selected tab with the underlying panel with bordersHugo Locurcio
2022-08-03Don't replace RootMotionView with Node in a running projectHugo Locurcio
This behavior was inconsistent with other editor-only nodes such as Position3D, Position2D and ReferenceRect. It also caused issues when a script extended RootMotionView as it ceased to work when the project was run.
2022-08-02Add 4px of spacing above the "Add Metadata" buttonFireForge
2022-08-02Clean-up array editingreduz
2022-08-02Merge pull request #63597 from paddy-exe/spatial-shader-built-insRémi Verschelde
Add often used built-ins (camera-pos, object-pos, camera-eye etc.) to spatial shaders
2022-08-02Merge pull request #63830 from KoBeWi/regEXRémi Verschelde
Add static method for creating RegEx
2022-08-02Add spatial built-ins (camera-pos, object-pos, camera-eye etc.)Patrick Exner
2022-08-02Merge pull request #63825 from fire-forge/bpmRémi Verschelde
2022-08-02Add static method for creating RegExkobewi
2022-08-02Merge pull request #50614 from foxydevloper/clarify-group-tooltipRémi Verschelde
Improve tooltips for grouping/ungrouping nodes
2022-08-02Add capitalization for "BPM"FireForge
2022-08-02Update remaps in "file_removed" signalPucklaMotzer09
2022-08-02Show that resources of remaps can not be foundPucklaMotzer09
2022-08-02Change translation remaps if files are movedPucklaMotzer09
2022-08-02Display sub-plugins when Stay in Script Editor is OnAlfred R. Baudisch
Currently, with stay_in_script_editor_on_node_selected as On, inspector_only is forcibly set, and no editors from the node selected are displayed. With this change, if the selected Node has a Main Editor, it's still not shown (the intended behaviour of the feature), but the sub-editors are shown, this correctly opens the AnimationPlayerEditor plugin and other sub-plugins. Fixes and closes #63621.
2022-08-02Merge pull request #63806 from DarkMessiah/guidelines-appearance-bugRémi Verschelde
2022-08-02Fix guidelines appearanceStanislav Labzyuk
2022-08-01Remove `CustomPropertyEditor` completelyYuri Sizov
2022-08-01Improve easing inspector usabilityHugo Locurcio
- Add `positive_only` property hint to disallow using negative presets. These values are clamped in several places in the editor already, so this avoids displaying presets that don't work. - Move the Zero preset at the end of the positive list to match the custom property editor. It's also used less often than Linear, Ease In and Ease Out. - Rename presets to be consistent between the easing property editor and custom property editor. - Remove unused `inout` hint which was redundant since it was already the default.
2022-08-01Remove excessive `editor/property_editor.h` includesYuri Sizov
2022-08-01Merge pull request #55450 from ↵Rémi Verschelde
Calinou/script-editor-improve-light-theme-syntax-colors
2022-07-31Merge pull request #63429 from RandomShaper/indicate_overriddenRémi Verschelde
2022-07-31Merge pull request #49045 from foxydevloper/hide-custom-settings-non-advancedRémi Verschelde
2022-07-31Merge pull request #56063 from KoBeWi/dragging_nodes_over_wifiRémi Verschelde
2022-07-31Merge pull request #63737 from YuriSizov/editorresourceconversionpluginactomyRémi Verschelde
2022-07-31Merge pull request #63741 from MinusKube/script-editor-members-bugRémi Verschelde
Find a better solution for the script editor member list sometimes not being updated
2022-07-31Improve script editor's light theme syntax colors for better readabilityHugo Locurcio
New colors were hand-picked to have a better contrast rate, while still following the general coloring of the previous light theme. This improves the light theme's accessibility, especially in outdoor environments with direct sunlight.
2022-07-31Merge pull request #62936 from Xwdit/script_doc_inspector_propertyRémi Verschelde
2022-07-31Find a better solution for the script editor member list sometimes not being ↵MinusKube
updated
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean ↵Yuri Sizov
up editor includes
2022-07-31Add node path drag from remote treekobewi
2022-07-31Improve tooltips for grouping/ungrouping nodesfoxydevloper
2022-07-31Hide altering custom properties in basic modefox
Hides the row for adding and removing custom properties from showing up when advanced mode is disabled.
2022-07-31Fix EditorSettings crashes due to nullptr dereferenceSean Kim
Fixes #45979 Noted a few places in this file that would have similar errors, so any access to the EditorSettings singleton has had a check added.
2022-07-31Merge pull request #63697 from YeldhamDev/script_elements_fixRémi Verschelde
Fix elements not being shown on first selected script/doc
2022-07-30Fix elements not being shown on first selected script/docMichael Alexsander
2022-07-31Merge pull request #63690 from snailrhymer/rotation-snap-fixRémi Verschelde
Fix default values for rotation snapping in canvas_item_editor_plugin.cpp
2022-07-31Merge pull request #48948 from likeich/cleanup_bindsRémi Verschelde
Remove unused bindings in ProjectManager