summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2022-12-19Merge pull request #70264 from KoBeWi/layedulateRémi Verschelde
Use layer's modulate for tile previews
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-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-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
2022-12-10Improve TileSetAtlasSourceEditor UIHaoyu Qiu
* Updates the overall layout, moving mode buttons to the top. * Uses inspector category instead of a Label to show what's being edited. This also allows better scrolling behavior.
2022-12-09Merge pull request #67283 from KoBeWi/one_way_ticketRémi Verschelde
Add one-way indicator to tile collision editor
2022-12-09Merge pull request #60892 from KoBeWi/fat_selectionRémi Verschelde
Improve tile editor selection appearance
2022-12-09Merge pull request #69747 from timothyqiu/tile-source-iconsRémi Verschelde
Update tile source icons when editor theme changes
2022-12-09Improve tile editor selection appearancekobewi
2022-12-09Fix changing of visual shader modeYuri Rubinsky
2022-12-08Merge pull request #69738 from Chaosus/vs_custom_nodesYuri Rubinsky
2022-12-08Make custom visual shader nodes automatically updates from scriptYuri Rubinsky
2022-12-08Update tile source icons when editor theme changesHaoyu Qiu
2022-12-08Merge pull request #69617 from MewPurPur/this-darn-pixelRémi Verschelde
Fix fringe issues with shortcuts not behaving as expected for multi-carets
2022-12-07Fix various fringe issues with multi-carets and selectionsVolTer
2022-12-07Merge pull request #69719 from groud/fix_gdextension_bad_vformat_errorRémi Verschelde
Fix a wrong error formatting in gdextension export plugin
2022-12-07Merge pull request #68682 from timothyqiu/camera-gizmo-sizeRémi Verschelde
Make Camera3D gizmo the same aspect ratio as its viewport
2022-12-07Merge pull request #69713 from groud/rename_get_surrounding_tilesRémi Verschelde
Rename get_surrounding_tiles to get_surrounding_cells
2022-12-07Merge pull request #67554 from ↵Rémi Verschelde
Sauermann/fix-determining-window-in-scroll-container Remove Screen-parameter for determining Touchscreen capability
2022-12-07Merge pull request #69695 from timothyqiu/id-capitalizationRémi Verschelde
Make ID capitalization in tiles editor consistent
2022-12-07Fix a wrong error formatting in gdextension export pluginGilles Roudière
2022-12-07Rename get_surrounding_tiles to get_surrounding_cellsGilles Roudière
2022-12-07Fix Determining Window for TouchscreenMarkus Sauermann
DisplayServer::screen_is_touchscreen will likely never utilize its parameter p_screen. This PR replaces this function by DisplayServer::is_touchscreen_available() with the same functionality. This solves the problem, that a SubViewport was used for determining the screen, which resulted in error messages.
2022-12-07Fix crash when deleting an alternative-level tile proxyHaoyu Qiu
2022-12-07Make ID capitalization in tiles editor consistentHaoyu Qiu
2022-12-06Merge pull request #69643 from Chaosus/vcs_rendering_fixRémi Verschelde
Fix incorrect rendering of vcs dialogs
2022-12-06Merge pull request #67906 from groud/simpler_gdextension_configRémi Verschelde
Remove unnecessary checks when exporting gdextension binaries and allow using a prefix to auto-detect files
2022-12-06Merge pull request #69631 from timothyqiu/tile-proxy-rmbRémi Verschelde
Fix error when right clicking proxy list in TileProxiesManagerDialog
2022-12-06Fix incorrect rendering of vcs dialogsYuri Rubinsky