summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2022-03-04Merge pull request #58770 from YeldhamDev/some_crumbles_leftRémi Verschelde
Replace some bits of code left to work with the new `TabContainer`
2022-03-04Merge pull request #58727 from fire-forge/EditorSpinSlider_label_colorRémi Verschelde
Make EditorSpinSlider label color a theme property
2022-03-04Replace some bits of code left to work with the new `TabContainer`Michael Alexsander
2022-03-04Make EditorSpinSlider label color a theme propertyFireForge
2022-03-04Merge pull request #58758 from timothyqiu/audio-effect-iconRémi Verschelde
Update audio effect icon when theme changes
2022-03-04Add icon_normal_color to Button in editor themeRaul Santos
2022-03-05Update audio effect icon when theme changesHaoyu Qiu
2022-03-04Merge pull request #58691 from miremrie/absolute-file-path-in-file-browserRémi Verschelde
2022-03-04Merge pull request #58687 from YeldhamDev/the_beast_has_been_slainRémi Verschelde
2022-03-04Merge pull request #58741 from ↵Rémi Verschelde
Calinou/editor-visual-profiler-fix-light-font-color Fix font color in the editor visual profiler when using light theme
2022-03-04Merge pull request #58670 from KoBeWi/internal_debuggerRémi Verschelde
2022-03-04Merge pull request #58731 from Calinou/editor-theme-clamp-base-colorsRémi Verschelde
Clamp the editor theme's base colors to avoid various issues
2022-03-04Fix font color in the editor visual profiler when using light themeHugo Locurcio
Previously, white text would be drawn on a white background.
2022-03-04Merge pull request #58730 from ↵Rémi Verschelde
Calinou/editor-visual-profiler-use-background-color Use the editor background color for the visual profiler graph
2022-03-04Clamp the editor theme's base colors to avoid various issuesHugo Locurcio
This fixes the profiler backgrounds being black when using the light editor theme (which is a regression from using a negative contrast setting by default for the Light preset).
2022-03-04Use the editor background color for the visual profiler graphHugo Locurcio
This was already done for the general profiler.
2022-03-04Add node icons to the Sprite2D menuFireForge
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
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
Fixes camera preview toggle in additional editor viewports not disappearing corectly causing a crash
2022-03-01Merge pull request #58548 from V-Sekai/lod_lightmapsJFonS
Allow automatic lod when importing 3D scenes with Static Lightmaps
2022-03-01Fix scripts not saving when closingkobewi
2022-02-28Fixes camera preview toggle in additional editor viewports not disappearing ↵Igor Kordiukiewicz
corectly causing a crash
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
Avoid the normal merge procedure when uv2s are different and makes generating LODs happen after the lightmap generation
2022-02-25Improve popup window handling.bruvzg
Add window FLAG_POPUP and a platform specific routines to control popup auto-hiding and event forwarding.
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
The GIProbe gizmo was writing values in 3 dimensions to Vector2s. This error was previously being masked by the Vector2 accessor, but now results in a crash or ERR_FAIL message. This PR removes the Vector2s as they were unused.
2022-02-21Merge pull request #58399 from Sauermann/fix-bresenham-usageRémi Verschelde
Use bresenham_line() in EditorAtlasPacker::chart_pack
2022-02-21Merge pull request #58397 from Calinou/editor-font-preload-fix-typoRémi Verschelde
Fix typos in editor font preload dialog warning messages
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
Fix 2D instance drop position
2022-02-20Fix 2D instance drop positionkobewi
2022-02-20Fix errors when updating script template listHaoyu Qiu
2022-02-19Merge pull request #57163 from ↵Rémi Verschelde
winterpixelgames/feature/allow-disable-atlas-texture-alpha-trim Allow disabling the alpha trim on texture atlas creation.
2022-02-19Fix CanvasItem visibility propagationkobewi
2022-02-19Allow disabling the alpha trim on texture atlas creation.Jason Knight
Default to true
2022-02-19Fix vertical icons in container sizingMarkus Sauermann
2022-02-19Merge pull request #58308 from timothyqiu/dae-forRémi Verschelde
Fix crash when importing DAE model
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
The freelook shortcuts now use the action system by proxy. This allows the actions system to be leveraged for input checking. When the shortcut changes, the respective action is updated.