Age | Commit message (Collapse) | Author |
|
|
|
Include the `godot_plugin_jni.cpp` file into the `platform/android/SCsub` file
|
|
Improve 2D editor's right-click menu
|
|
Expose Transform3D::sphere_interpolate_with()
|
|
|
|
|
|
|
|
|
|
|
|
This should resolve https://github.com/godotengine/godot/issues/57209
|
|
|
|
distance and improve the doc description
|
|
|
|
- Adds the parameters for supported Meta devices, which is required to access some device specific capabilities
- Remove the 'com.samsung.android.vr.application.mode' metadata
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix lightmap size hint option not displaying for 3D scenes
|
|
|
|
This also renames the Static Lightmaps option hint to be more explicit
about which GI techniques are supported (as VoxelGI/SDFGI can still
be used with Static Lightmaps).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Expose AnimationNodeOneShot::mix_mode as a property
|
|
doc: Clarify expected type of `Object *` parameters in Tree methods
|
|
pfertyk/issue-57130-fix-generate-scene-if-state-is-null
Fix `GLTFDocument.generate_scene` crash with invalid state
|
|
Fixes #23458.
|
|
They're meant to be `TreeItem *` but this can't be bound in Variant.
Fixes #20538.
|
|
|
|
|