Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-06 | Merge pull request #63712 from object71/fix-export-issues | Rémi Verschelde | |
2022-08-06 | Merge pull request #63700 from YeldhamDev/no_methods_to_filter_pal | Rémi Verschelde | |
Hide method filter bar when selecting a doc in the Script editor | |||
2022-08-06 | Merge pull request #63704 from fire-forge/no-code | Rémi Verschelde | |
Fix EditorPropertyMultilineText expression mode | |||
2022-08-06 | Merge pull request #63776 from fire-forge/shapecast2d | Rémi Verschelde | |
Add ShapeCast2D editor handle and improve debug drawing | |||
2022-08-06 | Merge pull request #63871 from bruvzg/ts_build_options | Rémi Verschelde | |
Add Text Server related options to the build profiles editor. | |||
2022-08-06 | Merge pull request #63887 from qarmin/more_renames | Rémi Verschelde | |
Various converter enhancements and bugfixes | |||
2022-08-06 | Merge pull request #63958 from hakro/fix-control-animation-keys | Rémi Verschelde | |
Remove rect_ prefix from control properties when keyframing | |||
2022-08-05 | Rebuild the trees in the EditorFeatureProfile dialog when the editor theme ↵ | Yuri Sizov | |
changes | |||
2022-08-05 | Remove rect_ prefix from control properties when keyframing | Hakim | |
2022-08-05 | Tweak PopupMenu item spacing in the editor theme | Hugo Locurcio | |
- Increase spacing between items for easier clicking with the mouse. - Increase lateral margins for better visual appearance. - Decrease margin at the top and bottom to compensate for the increased per-item height. | |||
2022-08-05 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 4e64c1f1b6c842cbf343f4f1f176f6fa0671bbc7) | |||
2022-08-04 | Rename shader parameter uniform setter/getter methods for consistency | Hugo Locurcio | |
`shader_uniform` is now consistenly used across both per-shader and per-instance shader uniform methods. This makes methods easier to find in the class reference when looking for them. | |||
2022-08-04 | Merge pull request #63915 from YuriSizov/editor-theme-type-is-wideboi | Rémi Verschelde | |
2022-08-04 | Add text overrun behavior for the theme type selector | Yuri Sizov | |
2022-08-04 | Fixup array property inspector | Ricardo Buring | |
2022-08-04 | Merge pull request #62572 from Calinou/editor-node-warnings-multiple-icons | Rémi Verschelde | |
Distinguish multiple node configuration warnings in the scene tree dock | |||
2022-08-04 | Merge pull request #63894 from fire-forge/add-metadata-button | Rémi Verschelde | |
Add spacing above the "Add Metadata" button | |||
2022-08-04 | Add editor icons for all AudioStream resources | Hugo Locurcio | |
2022-08-04 | Distinguish multiple node configuration warnings in the scene tree dock | Hugo 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-03 | Various converter enhancements and bugfixes | Rafał Mikrut | |
2022-08-03 | Removed faulty function update after get_property_list. | Hristo Stamenov | |
The function tried to rearrange properties but that lead to problems with duplication or deleted properties. Implemented the logic that that function did inside the get_property_list both for tool scripts and non-tool scripts. | |||
2022-08-03 | Merge pull request #63877 from YeldhamDev/check_theme_fix | Rémi Verschelde | |
Fix text position when hovering pressed `CheckButton/Box` elements in the editor | |||
2022-08-03 | Merge pull request #56442 from PucklaMotzer09/remap_files_moved | Rémi Verschelde | |
2022-08-03 | Merge pull request #63867 from Calinou/editor-rename-visual-shader-setting | Rémi Verschelde | |
2022-08-03 | Fix text position when hovering pressed `CheckButton/Box` elements in the editor | Michael Alexsander | |
2022-08-03 | Merge pull request #48561 from Calinou/editor-theme-selected-tab-border-lineup | Rémi Verschelde | |
2022-08-03 | Add Text Server related options to the build profiles editor. | bruvzg | |
Adds SCons options to disable Brotli and Graphite. Adds option categories to the build profiles editor. Adds options default state to the build profiles editor. Adds Text Server related options to the build profiles editor. Fix misplaced OpenGL/Vulkan SCons options. | |||
2022-08-03 | Show dependency warning when removing remaps and fallback if translation | PucklaMotzer09 | |
remap does not exist | |||
2022-08-03 | Rename visual shader editor setting category for proper capitalization | Hugo Locurcio | |
2022-08-03 | Merge pull request #63266 from reduz/cleanup-array-editing | Rémi Verschelde | |
2022-08-03 | Visually line up the selected tab with the underlying panel with borders | Hugo Locurcio | |
2022-08-03 | Don't replace RootMotionView with Node in a running project | Hugo 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-02 | Add 4px of spacing above the "Add Metadata" button | FireForge | |
2022-08-02 | Clean-up array editing | reduz | |
2022-08-02 | Merge pull request #63597 from paddy-exe/spatial-shader-built-ins | Rémi Verschelde | |
Add often used built-ins (camera-pos, object-pos, camera-eye etc.) to spatial shaders | |||
2022-08-02 | Merge pull request #63830 from KoBeWi/regEX | Rémi Verschelde | |
Add static method for creating RegEx | |||
2022-08-02 | Add spatial built-ins (camera-pos, object-pos, camera-eye etc.) | Patrick Exner | |
2022-08-02 | Merge pull request #63825 from fire-forge/bpm | Rémi Verschelde | |
2022-08-02 | Add static method for creating RegEx | kobewi | |
2022-08-02 | Merge pull request #50614 from foxydevloper/clarify-group-tooltip | Rémi Verschelde | |
Improve tooltips for grouping/ungrouping nodes | |||
2022-08-02 | Add capitalization for "BPM" | FireForge | |
2022-08-02 | Update remaps in "file_removed" signal | PucklaMotzer09 | |
2022-08-02 | Show that resources of remaps can not be found | PucklaMotzer09 | |
2022-08-02 | Change translation remaps if files are moved | PucklaMotzer09 | |
2022-08-02 | Display sub-plugins when Stay in Script Editor is On | Alfred 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-02 | Merge pull request #63806 from DarkMessiah/guidelines-appearance-bug | Rémi Verschelde | |
2022-08-02 | Fix guidelines appearance | Stanislav Labzyuk | |
2022-08-01 | Remove `CustomPropertyEditor` completely | Yuri Sizov | |
2022-08-01 | Improve easing inspector usability | Hugo 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-01 | Remove excessive `editor/property_editor.h` includes | Yuri Sizov | |