summaryrefslogtreecommitdiffstats
path: root/editor/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fixed undo/redo behaviour of color picker and added ability to ↵Zi Ye2024-03-241-0/+2
| | | | cancel/confirm color selection.
* Merge pull request #89599 from timothyqiu/vegetateRémi Verschelde2024-03-2312-0/+16
|\ | | | | Fix unexpected auto translation of editor `Tree` content
| * Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-1812-0/+16
| |
* | Merge pull request #89823 from YeldhamDev/variation,_not_notificationRémi Verschelde2024-03-242-9/+0
|\ \ | | | | | | | | | Remove pointless `_notification()` function in `EditorPropertyOTVariation`
| * | Remove pointless `_notification()` function in `EditorPropertyOTVariation`Michael Alexsander2024-03-232-9/+0
| |/
* | Merge pull request #89799 from timothyqiu/line-numbersRémi Verschelde2024-03-242-6/+4
|\ \ | | | | | | | | | Translate "Line N" as a whole
| * | Translate "Line N" as a wholeHaoyu Qiu2024-03-232-6/+4
| |/
* | Merge pull request #89732 from azuloo/animation-player-pin-fixRémi Verschelde2024-03-241-0/+2
|\ \ | | | | | | | | | Fix AnimationPlayer pin behavior
| * | Fix AnimationPlayer pin behaviorazuloo2024-03-211-0/+2
| |/
* | Merge pull request #89111 from AThousandShips/vec_useRémi Verschelde2024-03-245-17/+7
|\ \ | | | | | | | | | Use `Vector*` component-wise `min/max/clamp` functions where applicable
| * | Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-205-17/+7
| |/
* | Merge pull request #88997 from jsjtxietian/parallaxRémi Verschelde2024-03-242-11/+30
|\ \ | | | | | | | | | Disable lock and group buttons when selected item is not CanvasItem
| * | Disable lock and group buttons when selected item can't be locked or groupedjsjtxietian2024-03-212-11/+30
| |/
* | Merge pull request #87874 from AThousandShips/sort_fixRémi Verschelde2024-03-241-1/+1
|\ \ | | | | | | | | | Fix sorting of files/dirs in dialogs
| * | Fix sorting of files/dirs in dialogsA Thousand Ships2024-03-201-1/+1
| |/ | | | | | | Sorts leading `_` before other characters except `.`.
* | Merge pull request #87171 from TokageItLab/retrieve-time-info-from-anim-treeRémi Verschelde2024-03-242-8/+5
|\ \ | | | | | | | | | Rework AnimationNode process for retrieving the semantic time info
| * | Rework AnimationNode process for retrieving the semantic time infoSilc Lizard (Tokage) Renew2024-03-202-8/+5
| |/
* / Add editor settings for autocompletion with NodePath and StringNameVolTer2024-03-191-1/+4
|/
* Merge pull request #89437 from jsjtxietian/help-labelRémi Verschelde2024-03-131-4/+2
|\ | | | | | | Fix help label will be partly outside the view area at 150% editor scale
| * Fix help label will be partly outside the view area at 150% editor scalejsjtxietian2024-03-131-4/+2
| |
* | Merge pull request #89434 from jsjtxietian/center-viewRémi Verschelde2024-03-131-0/+2
|\ \ | | | | | | | | | Fix center view button appears outside the GenericTilePolygonEditor
| * | Fix center view button appears outside the GenericTilePolygonEditorjsjtxietian2024-03-131-0/+2
| |/
* / clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-121-1/+1
|/
* Use 3D editor gizmo helper for FogVolume to allow dragging individual facesHugo Locurcio2024-03-092-47/+29
|
* Merge pull request #89292 from Chaosus/vs_fix_crashRémi Verschelde2024-03-091-0/+1
|\ | | | | | | Fix possible crash when converting a node to other in visual shader
| * Fix possible crash when converting a node to other in visual shaderYuri Rubinsky2024-03-081-0/+1
| |
* | Merge pull request #89286 from Kiisu-Master/fix-pot-generationRémi Verschelde2024-03-092-14/+34
|\ \ | |/ |/| | | Fix packed scene translation parser missing strings.
| * Fix packed scene translation parser missing strings.Kiisu_Master2024-03-082-14/+34
| |
* | Merge pull request #89264 from ryevdokimov/don't-update-snap-every-scanRémi Verschelde2024-03-082-2/+7
|\ \ | | | | | | | | | Move `snap_controls_to_pixels` from process to projects settings changed method
| * | Move `snap_controls_to_pixels` from process to projects settings changed methodRobert Yevdokimov2024-03-072-2/+7
| |/
* | Merge pull request #89204 from luevano/fix-cyclic-dep-on-dropRémi Verschelde2024-03-084-30/+58
|\ \ | | | | | | | | | Fix wrong undo-redo action when dropping files containing circular dependencies
| * | Fix wrong undo-redo action when dropping files containing circular dependenciesDavid Luevano Alvarado2024-03-074-30/+58
| |/
* | Merge pull request #87161 from ryevdokimov/do-not-commitRémi Verschelde2024-03-089-51/+72
|\ \ | |/ |/| | | Do not commit transforms and handles if no changes were made
| * Do not commit transforms and handles if no changes were madeRobert Yevdokimov2024-02-129-51/+72
| |
* | Merge pull request #87886 from ryevdokimov/don't-use-physics-processRémi Verschelde2024-03-071-3/+3
|\ \ | | | | | | | | | Do not use `NOTIFICATION_PHYSICS_PROCESS` for 2D Editor
| * | Do not use physics process for 2D editorRobert Yevdokimov2024-02-021-3/+3
| | |
* | | Merge pull request #87989 from ryevdokimov/fix-editor-tool-tooltipsRémi Verschelde2024-03-071-0/+3
|\ \ \ | | | | | | | | | | | | Show modifier key functionality on all the editor tools
| * | | Show modifier key functionality on all the editor toolsRobert Yevdokimov2024-02-051-0/+3
| | | |
* | | | Merge pull request #89132 from jsjtxietian/lock-updateRémi Verschelde2024-03-062-29/+34
|\ \ \ \ | | | | | | | | | | | | | | | Update lock and group button state when selection changed in CanvasItemEditor
| * | | | Update lock and group button state when selection changedjsjtxietian2024-03-062-29/+34
| | | | |
* | | | | Merge pull request #89200 from KoBeWi/eRémi Verschelde2024-03-051-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix AssetLibrary not going online when clicking button
| * | | | | Fix AssetLibrary not going online when clicking buttonkobewi2024-03-051-1/+1
| | | | | |
* | | | | | Merge pull request #88413 from LeulMulugeta/dont_reset_select_framesRémi Verschelde2024-03-052-12/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remember frames when selecting `SpriteFrame` frames
| * | | | | | Remember frames when selecting SpriteFrame framesLeul Mulugeta2024-03-052-12/+17
| | | | | | |
* | | | | | | Merge pull request #88081 from Calinou/editor-add-bottom-panel-shortcutsRémi Verschelde2024-03-0511-13/+21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | Add editor shortcuts to toggle bottom panel visibility
| * | | | | | Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-0511-13/+21
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default shortcuts use the first or second letter of each word. This also adds a new shortcut to toggle the last opened bottom panel. On editor startup, this defaults to the first panel in the list (which is the Output panel).
* | | | | | Merge pull request #89177 from luevano/match-89126-3DRémi Verschelde2024-03-051-15/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Match #89126 for 3D: check for `Resource` type instead of extension
| * | | | | | Match #89126 for 3D: check `Resource` type instead of extensionDavid Luevano Alvarado2024-03-051-15/+6
| |/ / / / /
* | | | | | Merge pull request #88951 from Geometror/vs-prop-ed-fixesRémi Verschelde2024-03-051-21/+44
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | Make editing properties more intuitive in VisualShader
| * | | | | Make editing properties more intuitive in VisualShaderHendrik Brucker2024-03-051-21/+44
| | | | | |