summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2021-08-06Merge pull request #51214 from Calinou/update-spinner-highlight-when-continuousRémi Verschelde
Change the editor update spinner color when updating continuously
2021-08-05Make animation reset do less spam.K. S. Ernest (iFire) Lee
2021-08-05Merge pull request #51285 from V-Sekai/reset-anim-spamK. S. Ernest (iFire) Lee
Reset baking should not spam on lack of animation players.
2021-08-05Merge pull request #50797 from AndreaCatania/AndreaCatania-patch-4K. S. Ernest (iFire) Lee
Fix Static & Rigid body generation on mesh import.
2021-08-05Reset baking should not spam on lack of animation players.K. S. Ernest (iFire) Lee
2021-08-05Merge pull request #51164 from TokageItLab/fix-gizmo-transform-scalingRémi Verschelde
Fixed gizmo forced implicit normalization and inconsistent rotation
2021-08-05Merge pull request #51215 from akien-mga/shortcut-rename-property-to-eventRémi Verschelde
Shortcut: Rename `shortcut` property to `event`
2021-08-05Merge pull request #51250 from ↵Rémi Verschelde
LightningAA/minor_view_rotation_gizmo_improvements-4.0 Minor visual improvements to the view rotation gizmo
2021-08-05Merge pull request #50707 from SirQuartz/patch-26Rémi Verschelde
2021-08-05Shortcut: Rename `shortcut` property to `event`Rémi Verschelde
Having a property which has the same name as its class leads to confusing situations (e.g. `BaseButton` has a `shortcut` property of type `Shortcut` which has a `shortcut` property of type `InputEvent`). Also renames `is_event` to `matches_event`, and `is_valid` to `has_valid_event` to better reflect what the methods check.
2021-08-04Add theme item descriptions to the online documentationYuri Sizov
2021-08-04Minor improvements to the view rotation gizmoLightning_A
2021-08-04Improve user communications in the theme editorYuri Sizov
2021-08-04Disable save button when Inspector is not editing anythingHaoyu Qiu
2021-08-03Fix the editor theme application for the Mono build logYuri Sizov
2021-08-03Change the editor update spinner color when updating continuouslyHugo Locurcio
Updating continuously should only be enabled for troubleshooting purposes, as it uses a lot of CPU/GPU power. The update spinner is now displayed in red when the Update Continuously editor setting is enabled.
2021-08-03Merge pull request #50454 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli
Implemented initial DAP support
2021-08-03Cache EditorResourcePicker's allowed typesYuri Sizov
2021-08-03i18n: Sync template with current 3.x codebaseRémi Verschelde
Weblate will now track the state of `3.x` to prepare for the 3.4 release. (cherry picked from commit 92bafdcafb2c2d50b9079728842b825c72b99c19)
2021-08-03i18n: Sync translations with WeblateRémi Verschelde
Last POT sync with the `3.3` branch, we'll now switch Weblate to track `3.x` to prepare for the 3.4 release. (cherry picked from commit dec840452d5986ec8099b92ebabf454757da8b04)
2021-08-03Merge pull request #51006 from foxydevloper/drag-drop-namingRémi Verschelde
Name nodes added when drag & dropping an image by `name_casing`
2021-08-03Merge pull request #51118 from SirQuartz/patch-39Rémi Verschelde
Make the "View" menu in the 3D viewport stay open when selecting a checkbox
2021-08-03Added more input/output built-ins to visual shadersYuri Roubinsky
2021-08-03Merge pull request #50703 from Chaosus/vs_remove_subparticles_from_startRémi Verschelde
Removes EmitParticle node from the start functions in visual shader
2021-08-03Fixed gizmo forced uniform scale and inconsistent rotationSilc 'Tokage' Renew
2021-08-02Merge pull request #51039 from nekomatata/layer-grid-32Rémi Verschelde
Refactor layer property editor grid
2021-08-02Merge pull request #51144 from Chaosus/vs_versionYuri Roubinsky
Makes dictionary instead of string for visual shader version
2021-08-02Merge pull request #51168 from akien-mga/dependency-move-to-trashRémi Verschelde
Dependency editor: Edit message about move to trash
2021-08-02Merge pull request #50122 from Paulb23/code_edit_auto_brace_completionRémi Verschelde
2021-08-02Makes dictionary instead of string for visual shader versionYuri Roubinsky
Update doc/classes/VisualShader.xml Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-08-02Merge pull request #51004 from groud/tilemap_layersRémi Verschelde
Implements TileMap layers and move TileSetPlugins's functions to the TileMap node instead
2021-08-02Merge pull request #51173 from RandomShaper/tidy_property_reversionRémi Verschelde
Fix up property reversion
2021-08-02Merge pull request #51170 from timothyqiu/spin-slider-osxRémi Verschelde
Use Command+Drag in EditSpinSlider on macOS
2021-08-02Fix up property reversionPedro J. Estébanez
2021-08-02Implements TileMap layers and move TileSetPlugins's functions to the TileMap ↵Gilles Roudière
node instead
2021-08-02Merge pull request #49783 from aaronfranke/real-editor-pluginsRémi Verschelde
Use real_t in editor plugins
2021-08-02Use Command+Drag in EditSpinSlider on macOSHaoyu Qiu
2021-08-02Merge pull request #50430 from goostengine/ctrl-enter-commitRémi Verschelde
VCS: Allow to stage and commit all files with Ctrl + Enter
2021-08-02Dependency editor: Edit message about move to trashRémi Verschelde
Fixes #47106.
2021-08-02Implemented initial DAP supportEv1lbl0w
Implemented "output" event Refactored "seq" field generation Prevent debugging when editor and client are in different projects Removed unneeded references to peer on the parser Refactored way to detect project path Implemented "setBreakpoints" request Fix double events when terminating from client Refactored "stopped" event Implemented "stopped" with breakpoint event Implemented "stackTrace", "scopes" and "variables" request Report incoming number of stack dump variables Implemented proper reporting of scopes and variables from stack frames Prevent editor from grabbing focus when a DAP session is active Implemented "next" and "stepIn" requests Implemented "Source" checksum computing Switched expected errors from macros to silent guards Refactored message_id Respect client settings regarding lines/columns behavior Refactored nested DAP fields Implement reporting of "Members" and "Globals" scopes as well Fix error messages not being shown, and improved wrong path message
2021-08-01Use real_t in editor pluginsAaron Franke
Also use const more often and delete dead code in CanvasItemEditor
2021-08-01Clean up and complete CodeEdit inspector and docsPaulb23
2021-08-01Merge pull request #51139 from Chaosus/fix_canvasitem_drag_warningRémi Verschelde
Prevent warning spam to console when dragging a CanvasItem in container
2021-08-01Move symbol lookup into CodeEditPaulb23
2021-08-01Move line length guidelines into CodeEditPaulb23
2021-08-01Move brace matching into CodeEditPaulb23
2021-08-01Move auto brace completion to CodeEditPaulb23
2021-08-01Prevent warning spam to console when dragging a CanvasItem in containerYuri Roubinsky
2021-08-01Fix crash on doc dragging in script list panelYuri Roubinsky
2021-08-01Merge pull request #51124 from YeldhamDev/local_editor_dup_fixRémi Verschelde
Fix being able to add duplicate files in the Localization editor