summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2022-12-11Check if class exists before checking if it's virtual in Create DialogAaron Franke
2022-12-11Merge pull request #69538 from mihe/feature-tag-doubleRémi Verschelde
Add feature tags to signify engine float precision
2022-12-11Merge pull request #69850 from timothyqiu/defer-gizmoRémi Verschelde
Use ObjectID as argument when referred-calling `_request_gizmo`
2022-12-11Merge pull request #69466 from rune-scape/editor-help-crash-fixRémi Verschelde
Fix editor help crash
2022-12-10Merge pull request #69853 from TokageItLab/fix-unmerged-history-anim-editorRémi Verschelde
Fix unmerged history in AnimationTrackEditor
2022-12-10Fix unmerged history in AnimationTrackEditorSilc Renew
2022-12-10Use ObjectID as argument when referred-calling _request_gizmoHaoyu Qiu
Fixes crash on project launch.
2022-12-10Merge pull request #69842 from timothyqiu/tile-set-updateRémi Verschelde
Fix !tile_set.is_valid() error on startup
2022-12-10Merge pull request #69817 from Mickeon/sorryRémi Verschelde
Fix left-aligned EditorHelp when first opened
2022-12-10Fix !tile_set.is_valid() error on startupHaoyu Qiu
2022-12-09Fix left-aligned EditorHelp when first openedMicky
2022-12-09Merge pull request #68747 from rune-scape/rune-stringname-unificationRémi Verschelde
GDScript: Unify StringName and String
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-09Editor: Fix regression fetching Windows/Linux export templatesRémi Verschelde
Regression from #67906.
2022-12-09Fix changing of visual shader modeYuri Rubinsky
2022-12-09Merge pull request #69661 from Mickeon/fix-editor-cannot-disconnect-signalRémi Verschelde
Fix unable to disconnect signal in Editor once created
2022-12-08Fix unable to disconnect signal in Editor once createdMicky
Adds a CONNECT_INHERITED flag to connections, only available in editor builds. This flag denotes that the signal has been inherited from a previous Scene in the instancing hierarchy.
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-07Add feature tags to signify engine float precisionMikael Hermansson
2022-12-07Merge pull request #69573 from KoBeWi/our_hero_call-deferred-manRémi Verschelde
Fix dependency reload triggered too early
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 #69651 from alfredbaudisch/autocomplete-line-numberRémi Verschelde
Cancels the code complete timer when the caret moves to another line
2022-12-06Cancels the code complete timer when the caret moves to another lineAlfred Reinold Baudisch
Fixes and closes #68961
2022-12-06Merge pull request #69446 from Chaosus/fix_quick_openRémi Verschelde
Fix new quick open dialog to be showed at the center of the screen
2022-12-06Merge pull request #69234 from Sauermann/fix-enter-focusRémi Verschelde
Fix focus after pressing Enter in EditorSpinSlider
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
2022-12-06Merge pull request #69608 from RumblingTurtle/blend-tree-new-node-fixRémi Verschelde
AnimationNodeBlendTreeEditor: Fix popup locations when creating nodes with dragging
2022-12-06Merge pull request #68860 from xiongyaohua/path3d_fishbonesRémi Verschelde
Draw fish bones for Path3D and Path2D in the Editor
2022-12-05Unify String and StringNamerune-scape
2022-12-06Fix error when right clicking proxy list in TileProxiesManagerDialogHaoyu Qiu
2022-12-05 AnimationNodeBlendTreeEditor: Fix popup locations when creating nodes with ↵Eduard Zalyaev
dragging Fixes #69413.