Age | Commit message (Collapse) | Author |
|
Project Settings 'restart' message put focus on editor rather than project itself
|
|
Left-over from 31b7f02a29cdf4f1c30cfc37962f43f67380b9ad.
|
|
opened
Ensures that behavior when export_presets.cfg file is edited manually
while editor is running remains identical to before commit 44094b0.
|
|
Scroll horizontally when holding Shift with Scroll to Pan enabled
|
|
Replace the AssetLib tab icon with a less confusing design
|
|
This closes https://github.com/godotengine/godot-proposals/issues/818.
|
|
The "Anim imported" warning gets displayed properly when working on imported anims.
|
|
Prevent having spaces in signal's method in Connect Dialog
|
|
Fixes: #39647
|
|
itself
Fixes: #39613
|
|
ToolButton has no redeeming differences with Button;
it's just a Button with the Flat property enabled by default.
Removing it avoids some confusion when creating GUIs.
Existing ToolButtons will be converted to Buttons, but the Flat
property won't be enabled automatically.
This closes https://github.com/godotengine/godot-proposals/issues/1081.
|
|
This closes https://github.com/godotengine/godot-proposals/issues/1077.
|
|
|
|
|
|
on imported anims.
|
|
Fix editor texture preview for certain specific dimensions
|
|
Ensures no error is issued when attempting to preview a resource that
may be scaled down to <1 pixel when resizing to fit the thumbnail.
|
|
Search result highlights follow font size
|
|
Fix a random crash in the TileSet editor
|
|
Occurred when selecting polygon collision mode, then drawing a single point, then selecting rectangle mode, and finally trying to select a rectangle.
|
|
- Remove the crosshair as it no longer serves a purpose (the cursor will
now appear where the user "expects" it to).
This closes https://github.com/godotengine/godot-proposals/issues/1076.
|
|
Removes the useless `@C#`, `@NativeScript` and `@VisualScript` entries.
|
|
|
|
Ensures that when the `Selection Only` option is selected, the Replace
tool replaces occurrences of the search phrase only within the selected
region, and in order of occurrence.
|
|
Allow duplicating files when holding Control
|
|
Display freelook speed and zoom in units in the 3D editor viewport
|
|
Now that the 3D editor grid is infinite and adjusts its step automatically,
this helps people get a better sense of scale when moving around in the
3D viewport.
This also fixes the indicator bar drawing on hiDPI displays.
|
|
Skeleton and Skeleton inspector low-level changes
|
|
Link exposed setters/getters in property descriptions
|
|
|
|
Changes listed below:
* Added helper functions to Skeleton3D for converting transforms from bone space to global space, and vice versa.
* Updated the Skeleton3D class reference.
* Changed the icon used for bones in the Skeleton3D inspector to use BoneAttachement3D's icon.
* Changed the Skeleton3D inspector to use EditorPropertyTransform and EditorPropertyVector3 when possible.
* Placed the Transform/Matrix for each bone in a sub-section, so it is visually similar to the Node3D inspector.
|
|
|
|
Remove 'de_CH' translation (4% complete) to default to the 100%
complete 'de' one.
Fixes #32625.
(cherry picked from commit 35a5ebb44d534683da4e2e6b774fe7e1d165a24b)
|
|
Object: Add usage hint to instantiate Object properties in editor
|
|
Fixed "Favourite Project" button in Project Manager
|
|
Unhide Skeleton3D menu button
|
|
Remove the obsolete "2D Pixel" import preset
|
|
Delete bus effect with Delete key
|
|
Check if a match borders a new line char when incrementing match counts.
|
|
|
|
|
|
Texture filtering is now defined on a per-node basis, thanks to
bindless textures provided by Vulkan.
This closes #37057.
|
|
|
|
Fixes #36372 as Path2D/Path3D's `curve` property no longer uses a Curve
instance as default value, but instead it gets a (unique) default Curve
instance when created through the editor (CreateDialog).
ClassDB gets a sanity check to ensure that we don't do the same mistake
for other properties in the future, but instead use the dedicated
property usage hint.
Fixes #36372.
Fixes #36650.
Supersedes #36644 and #36656.
Co-authored-by: Thakee Nathees <thakeenathees@gmail.com>
Co-authored-by: simpuid <utkarsh.email@yahoo.com>
|
|
Reduce repeated iteration through the full text
when counting the number of occurrences of whole
words while searching a file in the editor.
|
|
Fix custom types in node list search
|
|
|
|
Co-authored-by: K.S. Ernest (iFire) Lee <ernest.lee@chibifire.com>
|
|
(cherry picked from commit d68e631566e953e09e71438558b9f1376648d025)
|
|
Added a "title" attribute for the link tag in the docs xml
|