Age | Commit message (Collapse) | Author |
|
|
|
|
|
Verify custom HTTP headers, fix off by one error
|
|
|
|
DOCS: Object.set() does nothing on type mismatch
|
|
Clarify Area2D/Area3D `overlaps_area()`/`overlaps_body()` documentation
|
|
|
|
Improve performance of the font change.
|
|
|
|
without invalidating line break points, justification points, or recreating shaped text buffer.
|
|
|
|
|
|
Fix `mouse_over` not dropped when mouse leaves window
|
|
Closes #57153
|
|
|
|
Fix high CPU usage on MacOS by reverting the polling for Network
debugging to match 144hz refresh rate.
|
|
|
|
Clarify documentation for Rect2/Rect2i's `has_no_area()`
|
|
Use clear() instead of resize(0).
Use has() instead of "find(p_val) != -1".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Calinou/gradienttexture-curvetexture-decrease-default-size
|
|
|
|
Follow-up to #57450.
|
|
|
|
Follow-up to #55785.
In `black_format.sh`, the `--exclude` switch was wrongly used. It's a misnomer
that only excludes _untracked_ files, arcane pathspec patterns should instead
be used to exclude _tracked_ files.
Using this newfound knowledge, we can also simplify the other scripts.
|
|
Fix TileMap remove_layer Description
|
|
|
|
|
|
|
|
|
|
|
|
Within the context of parsing navigation geometry, this commit:
- added missing transform of `MultiMeshInstance`
- changed all transforms to global ones so that they don't need to be
calculated by hand
|
|
|
|
|
|
|
|
|
|
Clarify expand documentation
|
|
Changes: https://github.com/Samsung/thorvg/releases/tag/v0.7.1
|
|
|
|
IgorKordiukiewicz/fix-auto-brace-complete-wrap-on-selection
|
|
|
|
|
|
|
|
|