summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2021-12-05Remove or make verbose some debugging printsHugo Locurcio
The message about SpatialMaterial conversion was turned into a warning, as it can potentially interfere with porting projects from Godot 3.x (if there's a bug in the conversion code).
2021-12-05Merge pull request #55559 from pycbouh/docs-overridden-cross-linkedRémi Verschelde
2021-12-04Auto-Increment Debugger PortNathan Franke
Note: This PR also changes the port of the GDScript Language Server from 6008 to 6005. This opens enough ports above the debug port (6007) for this change to be useful.
2021-12-04Merge pull request #55613 from YeldhamDev/base_type_noneRémi Verschelde
Disable base type changing when no type is selected in the theme editor
2021-12-03Disable base type changing when no type is selected in the theme editorMichael Alexsander
2021-12-03Merge pull request #55590 from Chaosus/shader_dockYuri Roubinsky
2021-12-03Add `New Shader` option to the FileSystemDock popup menu.Yuri Roubinsky
2021-12-03Make overridden properties link to parent definitionYuri Sizov
Co-authored-by: Josh DeGraw <joshmdegraw@gmail.com>
2021-12-03Merge pull request #55520 from pycbouh/docs-sort-group-newline-theme-and-enumsRémi Verschelde
2021-12-03Merge pull request #55576 from Chaosus/vs_new_int_opsYuri Roubinsky
Add bitwise operators to `VisualShaderNodeIntOp`
2021-12-03Merge pull request #55578 from madmiraal/fix-55561Rémi Verschelde
2021-12-03Add bitwise operators to `VisualShaderNodeIntOp`Yuri Roubinsky
2021-12-03Merge pull request #54687 from KoBeWi/where_mouseRémi Verschelde
2021-12-03Allow any kind of Mesh to be added to an EditorNode3DGizmoMarcel Admiraal
2021-12-02Merge pull request #55522 from Calinou/3d-editor-drag-and-drop-auto-root-nodeRémi Verschelde
Automatically add root node when drag-and-dropping in 3D editor
2021-12-02Merge pull request #52916 from aaronfranke/no-default-envRémi Verschelde
Remove `default_env.tres` from generating in new projects
2021-12-02Merge pull request #55474 from akien-mga/copy-operators-no-referenceRémi Verschelde
2021-12-02Merge pull request #55548 from pycbouh/editor-scroll-dat-previewRémi Verschelde
2021-12-02Allow scrolling theme preview when the control picker is activeYuri Sizov
2021-12-02Merge pull request #55530 from raulsntos/fix-duplicate-script-propertyRémi Verschelde
Skip `script` property in remote object property list
2021-12-02Merge pull request #55392 from TokageItLab/fix-skeleton-3d-editor-exiting-oddlyRémi Verschelde
Fixed gizmo bug when `Skeleton3DEditor` is re-generated
2021-12-02Merge pull request #55525 from and-rad/expand-tree-crash-fixRémi Verschelde
2021-12-01Skip script property in remote object property listRaul Santos
2021-12-01Fix editor crash when expanding/collapsing empty scene treeAndreas Raddau
2021-12-01Automatically add root node when drag-and-dropping in 3D editorHugo Locurcio
This also uses correct capitalization scheme for 3D meshes that are drag-and-dropped, like in the 2D editor.
2021-12-01Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov
2021-11-30Improve Curve with const and real_tAaron Franke
2021-11-30Merge pull request #55485 from KoBeWi/is_there_something_this_tool_can't_do_lolRémi Verschelde
2021-11-30Merge pull request #55469 from KoBeWi/lnRémi Verschelde
2021-11-30Mention that Ctrl+Alt with select tool will scalekobewi
2021-11-30Don't return reference on copy assignment operatorsRémi Verschelde
We prefer to prevent using chained assignment (`T a = b = c = T();`) as this can lead to confusing code and subtle bugs. According to https://en.wikipedia.org/wiki/Assignment_operator_(C%2B%2B), C++ allows any arbitrary return type, so this is standard compliant. This could be re-assessed if/when we have an actual need for a behavior more akin to that of the C++ STL, for now this PR simply changes a handful of cases which were inconsistent with the rest of the codebase (`void` return type was already the most common case prior to this commit).
2021-11-30Fix a crash in editor's script parent class checkYuri Sizov
2021-11-30Improve language lists in localization editorkobewi
2021-11-29Merge pull request #55451 from Calinou/scene-tree-dock-fix-icon-theme-changeRémi Verschelde
Fix scene tree dock icon not switching colors on theme change
2021-11-30Right-clicking with copied tiles cancels itFazil Babu
2021-11-29Fix scene tree dock icon not switching colors on theme changeHugo Locurcio
This fixes the "three vertical dots" button at the right of the scene tree dock when switching from a dark theme to a light theme or vice versa.
2021-11-29Merge pull request #55341 from ator-dev/fix-line-deletionRémi Verschelde
2021-11-29Merge pull request #55052 from RPicster/master-particles-visibility-rectRémi Verschelde
2021-11-28Visibility rect only shown when a GPUParticle2D is selected to reduce visual ↵Raffaele Picca
clutter in scenes with a lot of Particle nodes.
2021-11-28Fix 'Add Node...' menu entries in AnimationNodeBlendTreeEditorWilson E. Alvarez
2021-11-28Fixed odd behavior when Skeleton3DEditor is re-generatedSilc 'Tokage' Renew
2021-11-27Fix offset in Viewport drag movementPablo Dobarro
The initial offset was using the mouse position when the threshold was reached instead of the initial click position. This was adding the drag threshold distance as an extra offset to the final transformation. Now the offset is calculated from the initial click position.
2021-11-26Remove default_env.tres from generating in new projectsAaron Franke
2021-11-26Make delete_lines work correctly regardless of the selectionator-dev
2021-11-25Move logic for saving project features to ProjectSettings save_customAaron Franke
2021-11-24Project feature warning systemAaron Franke
2021-11-24Show scene when showing built-in script filekobewi
2021-11-24Merge pull request #55238 from Giwayume/bugfix/atlas_cutoff_edge_masterRémi Verschelde
Atlas import 1px missing from right side of non-cropped image.
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-23Fix edge case where 1px cut off from right of imageGiwayume
Remove -1 px