Age | Commit message (Collapse) | Author |
|
Fix Popup::popup_centered not centralizing at the first call
|
|
|
|
Give LineEdit/TextEdit a custom color for font while uneditable
|
|
Line edit placeholders now react properly to translation changes.
|
|
Previously there was some transparency hard coded into TextEdit when in read only mode.
This change adds a custom color for adjusting the font in read only mode.
It also applies when syntax highlighting is on.
|
|
By default the LineEdit's text when editable is unchecked had some transparency hardcoded.
This change adds a custom color to LineEdit for adjusting the font when editable is off.
Addresses issue 29814
|
|
|
|
Ensure indentation works properly in rich text
|
|
Prevent VehicleBody contact damping from exceeding the baseline value…
|
|
Those signals receive either a PhysicsBody2D or a TileMap object,
and what the emitting method checks internally is only that the
object is a Node. In theory any Node could go through these signals
if they talk directly to the PhysicsServer2D.
Also updated docs.
Fixes #27076.
Might need further (compat breaking) improvement as this API is a
bit confusing, cf. #24739.
|
|
Fixed script and visibility icons's highlight height in tree
|
|
Set to enum variables, only correct values
|
|
|
|
Properly set emitting when particles restart
|
|
Change several font_selected_color to font_color_selected; the actual name of the override
|
|
Center script line when double clicked on error in debugger
|
|
Fix expression node crashes
|
|
|
|
|
|
Partial revert of 02319dceb2e17184eb765c67719a306f56dafc1b,
previous code handled this cases without errors and the TileSet and
TileSetEditorPlugin are written with the expectation that those will
not error out.
This is a bit wonky and these classes should likely be refactored,
but until then it's best to keep things as they were.
Fixes #29962.
|
|
|
|
|
|
The setters are called when the property is first initialized, and before
that its default min and max are 0.0 and 1.0 respectively.
If you configured min_value to 1.0 and max_value to e.g. 3.0, since the
min_value setter can be called before that of max_value (which thus still
defaults to 1.0), the min will be set to 0.99.
Same conflict could happen with a configured max_value of 0 if its setter
is called before that of a valid, negative min value.
|
|
|
|
Right now it would take garbage values when loading scenes,
which could end up written to the scene file.
|
|
|
|
Remove always true/false values
|
|
|
|
Implement AnimationPlayer call modes as per #23498.
|
|
Ensure indentation works properly in rich text
Fix formatting
|
|
Fixed shortcut events in BaseButton (now acts the same as ui_accept action)
|
|
Tweak SpatialMaterial's default metallic and roughness texture channels
|
|
|
|
Made use of semicolons after GDCLASS more consistent, added semicolons where I found them missing.
|
|
Fix set_pick_color error
|
|
|
|
Make angular_damp of new Area nodes match the global default
|
|
|
|
Add option to enable autowrapping for label inside 'AcceptDialog'
|
|
Added ERR_FAIL checks for `Animation::track_set_key_value` and `AnimationNodeStateMachine::remove_node`
|
|
Add HSV mode to color picker
|
|
|
|
roll influence is very small.
When contact damping exceeds 1.0, the wheels will lose grip when the vehicle is not moving.
|
|
ResourceFormatLoader and ResourceFormatSaver are meant to be overridden
to add support for different formats in ResourceLoader and ResourceSaver.
Those should be exposed as they can be overridden in plugins.
On the other hand, all predefined subclasses of those two base classes
are only meant to register support for new file and resource types, but
should not and cannot be used directly from script, so they should not
be exposed.
Also unexposed ResourceImporterOGGVorbis (and thus its base class
ResourceImporter) which are editor-only.
|
|
Fixes NaN errors with anchors mode
|
|
|
|
Fix minor typos
|
|
Connect OptionButton selection to menu's "index_pressed" signal
|
|
|
|
This is only meant to check the validity of the whole codebase every
now and then, or to apply clang-format config changes when relevant.
|