summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2022-06-03Fix state machine styleGuilherme Felipe de C. G. da Silva
2022-06-03Update half resolution immediatelykobewi
2022-06-02Merge pull request #61626 from Haydoggo/path-editor-handle-swapRémi Verschelde
Swap Path3DGizmo control points order
2022-06-02Merge pull request #61292 from KoBeWi/hack_your_way_to_fix_the_bugJFonS
2022-06-02Merge pull request #60517 from Calinou/3d-editor-audiostreamplayer3d-add-gizmoJFonS
2022-06-02swap path_3d_editor_plugin control points orderHayden Leete
2022-05-31Merge pull request #61455 from fire-forge/tabRémi Verschelde
Add color contrast to TabContainer backgrounds in the editor
2022-05-31Merge pull request #61440 from vnen/gdscript-scene-unique-nodesRémi Verschelde
GDScript: Support `%` in shorthand for `get_node`
2022-05-30Improve Graphedit connection linesHendrik Brucker
2022-05-30Merge pull request #61505 from ArneStenkrona/script-drop-focusRémi Verschelde
Ensure focus when dropping to script editor
2022-05-30Merge pull request #61488 from fire-forge/filterRémi Verschelde
2022-05-28Use consistent casing in editor filter/search barsFireForge
2022-05-28Ensure focus when dropping to script editorArne Stenkrona
This improves usability by making sure actions subsequent to drop are performed within the script editor. For example, dropping a node from the scene tree to the script editor and attempting undo will now undo the drop instead of performing an undo in the scene tree. Fixes issue #61465
2022-05-27Merge pull request #61264 from KoBeWi/zoom_reset_begoneRémi Verschelde
Remove zoom_reset shortcut in 2D editor
2022-05-27GDScript: Support `%` in shorthand for `get_node`George Marques
The `%` is used in scene unique nodes. Now `%` can also be used instead of `$` for the shorthand, besides being allowed generally anywhere in the path as the prefix for a node name.
2022-05-26Use "odd" style for TabContainers on base BG colorFireForge
- Use the "odd" style for TabContainers that are on a background with the same color as the default TabContainer background color to add contrast
2022-05-26Improve TextureRegionEditorkobewi
2022-05-26Add a gizmo to visualize AudioStreamPlayer3D's audible radiusHugo Locurcio
The ring's color changes depending on the attenuation model chosen, and whether Max Distance is capping the distance the sound can be heard at. Cold colors are used when the volume cap is a "soft" cap (the sound can still be heard past the distance, but only faintly). Warm colors are used when the volume cap is a "hard" cap (the sound can't be heard past the distance at all). White is used for linear fade performed when the attenuation model is Disabled and Max Distance is greater than 0. No ring is drawn when the attenuation model is Disabled and Max Distance is equal to 0 (since the sound can be heard from anywhere).
2022-05-26Merge pull request #61337 from reduz/improve-stylebox-previewRémi Verschelde
Improve StyleBox preview
2022-05-26Improve StyleBox previewreduz
* Show checkerboard on background. * Add margins. * Show Ninepatch lines (toggleable). * Move the region to its own section so it does not pollute.
2022-05-25Improve style of inspector buttonskobewi
2022-05-25Merge pull request #61352 from Faless/ext/linux_exportRémi Verschelde
[Editor] Fix GDExtension GNU/Linux export.
2022-05-24Merge pull request #60641 from clayjohn/Sky-ignRémi Verschelde
Use IGN instead of white noise for sky dithering
2022-05-24Use IGN instead of white noise for sky ditheringclayjohn
2022-05-24Remove configuration warning from AnimationPlayerSnailRhymer
Remove warning about animations in different libraries having the same name, since shared names are fine. Also fix missing vformat argument when setting the name of an animation to one that does conflict with an animation in the same library.
2022-05-24Merge pull request #61342 from reduz/reorganize-region-rect-editorJuan Linietsky
Reorganize Region Rect Editor
2022-05-24[Editor] Report GDExtension export errors and missing libraries.Fabio Alessandrelli
2022-05-24Merge pull request #61106 from snailrhymer/animation-library-fixesRémi Verschelde
Fix errors and improve UX relating to new animation libraries
2022-05-24Merge pull request #47665 from trollodel/tree_more_buttons_signalsRémi Verschelde
2022-05-24Reorganize Region Rect Editorreduz
Problem: * Region rect was pretty much a hidden editor. Because it was annoying for it to pop up automatically, it did not. * Because it did not, most users have no idea it even exists. * But because it is a transient editor, it would steal focus of other editor and annoy users. Solution: * Editor has been moved to a window. * Regions that can be edited add a button below the region which can be pressed to open the editor. This required a slight change in EditorInspectorPlugin to allow custom editors to be below others.
2022-05-24Merge pull request #60803 from Chaosus/shader_hint_renameRémi Verschelde
Rename `hint_albedo`, `hint_white/black` in shaders
2022-05-23Fix typos with codespellRémi Verschelde
Using codespell 2.2-dev from current git.
2022-05-23Improve MultiplayerSynchronizer editor usabilityreduz
* Add a button to add properties (which lets you select node and property) * Add ability to drag properties and drop them to the editor. * Made the editor transient (not always visible on the bottom) since its not needed most of the time. * Added the ability to pin the editor, in case dragging properties from other nodes is desired.
2022-05-22Remove zoom_reset shortcut in 2D editorkobewi
2022-05-22Redraw selected 3D gizmo on deselectkobewi
2022-05-21Add the button pressed to some signals in Treetrollodel
2022-05-20Add a new HashSet templatereduz
* Intended to replace RBSet in most cases. * Optimized for iteration speed
2022-05-19Tweaks to improve the Project Manager display at small sizesAaron Franke
2022-05-19Tweak minsize of editor ColorPickerButtonskobewi
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-18Merge pull request #61148 from Jummit/drop-unique-nodesRémi Verschelde
2022-05-18Merge pull request #60774 from TokageItLab/root-seek-modeRémi Verschelde
Fixed broken root motion calculation in internal process of `AnimationBlendTree` such as `NodeOneShot`
2022-05-18Use % when dropping unique scene nodes into scriptJummit
This expands uppon #60708, using `get_node("%NodeName")` for nodes that have a unique scene name to avoid having to change the onready statements when the paths of the nodes change.
2022-05-17Merge pull request #61115 from KoBeWi/don't_quote_me_on_thatRémi Verschelde
2022-05-17Include quotes conditionally for dropped pathskobewi
2022-05-17Merge pull request #55134 from KoBeWi/script_pillow_or_somethingRémi Verschelde
Always soft-reload scripts
2022-05-17Merge pull request #60708 from timothyqiu/drop-onreadyRémi Verschelde
2022-05-17Add node list param to `GraphEdit::delete_nodes_request` signalYuri Rubinsky
2022-05-17Merge pull request #59242 from Sauermann/fix-editor-select-toplevelRémi Verschelde
Fix that Top Level CanvasItems are unselectable in editor
2022-05-17Create onready variables when dropping nodes and holding CtrlHaoyu Qiu