| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Adds get_bounds() function to NavigationMeshSourceGeometryData2D/3D to get a bounding box that covers all the geometry.
|
|
|
|
| |
Adds append functions to NavigationMeshSourceGeometryData.
|
|
|
|
| |
Adds NavigationObstacle options to affect and carve navigation mesh.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This commit also adds means to manually disable warnings
in `code` tags where it's a false positive with the new
`skip-lint` attribute.
Warnings are now enabled on CI to prevent future errors.
|
|
|
|
|
|
|
|
| |
Also:
* changed `[b]true[/b]` to `[code]true[/code]`
* use `[i]` for mathematical constant "e"
* use `[b]` for button text & menu item text
* improve markups about "tap1" and "tap2" in AudioEffectDelay
|
|
|
|
|
|
| |
We don't use that info for anything, and it generates unnecessary diffs
every time we bump the minor version (and CI failures if we forget to
sync some files from opt-in modules (mono, text_server_fb).
|
|
|
|
| |
Keep on waitin'
|
|
Fixes threaded NavigationMesh baking under new SceneTree thread guards that blocked the process.
|