Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
preslavnpetrov/ctrl-enter-deleting-selection-fix-master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When accept_gzip = true.
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a conflict with the `pressed` signal.
The new name is temporary and only intended to solve the conflict for upcoming
alpha builds. Discussions are still ongoing regarding the BaseButton API and
how to rename and refactor more of its properties, signals and methods to have
a clearer API in 4.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Circle&CapsuleShape2D: Fix outlines missing line.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Rework Node::get_node to omit is_absolute() check in best case scenario
|
|
|
|
|
|
|