Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-03 | Merge pull request #63266 from reduz/cleanup-array-editing | Rémi Verschelde | |
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 | 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 | 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 | |
2022-08-01 | Merge pull request #55450 from ↵ | Rémi Verschelde | |
Calinou/script-editor-improve-light-theme-syntax-colors | |||
2022-07-31 | Merge pull request #63429 from RandomShaper/indicate_overridden | Rémi Verschelde | |
2022-07-31 | Merge pull request #49045 from foxydevloper/hide-custom-settings-non-advanced | Rémi Verschelde | |
2022-07-31 | Merge pull request #56063 from KoBeWi/dragging_nodes_over_wifi | Rémi Verschelde | |
2022-07-31 | Merge pull request #63737 from YuriSizov/editorresourceconversionpluginactomy | Rémi Verschelde | |
2022-07-31 | Merge pull request #63741 from MinusKube/script-editor-members-bug | Rémi Verschelde | |
Find a better solution for the script editor member list sometimes not being updated | |||
2022-07-31 | Improve script editor's light theme syntax colors for better readability | Hugo 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-31 | Merge pull request #62936 from Xwdit/script_doc_inspector_property | Rémi Verschelde | |
2022-07-31 | Find a better solution for the script editor member list sometimes not being ↵ | MinusKube | |
updated | |||
2022-07-31 | Extract EditorResourceConversionPlugin into its own source files and clean ↵ | Yuri Sizov | |
up editor includes | |||
2022-07-31 | Add node path drag from remote tree | kobewi | |
2022-07-31 | Improve tooltips for grouping/ungrouping nodes | foxydevloper | |
2022-07-31 | Hide altering custom properties in basic mode | fox | |
Hides the row for adding and removing custom properties from showing up when advanced mode is disabled. | |||
2022-07-31 | Fix EditorSettings crashes due to nullptr dereference | Sean 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-31 | Merge pull request #63697 from YeldhamDev/script_elements_fix | Rémi Verschelde | |
Fix elements not being shown on first selected script/doc | |||
2022-07-30 | Fix elements not being shown on first selected script/doc | Michael Alexsander | |
2022-07-31 | Merge pull request #63690 from snailrhymer/rotation-snap-fix | Rémi Verschelde | |
Fix default values for rotation snapping in canvas_item_editor_plugin.cpp | |||
2022-07-31 | Merge pull request #48948 from likeich/cleanup_binds | Rémi Verschelde | |
Remove unused bindings in ProjectManager | |||
2022-07-31 | Merge pull request #52025 from ↵ | Rémi Verschelde | |
Calinou/open-in-new-inspector-use-packedstringarray Use a PackedStringArray for the "open in new inspector" editor setting | |||
2022-07-30 | Fix default values for rotation snapping in canvas_item_editor_plugin.cpp | SnailRhymer | |
Default values for snap_rotation_step and snap_rotation_offset were transposed. Swap them back. | |||
2022-07-30 | Use a PackedStringArray for the "open in new inspector" editor setting | Hugo Locurcio | |
This is safer and provides a more convenient array editor for users. | |||
2022-07-30 | Merge pull request #63679 from PrecisionRender/master | Rémi Verschelde | |
Fix `ShapeCast3D` creating runtime shape in editor | |||
2022-07-30 | Fix `ShapeCast3D` creating runtime shape in editor | PrecisionRender | |
2022-07-30 | Improve usability of non-default values in the property inspector | Pedro J. Estébanez | |
- Provide a visual indication that a (sub)group contains non-default (revertable) values when it's collapsed. - Add a new option to the inspector's tools menu for expanding only (sub)groups containing properties with non-default values. | |||
2022-07-30 | Remove unused bindings in ProjectManager | Kyle | |
They were left over after changes to master made them obsolete. | |||
2022-07-30 | Merge pull request #63563 from aaronfranke/export-arch | Rémi Verschelde | |
2022-07-30 | Merge pull request #63664 from heppocogne/Fix-convert3to4-path-handling-issue | Rémi Verschelde | |
Fix a path handling issue of ProjectConverter3To4 | |||
2022-07-30 | Merge pull request #63647 from bruvzg/exp_msg_imp | Rémi Verschelde | |
Improve some export error messages. | |||
2022-07-30 | Merge pull request #63654 from bruvzg/font_prev_scale | Rémi Verschelde | |
Fix font preview plugin not using editor scale. | |||
2022-07-30 | Fix a path handling issue of ProjectConverter3To4 | heppocogne | |
2022-07-30 | Merge pull request #48548 from Calinou/editor-help-add-editor-settings | Rémi Verschelde | |
Add support for documenting most editor settings in the class reference | |||
2022-07-29 | Fix font preview plugin not using editor scale. | bruvzg | |
2022-07-29 | Merge pull request #61647 from KoBeWi/SaverResource | Rémi Verschelde | |
2022-07-29 | Add support for documenting most editor settings in the class reference | Hugo Locurcio | |
Settings defined in editor plugins are missing (about 100 of them), but all other settings (about 200 of them) can now be documented in the EditorSettings class. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> |