Age | Commit message (Collapse) | Author |
|
|
|
|
|
This aligns collision areas with visual areas within a viewport
|
|
|
|
|
|
This ensures we don't use TTR in runtime code, as it's specifically meant
to source translations for the editor.
|
|
|
|
ParticleMaterial: Sphere emission shape emitting from the volume.
|
|
|
|
Scope Changes for some variables.
|
|
|
|
|
|
This allows reparenting, etc.
|
|
`Joint2D` and `Joint3D`: disconnect only connected signals
|
|
|
|
|
|
|
|
This prevents choosing extremely high values which cause performance
issues for no visual benefit.
|
|
Remove currently unused implementation of TextureBasisU, could be re-added
later on if needed and ported.
|
|
|
|
|
|
|
|
|
|
|
|
Use clear() instead of resize(0).
Use has() instead of "find(p_val) != -1".
|
|
|
|
|
|
|
|
This was made possible by changes to `VariantCaster` which now make
it possible to pass any `Object`-derived type as pointer.
|
|
This is now possible thanks to `Variant` changes.
Also unbind some `_` prefixed methods which don't need to be exposed.
|
|
distance and improve the doc description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* `NavigationObstacle2D` premature radius estimation (before entering the tree)
* `NavigationObstacle3D` premature radius estimation (before entering the tree)
|
|
Weblate will now track the state of `3.x` to prepare for the 3.5 release.
(cherry picked from commit 02d9ac107158c8c5d95f1ecc48078d66e00c1a57)
|
|
This was removed by mistake in #47024, NavigationServer uses internal
mutability for thread safety, and removing `const` breaks the contract.
|
|
|