summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2023-01-06Merge pull request #70968 from kleonc/tile-atlas-view-update-zoom-and-panningRémi Verschelde
`TileAtlasView` Update zoom and panning before emitting signal
2023-01-05TileAtlasView Update zoom and panning before emitting signalkleonc
2023-01-05Simplify some editor plugin logic and remove dead codeYuri Sizov
2023-01-05Merge pull request #70907 from xiongyaohua/fix_path3d_gizmo_not_showRémi Verschelde
Remove side effect of the `handles` method
2023-01-05Merge pull request #65609 from dalexeev/animated-spriteRémi Verschelde
`AnimatedSprite{2D,3D}` improvements
2023-01-05One Copyright Update to rule them allRémi Verschelde
As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
2023-01-05`AnimatedSprite{2D,3D}` improvementsDanil Alexeev
* Add support for individual frame duration to `SpriteFrames`. * Various minor improvements.
2023-01-04Remove side effect of the `handles` methodYaohua Xiong
2023-01-03Fix "Double-click on the TileMap's pattern prints an error" (#70892)Charles Crete
2023-01-03Merge pull request #70428 from MrPhnix/issue-70186Rémi Verschelde
CanvasItemEditor Fix snapping grid misalignment
2023-01-03Merge pull request #70754 from rxlecky/fix-camera-override-button-2dRémi Verschelde
Fix camera override button not updating in 2D scenes
2023-01-03Merge pull request #70732 from timothyqiu/tilemap-crashRémi Verschelde
Fix heap-use-after-free when using TileMap editor
2023-01-03Merge pull request #69972 from adamscott/add-server-checks-before-freeRémi Verschelde
Add safety-checks before some servers `free()`
2023-01-03Merge pull request #70489 from ↵Rémi Verschelde
stmSi/fix-certain-editor-shortcuts-insert-characters-into-code Fix Editor Shortcut keys are inserting in Script Editor
2022-12-30Fix camera override button not updating in 2D scenesSeleckyErik
Reconnect accidentally disconnected signal play_pressed to update the button and enable camera override after launching a project in the editor.
2022-12-30Fix heap-use-after-free when using TileMap editorHaoyu Qiu
2022-12-29Add safety-checks before some servers `free()`Adam Scott
2022-12-26Add missing CUSTOM inputs for the spatial/vertex mode of visual shaderYuri Rubinsky
2022-12-24CanvasItemEditor Fix snapping grid misalignmentMrPhnix
Resolves: #70186 See: #65101
2022-12-24Fix Editor Shortcut keys are inserting in Script EditorstmSi
2022-12-23Merge pull request #69797 from TokageItLab/time-edit-inspector-pluginRémi Verschelde
Animation: Add inspector plugin for key time edit & Change `track_find_key()` argument to find key with approximate
2022-12-23Merge pull request #65312 from SaracenOne/auto_advance_behaviourRémi Verschelde
Make auto-advance flag a requirement for conditional/expression evaluation
2022-12-23VCS: Fix split diff's overlapping fieldsTwarit Waikar
Also adjusts the spacing nearby the diff contents.
2022-12-22Add inspector plugin for key time edit & Change find key argumentSilc Renew
2022-12-21Merge pull request #70353 from twaritwaikar/remove-vsc-project-pathRémi Verschelde
VCS: Remove `project_path` VCS property, let plugins decide
2022-12-21Merge pull request #70350 from Chaosus/stringname_operatorRémi Verschelde
Add missing != operator to `StringName`
2022-12-21Merge pull request #70374 from twaritwaikar/add-confirm-dialog-discard-changesRémi Verschelde
VCS: Add a stern confirmation dialog before discarding all changes
2022-12-21Merge pull request #67922 from MrBlockers/asr-addstream-fixesRémi Verschelde
Add optional stream argument to AudioStreamRandomizer.add_stream
2022-12-21Merge pull request #70317 from HolonProduction/svg_assetsRémi Verschelde
Add support for svg images in the asset lib.
2022-12-21VCS: Remove method binds that are not being used in VersionControlEditorPluginTwarit Waikar
2022-12-20Add optional arguments to AudioStreamRandomizerMrBlockers
Adds stream and weight parameters to add_stream. By default, weight is 1.0f.
2022-12-21VCS: Add a stern confirmation dialog before discarding all changesTwarit Waikar
2022-12-20VCS: Remove `project_path` VCS property, let plugins decideTwarit Waikar
2022-12-20Add support for svg images in the asset lib.HolonProduction
Pixel based image formats are identified by magic numbers. This is not possible with svg therefore svg parsing is tried and if it succeeded the result is used. WebP and bmp support is added as well. But I could not test it as I am not able to run a local instance of the asset lib and there is no asset using those formats.
2022-12-20Add missing != operator to `StringName`Yuri Rubinsky
2022-12-20Merge pull request #70170 from TokageItLab/fix-anim-keying-crashRémi Verschelde
Make keys deselected when keying property for animation to avoid crash
2022-12-19Merge pull request #70100 from Chaosus/fix_missing_editor_plugin_gdclassesRémi Verschelde
Fix missing GDCLASS headers in the editor preview plugins
2022-12-19Merge pull request #70238 from kleonc/tile-set-simplify-isometric-tile-polygonRémi Verschelde
`TileSet` Simplify isometric tile shape polygon to 4 vertices
2022-12-19Merge pull request #70264 from KoBeWi/layedulateRémi Verschelde
Use layer's modulate for tile previews
2022-12-19TileSet Simplify tile shape polygonskleonc
2022-12-18Use layer's modulate for tile previewskobewi
2022-12-18Prevent showing AudioStream preview for non-WAV typesYuri Rubinsky
2022-12-17Fix Navigation API abbreviations inconsistencysmix8
Schema for navigation to name user facing API with "navigation" without abbreviation and e.g. NavigationServer internals with abbr "nav".
2022-12-17Merge pull request #70074 from Chaosus/restore_audio_stream_editorRémi Verschelde
Restore `AudioStreamEditor` class to fix playable sound previews
2022-12-17Move transparent background project setting to a subsectionHugo Locurcio
This prevents the project setting from being located directly within a root category, which is confusing from an UX perspective in the project settings editor.
2022-12-17Make keys deselected when keying property for animation to avoid crashSilc 'Tokage' Renew
2022-12-16Change auto_advance flag to advance_mode enum and unify with disabled flag.SaracenOne
Expressions and conditions now require auto mode to be set to auto. Adds a toggle button to the state machine editor for whether new transitions advance settings should default to auto mode or not.
2022-12-15Merge pull request #67024 from alessandrofama/fix-gdvirtual-call-node3dgizmoRémi Verschelde
EditorNode3DGizmoPlugin: Add GDVIRTUAL_CALL for get_gizmo_name and get_priority
2022-12-15Fix missing GDCLASS headers in the editor preview pluginsYuri Rubinsky
2022-12-15Restore `AudioStreamEditor` classYuri Rubinsky