Age | Commit message (Collapse) | Author |
|
Fix icon in drag preview of scripts/docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are not used consistently and some can conflict with
system-specific defines. While here, also delete some unused macros.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes https://github.com/godotengine/godot/issues/56894#issuecomment-1015956706.
|
|
Delete orphaned property default for exit_code which is not exposed any more.
|
|
Rework Node::get_node to omit is_absolute() check in best case scenario
|
|
Tweak theme color to match the Godot editor's background color
|
|
|
|
|
|
Fix Asset Library UX when an asset is being downloaded
|
|
|
|
|
|
|