summaryrefslogtreecommitdiffstats
path: root/modules/godot_physics_3d/joints/SCsub
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-1/+2
|
* Move Godot Physics 3D into a module; add dummy 3D physics serverRicardo Buring2024-09-211-0/+5
If the module is enabled (default), 3D physics works as it did before. If the module is disabled and no other 3D physics server is registered (via a module or GDExtension), then we fall back to a dummy implementation which effectively disables 3D physics functionality (and a warning is printed). The dummy 3D physics server can also be selected explicitly, in which case no warning is printed.