Age | Commit message (Collapse) | Author |
|
|
|
|
|
Klowner/audioserver-startplaybackstream-potential-leak
|
|
|
|
Also moved MT physics server wrappers to the main servers folder, since
they don't have to be implementation specific.
|
|
|
|
|
|
|
|
|
|
AudioServer::start_playback_stream()
|
|
|
|
|
|
|
|
|
|
(cherry picked from commit c17f051ee976ca3f192b1ead6c92aff762067508)
|
|
(cherry picked from commit 2a7e1d0aac1020f12228d62a4be76ec6bc4a919a)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
calculation to better match font size.
|
|
the check read the return type of the setter, which doesn't exist and
lead to a segmentation fault. Now we check the first function parameter.
Probably a bad copy/paste of the getter case
|
|
Remove unused imports default_theme SCsub
|
|
Add check to SurfaceTool.generate_lod(); ensure target index count >=…
|
|
|
|
|
|
|
|
Previously, files added via `add_ios_project_static_libs` where
being added as embedded frameworks. This commit fixes that.
Static frameworks/libs should never be embedded into IPAs.
|
|
|
|
|
|
Fix name used instead of doc for GDScript signals
|
|
|
|
|
|
and source index count. Fixes #53876
|
|
|
|
TwistedTwigleg/Godot_Master_SkeletonModificationIK_FixPoseChange
Fix for SkeletonModification3Ds to work with the new bone pose changes.
|
|
fixed global_pose_to_local_pose function
|
|
|
|
|
|
|
|
|
|
|
|
|