Age | Commit message (Collapse) | Author |
|
Improvements and fixes based on Weblate comments
|
|
Added a signal connection to update buses editor on "bus_layout_changed"
|
|
Fixed scene name can be saved as extension only
|
|
Ensure that generated import IDs are unique
|
|
Fixes #69768.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
|
Recent changes in Godot cause the theme editor to become hidden when
editing a child resource. This causes a crash when editing style box
resources marked as "main styles" (= leading styleboxes in the code), as
they try to reference the currently edited theme.
This commit works around the issue by permitting the Theme Editor to
keep a reference to the most recently edited Theme. Furthermore, it adds
an assertion to avoid a similar crash in the future.
Long-term, the workaround should probably be removed when the theme editor
is fixed to remain visible while editing child resources, but I'd keep
the assertion.
|
|
Fix wrong font in Event Configuration
|
|
Fix toggle comment not moving caret
|
|
|
|
Fix regression if caret is at the beginning of the line and comment is toggled.
|
|
akien-mga/your-ints-aint-gonna-increment-themselves
EditorProperty: Fix missing increment buttons for integers
|
|
Fix Save All trying to save empty scene paths
|
|
Add missing i18n in tiles editor
|
|
Make animation length control respect read-only rules.
|
|
Fixes revert button on exported node properties on inherited nodes
|
|
|
|
|
|
|
|
Fixes #73192.
|
|
|
|
Fix display for no-length audio stream keys
|
|
|
|
|
|
|
|
Node3DEditorViewport - Remove duplicate wireframe check and cleanup
|
|
Reword misleading error messages in PCK export
|
|
|
|
Fix some TileMap errors and crashes
|
|
Support editing JSON in ScriptEditor
|
|
Cykyrios/hide-private-prop-description-in-classdoc
Fix private properties appearing in custom class doc Property Descriptions
|
|
|
|
Fix random placement behaviour in new TileMap Editor
|
|
Fix sorting issue in Project Manager.
|
|
Prevents recursion when importing files due to the ill nature of EditorProgress.
The progress dialog will have to be entirely rewritten after 4.0 is out due to it being a constant source of bugs.
In the meantime, this fixes the problem.
Fixes #53871. Supersedes #73159.
|
|
* Description of `ui_text_submit` action should be "Submit Text" instead of "Text Submitted".
* Spell out "Animation" instead of using "Anim.".
* Treat "Max" as regular word instead of writing "Max.".
* Use generic "Set %s" for action name instead of a dedicated "Set target_position".
* Add translator comment for:
* "Inclusive" and "Self" in the profiler.
* Places where it needs the context about being an editor progress label.
* "Duplicated Animation Name" since it's refering to the new name of a duplicated animation.
* Disambiguation of "View Plane Transform", "Paste Selects" and "Display Normal".
* Fix wrong undo action name for renaming an input action.
* Fix missing end quote in a shader error message.
* In class reference:
* Fix duplicated "if" in the description of `signf()`.
* Fix mismatched example output in `String.operator %()`.
* Fix typo in the description of `Decal.texture_emission`.
* Unify description of `String.match()` and `StringName.match()`.
|
|
Fix bugs if 2 selections were on same line.
Fix bugs when selection ended at new line.
Make carets stay in place after operation and on undo.
Affects: delete lines, move lines, toggle comments, bookmarks and breakpoints.
|
|
Previous pr: #46435
Fixes: #45969
|
|
* glTF
* LODs (plural form of LOD)
* Skeleton modification algorithms: CCDIK and FABRIK
|
|
Clean up ProjectConverter3To4 architecture, move renames map to separate file
|
|
Fix mesh library remove selected item menu option
|
|
Support signals and callables in exposed dictionaries
|
|
Improve EditorHelp theming and make font size settings work
|
|
Fixes #45969.
|
|
|
|
|
|
|
|
- Migrates the existing cache to the standard theme cache struct
- Moves some parts of the codebase to use cache instead of ad-hoc fetching
- Adds hooks to editor settings previously missing from theme regeneration
|
|
Avoid cleaning up editor plugins when property list changes
|
|
Remove WARNING "ray: index" for debug from SkeletonEditor
|
|
Fix weird bezier edit button update timing in AnimationTrackEditor
|