Age | Commit message (Collapse) | Author |
|
A common source of errors is to call functions (such as round()) expecting them to work in place, but them actually being designed only to return the processed value. Not using the return value in this case in indicative of a bug, and can be flagged as a warning by using the [[nodiscard]] attribute.
|
|
|
|
|
|
This reverts commit fcc9f5ce396ff921ed8253f657a8c9c38e7a878d.
The feature is good but the implementation still needs more work.
A new PR will be made with a rework of this commit.
|
|
|
|
|
|
|
|
Better explain JSON stringify indent parameter (4.0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Most of the custom logic to handle special keying cases is now inside
the AnimationPlayerEditorPlugin.
The EditorInspector now emits a signal when inspecting a new object.
|
|
|
|
|
|
|
|
Make assets in progress open the next step instead of erring
|
|
|
|
not explicitly selected.
|
|
|
|
|
|
|
|
Removes the `fullsize` option which is superseded by `stretch_mode`.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
|
|
|
space
|
|
|
|
|
|
|
|
|
|
Improve node pasting
|
|
Add FlowContainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
akien-mga/dictionary-improve-VariantWriter-and-docs
|
|
|
|
|
|
|
|
|
|
|
|
Use separate language, script and country lists.
Add locale selection dialog and property hint.
|
|
|