summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
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-26Add missing CUSTOM inputs for the spatial/vertex mode of visual shaderYuri Rubinsky
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
2022-12-14Merge pull request #70040 from m4gr3d/update_navigation_controls_toggle_mainRémi Verschelde
Update the visibility logic for the spatial editor navigation controls
2022-12-13Update the visibility logic for the spatial editor navigation controlsFredia Huya-Kouadio
2022-12-14Handle corner cases for curve bakingYaohua Xiong
When control point and point have equal position, the derivative is 0 vector, which cause error message in Basis::look_at(). This commit handles this case.
2022-12-14Merge pull request #69938 from timothyqiu/open-packed-sceneRémi Verschelde
Add open scene button in Inspector for PackedScene resource
2022-12-13Merge pull request #70006 from timothyqiu/atlas-source-paint-scrollRémi Verschelde
Add scroll container for tile data editors
2022-12-13Merge pull request #69893 from henrlin24/hide-scatteringRémi Verschelde
Hide Scattering label and controls within TileMap editor window when "Place Random Tile" option is disabled
2022-12-13Add scroll container for tile data editorsHaoyu Qiu
2022-12-13Add null checks to AnimationTreeEditors and _clear_editors()Silc Renew
2022-12-12Merge pull request #69291 from nongvantinh/fix-suggest-messageRémi Verschelde
Fix Sprite drag and drop hint mentions invalid option with root node selected
2022-12-12Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde
Rename all gdnative occurences to gdextension
2022-12-12Merge pull request #69300 from timothyqiu/tile-set-atlas-sourceRémi Verschelde
Improve TileSetAtlasSourceEditor UI
2022-12-12Rename all gdnative occurences to gdextensionGilles Roudière
Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension ->Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface
2022-12-12Use _request_gizmo from SceneStringNamesMarkus Sauermann
2022-12-12Add open scene button in Inspector for PackedScene resourceHaoyu Qiu
2022-12-11Hide Scattering label and controls within TileMap editor window when "Place ↵henrlin24
Random Tile" is disabled
2022-12-10Use ObjectID as argument when referred-calling _request_gizmoHaoyu Qiu
Fixes crash on project launch.
2022-12-10Fix !tile_set.is_valid() error on startupHaoyu Qiu