Age | Commit message (Collapse) | Author |
|
Allow method binds to take Object subclasses as arguments
|
|
|
|
Rename C# `IsSubsequenceOfI` to `IsSubsequenceOfN`
|
|
|
|
|
|
|
|
|
|
IgorKordiukiewicz/fix-tile-map-editor-not-disappearing
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit adds a condition to VariantCaster that casts Variants of type OBJECT to any type T, if T is derived from Object.
This change enables a fair bit of code cleanup. First, the Variant implicit cast operators for Node and Control can be removed, which allows for some invalid includes to be removed. Second, helper methods in Tree whose sole purpose was to cast arguments to TreeItem * are no longer necessary.
A few small changes also had to be made to other files, due to the changes cascading down all the includes.
|
|
|