Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is automatically enabled on all platforms including
Windows 10 and later, whenever a TTY environment is detected.
In non-TTY environments such as CI, this can be forced using the
`--color` command line argument.
|
|
Previously, a file name could appear as e.g. `ProjectSettings.xml.xml`
when one of the 3 modified errors was reported.
|
|
|
|
|
|
SoftBody: Fix attachments property names after #61180
|
|
Fixes #61581.
|
|
|
|
|
|
|
|
|
|
https://github.com/zeux/meshoptimizer/commit/ea4558d1c0f217f1d67ed7fe0b07896ece88ae18
|
|
|
|
No change compared to our previous commit, just documentation update
and a release tag we can track.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix global properties setters and add global skew for node2d
|
|
|
|
|
|
Remove TooltipPanel and TooltipLabel
|
|
Fix setting line edit caret after double and triple click
|
|
added info on microphone sample format
|
|
Calinou/environment-sky-rotation-add-property-hint
Add a property hint to Environment's `sky_rotation` property
|
|
|
|
|
|
|
|
This property hint is identical to Node3D's `sky_rotation` property
and provides degree-based editing.
|
|
|
|
|
|
|
|
Fix `TIME` compilation for custom functions in spatial shader
|
|
|
|
|
|
|
|
Fixed UI bug where it appeared that pushing the up or down incrementing
arrows did not increment the SpinBox value appropriately. Just needed
to increase the size of the box horizontally, to display four decimal
points consistently.
|
|
|