summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2022-11-17Add more call-to-action notes when documentation is missingYuri Sizov
2022-11-17Fixup TileSet build after #66557Rémi Verschelde
Last rebase was too old, didn't include this API rename.
2022-11-17Merge pull request #66557 from ↵Rémi Verschelde
MisterMX/fix/tileset-custom-data-type-reload-editor fix(tileset): Recreate custom data editor if type has changed
2022-11-17Merge pull request #64368 from YeldhamDev/tile_editor_label_centerRémi Verschelde
Properly center labels in the TileMap/Set editors
2022-11-17Merge pull request #63601 from YeldhamDev/tooltip_stuffRémi Verschelde
Small changes to some tooltips
2022-11-17Merge pull request #68766 from TokageItLab/fix-update-animation-fps-editRémi Verschelde
Fix GUI update timing when AnimationEditor changes FPS
2022-11-17Merge pull request #68651 from ↵Rémi Verschelde
ClarkThyLord/fix_code_editor_search_match_inconsistencies Fix code editor search match inconsistencies
2022-11-17Fix update timing when AnimationEditor changes FPSSilc Renew
2022-11-16Fix "Search" match inconsistenciesChristian Cuevas
- Offset by searched length not line text - Continue searching line for whole word matches on mismatch: Breaking at this point makes it so that upon any whole word mismatch all potential matches after this point inline are skipped, to avoid this unwanted behavior we continue searching the line positioned after the mismatch.
2022-11-16Fix the bounds of varying popup in visual shader editorYuri Rubinsky
2022-11-16Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde
Remove more instances of 'instance' being used as a verb
2022-11-16Remove more instances of 'instance' being used as a verbVolTer
2022-11-16Merge pull request #68725 from TokageItLab/fix-bone-renamer-for-conflictingRémi Verschelde
Improve BoneRenamer to avoid conflicting with original bone name
2022-11-16Improve BoneRenamer to avoid conflicting with original bone nameSilc Renew
2022-11-16Add explicit name to History dockkobewi
2022-11-15Merge pull request #68690 from KoBeWi/StringNoNameRémi Verschelde
Change EditorQuickOpen base_type to String
2022-11-15Merge pull request #68159 from Mickeon/doc-help-return-arrayRémi Verschelde
Change docs' Typed Array & void representation
2022-11-15Change EditorQuickOpen base_type to Stringkobewi
2022-11-15Change docs' Typed Array & void representationMicky
Typed Arrays now look the same as to how they're defined in GDScript. Also modifies "void" to be darkened and show a tooltip.
2022-11-15Merge pull request #68340 from KoBeWi/deparentRémi Verschelde
Don't reparent dragged node when non needed
2022-11-15Merge pull request #67798 from KoBeWi/code_resurrectionRémi Verschelde
Uncomment drag forwarding in CreateDialog
2022-11-15Merge pull request #67651 from KoBeWi/❗_of_damnationRémi Verschelde
Fix double hint paste in EditorResourcePicker
2022-11-15Merge pull request #67397 from KoBeWi/impostorpupRémi Verschelde
Change EditorSpinSlider's popup to Control
2022-11-14Merge pull request #60931 from EspeuteClement/get_selected_filesRémi Verschelde
Add EditorInterface.get_selected_paths()
2022-11-14Merge pull request #68657 from Sauermann/fix-redundant-initializationRémi Verschelde
Remove redundant non-trivial Variant types initializations
2022-11-14Add EditorInterface.get_selected_paths()cespeute
Exposes the selected paths in the editor filesystem dock. Implements this proposal : https://github.com/godotengine/godot-proposals/issues/2424 Also renamed the old `get_selected_path` to `get_selected_directory` to better match the already existing get_current_path function.
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-11-14Fix misc formatting issuesRémi Verschelde
Somehow I missed the failing CI report from trailing whitespace. Fixed a couple typos found by codespell while at it, and misc trailing semicolons in one of the files.
2022-11-14Merge pull request #68626 from AleCamara/bug-66928-crash-preview-short-mp3Rémi Verschelde
Fix editor crash on audio preview
2022-11-14Merge pull request #68624 from AleCamara/bug-67235-gradient-sliderRémi Verschelde
Fix clicking in gradient editor
2022-11-14Merge pull request #67963 from KoBeWi/den_of_actionsRémi Verschelde
Fix nested actions in EditorUndoRedoManager
2022-11-14Merge pull request #67852 from alex-pahdo/patch-1Rémi Verschelde
Add more info to WAV import errors
2022-11-14Add more info to WAV import errorsalex-pahdo
Print mismatched header contents and file size, which can provide more clues to users when debugging.
2022-11-14[MP] Move engine and editor profilers to a plugin.Fabio Alessandrelli
Also refactor the editor plugin out of the ReplicationEditor.
2022-11-14[Editor] Better expose EditorDebuggerPlugin.Fabio Alessandrelli
Now splitted into two classes: - EditorDebuggerPlugin (RefCounted). - EditorDebuggerSession (abstract). This allows the EditorPlugin to be in control of the debugger plugin lifecycle, be notified when sessions are created, and customize each of them independently. We should slowly transition the various profilers and captures in ScriptEditorDebugger to their own plugins, and decouple ScriptEditorDebugger from it's UI part (making it the "real" EditorDebuggerSession potentially dropping the wrappers).
2022-11-14Fix clicking in gradient editorAle Camara
- When double-clicking on the gradient we should open the colour picker and create a colour key. - Instead, we were also evaluating the click further down producing the colour key to move around.
2022-11-14Fix editor crash on audio previewAle Camara
- Crash was due to getting -1 values when clamping [0, -1]. - This was happening due to 'max' being zero. - If 'max' is zero we should return zero, as it can never be any other value.
2022-11-14Merge pull request #68470 from bruvzg/img_fnt_impRémi Verschelde
[Image Font Importer] Hide unused font size, add image and character margins.
2022-11-14Merge pull request #68448 from bruvzg/font_imp_trRémi Verschelde
[Font] Add an import option to pre-render all glyphs required for the translation.
2022-11-14Merge pull request #68132 from Mickeon/doc-help-colourfulRémi Verschelde
Improve Editor Documentation colors
2022-11-13Merge pull request #68571 from ↵Rémi Verschelde
Calinou/editor-default-disable-code-font-ligatures Disable code font ligatures by default in the editor
2022-11-13Merge pull request #60684 from trollodel/lightweight_editor_pluginRémi Verschelde
Use forward-declarations in EditorPlugin where possible
2022-11-12Small changes to some tooltipsMichael Alexsander
2022-11-12Properly center labels in the TileMap/Set editorsMichael Alexsander
2022-11-12Disable code font ligatures by default in the editorHugo Locurcio
2022-11-11Use forward-declarations in EditorPlugin where possibletrollodel
2022-11-11Use a bold font for section titles in the editor performance monitorHugo Locurcio
2022-11-11Fix memory leak in `EditorSettingsDialog`Rindbee
Delete `TreeItem`s that are not in `Tree`, `TreeItem` needs to be deleted manually.
2022-11-10[Font] Add an import option to pre-render all glyphs required for the ↵bruvzg
translation.
2022-11-10[Image Font Importer] Hide unused font size, add image and character margins.bruvzg