summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #93252 from smix8/csg_bakeRémi Verschelde2024-08-195-18/+249
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add CSG options to bake to static mesh and collision shape
| * | | | | | | Add CSG options to bake to static mesh and collision shapesmix82024-06-195-18/+249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds API to bake a CSG root node operation to either a static ArrayMesh or a ConcavePolygonShape3D physics collision shape. Adds menu options to the editor plugin when selecting a CSG root node to add baked sibling nodes.
* | | | | | | | Merge pull request #92560 from smix8/navmesh2d_bake_partitionRémi Verschelde2024-08-191-4/+26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add triangulation partition option to 2D navigation mesh baking
| * | | | | | | | Add triangulation partition option to 2D navigation mesh bakingsmix82024-08-051-4/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds triangulation partition option to 2D navigation mesh baking as an alternative to the existing convex partition option.
* | | | | | | | | Merge pull request #95780 from Mickeon/documentation-gdscript-some-invalid-codeRémi Verschelde2024-08-191-5/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some invalid code in GDScript class reference
| * | | | | | | | | Fix some invalid code in GDScript class referenceMicky2024-08-191-5/+5
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #95121 from aaronfranke/gltf-root-prop-ownerRémi Verschelde2024-08-191-0/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GLTF: Propagate owner for root node children
| * | | | | | | | | GLTF: Propagate owner for root node childrenAaron Franke2024-08-041-0/+9
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #93172 from raulsntos/dotnet/clear-instance-bindingsRémi Verschelde2024-08-191-2/+11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C#: Clear instance bindings callbacks on finalizing the language
| * | | | | | | | | C#: Clear instance bindings callbacks on finalizing the languageRaul Santos2024-06-141-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When finalizing the C# language every C# instance is disposed and the instance bindings callbacks are no longer valid. Clearing the instance bindings ensures these callbacks are not called, and since we dispose of every C# instance there should be no leaks.
* | | | | | | | | | Merge pull request #87735 from ywmaa/blend_file_geometrynodes_instancesRémi Verschelde2024-08-191-0/+13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Option for Export Geometry Nodes Instances in blend importer
| * | | | | | | | | | Add Option for Export Geometry Nodes Instances in blend importerywmaa2024-08-191-0/+13
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #86538 from jsjtxietian/fix-shape-thread-errorRémi Verschelde2024-08-191-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | Fix CSGShape3D's `_mesh_changed` to be thread safe
| * | | | | | | | | | Fix CSGShape3D's _mesh_changed thread unsafe call to update_gizmosjsjtxietian2024-07-301-1/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #95676 from raulsntos/dotnet/clear-owner-orderRémi Verschelde2024-08-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C#: Destroy script before clearing owner
| * | | | | | | | | | | C#: Destroy script before clearing ownerRaul Santos2024-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The C# script destructor needs to access the owner (i.e.: to disconnect signals) so we now clear it after the script has been destroyed.
* | | | | | | | | | | | Merge pull request #95658 from akien-mga/openxr-fix-system-packageRémi Verschelde2024-08-191-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenXR: Fix support for building against distro package
| * | | | | | | | | | | | OpenXR: Fix support for building against distro packageRémi Verschelde2024-08-161-1/+2
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #95253 from Kimau/claire/logitechRémi Verschelde2024-08-193-0/+133
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenXR - Add Logitech Mx Ink Stylus Support
| * | | | | | | | | | | | OpenXR - Support for the Logitech MxInk StylusClaire Blackshaw2024-08-083-0/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In future work we may want to expose an isStylus or similar for XR Trackers, though that is likely outside the scope of this commit which is the core extension work. Vendor Ref: https://logitech.github.io/mxink/OpenXR.html
* | | | | | | | | | | | | C#: Use Godot's LipO implementation instead of Xcode's lipo commandRaul Santos2024-08-174-106/+30
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #95227 from BastiaanOlij/openxr_1_1_38Rémi Verschelde2024-08-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update OpenXR thirdparty library to 1.1.38
| * | | | | | | | | | | | Update OpenXR thirdparty library to 1.1.38, changed OpenXR init to stay on 1.0.xBastiaan Olij2024-08-071-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #94766 from Z0rb14n/fix-vector3-slerpRémi Verschelde2024-08-161-1/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C#: Fix Vector3 `Slerp` normalization error
| * | | | | | | | | | | | | Fix Vector3 Slerp Normalizing Zero VectorsZ0rb14n2024-07-261-1/+9
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ported the existing zero length check in C++ into C#.
* | | | | | | | | | | | | Merge pull request #94599 from juanjp600/node-array-export-diagnosticRémi Verschelde2024-08-163-19/+99
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C#: Fix GD0107 not applying to arrays and dictionaries containing nodes
| * | | | | | | | | | | | | Fix GD0107 not applying to arrays and dictionaries containing nodesJuan Pablo Arce2024-07-243-19/+99
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #93583 from smix8/obstacle_monitorRémi Verschelde2024-08-164-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add navigation obstacles to performance monitor stats
| * | | | | | | | | | | | | | Add navigation obstacles to performance monitor statssmix82024-06-254-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds navigation obstacle count to navigation performance monitor.
* | | | | | | | | | | | | | | Add support for loading less common DDS formatsBlueCube33102024-08-161-28/+160
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #95603 from tetrapod00/gltf-capitalization-errorsRémi Verschelde2024-08-167-44/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix glTF capitalization in error messages
| * | | | | | | | | | | | | | Change capitalization of glTF in errors and comments.tetrapod002024-08-157-44/+44
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #95578 from tetrapod00/gltf-capitalization-classrefRémi Verschelde2024-08-1617-106/+106
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix glTF capitalization in class reference
| * | | | | | | | | | | | | | Fix glTF capitalization in class referencetetrapod002024-08-1517-106/+106
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #95549 from timothyqiu/split-translation-serverRémi Verschelde2024-08-162-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split `TranslationServer` into its own file
| * | | | | | | | | | | | | | Split TranslationServer into its own fileHaoyu Qiu2024-08-152-2/+2
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #95542 from KoBeWi/go_bind_yourselfRémi Verschelde2024-08-168-18/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove empty `bind_methods()`
| * | | | | | | | | | | | | | | Remove empty bind_methods()kobewi2024-08-158-18/+0
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #95431 from Joy-less/Fix-#10418Rémi Verschelde2024-08-161-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C#: Add `NotNullWhenAttribute` to `IsInstanceValid`
| * | | | | | | | | | | | | | | Add NotNullWhenAttribute to IsInstanceValidJoyless2024-08-121-1/+2
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #95426 from Jordyfel/spawner-docRémi Verschelde2024-08-161-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo or unclear language in MultiplayerSpawner doc
| * | | | | | | | | | | | | | | Fix typo in MultiplayerSpawner docJordyfel2024-08-121-2/+2
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #95417 from bruvzg/win_dll_exportsRémi Verschelde2024-08-162-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary DLL export attributes.
| * | | | | | | | | | | | | | | Remove unnecessary DLL export attributes.bruvzg2024-08-122-1/+11
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #95408 from alesliehughes/gdscitp_debug_statementRémi Verschelde2024-08-162-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GDScript: Only include profiling variables when DEBUG is enabled
| * | | | | | | | | | | | | | | gdscript: Only include profiling variables when DEBUG is enabledAlistair Leslie-Hughes2024-08-122-0/+5
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #95322 from Nodragem/fix-pasting-in-gridmapRémi Verschelde2024-08-161-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix copy-paste and cut-paste in GridMap
| * | | | | | | | | | | | | | | prevent the click to get processed further after a paste actionNodragem2024-08-091-0/+1
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #94693 from jonatanrojderd/masterRémi Verschelde2024-08-161-7/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [C#] Change the `VisualShaderNodeCustom` template to use the correct override types and signatures
| * | | | | | | | | | | | | | | * Changed the VisualShaderNodeCustom template to use the correct overrides ↵Jonatan Röjder Delnavaz2024-08-161-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and added the GlobalClass attribute