Age | Commit message (Collapse) | Author |
|
|
|
|
|
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
|
|
This reverts commit 5521b93750977b3c283672f478360b866e8de202.
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|