summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Expand)Author
2022-03-04Merge pull request #58730 from Calinou/editor-visual-profiler-use-background-...Rémi Verschelde
2022-03-04Clamp the editor theme's base colors to avoid various issuesHugo Locurcio
2022-03-04Use the editor background color for the visual profiler graphHugo Locurcio
2022-03-04Add node icons to the Sprite2D menuFireForge
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-03-03Adds few more input/output built-ins to visual shaderYuri Roubinsky
2022-03-03Use vformat() instead of string concatenation inside TTR()Haoyu Qiu
2022-03-02Added property hint to id property in tile set atlas source editorIgor Kordiukiewicz
2022-03-02Allow absolute file paths in file dialogsmiremrie
2022-03-02Fix debugger not opening built-in scriptskobewi
2022-03-01Merge pull request #58632 from IgorKordiukiewicz/camera-preview-toggle-crashRémi Verschelde
2022-03-01Merge pull request #58548 from V-Sekai/lod_lightmapsJFonS
2022-03-01Fix scripts not saving when closingkobewi
2022-02-28Fixes camera preview toggle in additional editor viewports not disappearing c...Igor Kordiukiewicz
2022-02-27Fix crash on creation of `HSV2RGB/RGB2HSV` functions in visual shaderYuri Roubinsky
2022-02-25Allow automatic lod when importing 3D scenes with Static LightmapsK. S. Ernest (iFire) Lee
2022-02-25Improve popup window handling.bruvzg
2022-02-24Fix source picking with sortkobewi
2022-02-23Utilize mouse position when zooming with shortcuts in 2D editorHaoyu Qiu
2022-02-22Fix GIProbe gizmo out of bounds crashlawnjelly
2022-02-21Merge pull request #58399 from Sauermann/fix-bresenham-usageRémi Verschelde
2022-02-21Merge pull request #58397 from Calinou/editor-font-preload-fix-typoRémi Verschelde
2022-02-21Use bresenham_line() in EditorAtlasPacker::chart_packMarkus Sauermann
2022-02-21Fix typos in editor font preload dialog warning messagesHugo Locurcio
2022-02-21Merge pull request #58315 from KoBeWi/fixibilityRémi Verschelde
2022-02-21Merge pull request #58372 from KoBeWi/orphan_ciRémi Verschelde
2022-02-20Fix 2D instance drop positionkobewi
2022-02-20Fix errors when updating script template listHaoyu Qiu
2022-02-19Merge pull request #57163 from winterpixelgames/feature/allow-disable-atlas-t...Rémi Verschelde
2022-02-19Fix CanvasItem visibility propagationkobewi
2022-02-19Allow disabling the alpha trim on texture atlas creation.Jason Knight
2022-02-19Fix vertical icons in container sizingMarkus Sauermann
2022-02-19Merge pull request #58308 from timothyqiu/dae-forRémi Verschelde
2022-02-19Fix crash when importing DAE modelHaoyu Qiu
2022-02-19Fix crash in Create New Node dialog with certain user-created scriptsHaoyu Qiu
2022-02-18Merge pull request #58278 from Ev1lbl0w/fix_decompress_retcodeRémi Verschelde
2022-02-18Fix decompression functions not returning errcodesRicardo Subtil
2022-02-18Fixed issues with shortcut checking in 3d node editorEric M
2022-02-17Merge pull request #58249 from Calinou/editor-online-docs-use-versioned-urlRémi Verschelde
2022-02-17Use versioned URL for "Online Documentation" buttons in the editorHugo Locurcio
2022-02-17Connect text_submitted of built-in script namekobewi
2022-02-17Change 'find_node' to 'find_nodes' and Add 'type' parameterdiddykonga
2022-02-17Translate link titles in classref XMLHaoyu Qiu
2022-02-16Merge pull request #58187 from jakobbouchard/notification-switch-chunk-cRémi Verschelde
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-16Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcodeRémi Verschelde
2022-02-16Merge pull request #58169 from megalobyte/update-notificatin-if-to-switch-bat...Rémi Verschelde
2022-02-16Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462