Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit d233908fb6c02f96f13de8b627510a5149bfecc3.
|
|
This reverts commit 912c2062e6ce38b2aaff6b87920ef4d2ef307555.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support signals in C# generated documentation
|
|
feature tag
|
|
|
|
-Creating from object pointer via funcptr API was missing reference initialization.
-Supersedes https://github.com/godotengine/godot-cpp/pull/662
-Fixes several crashes in GDExtension
|
|
"percent_visible" are set after the "text".
|
|
Fixed issues with 3D region-select in the editor
|
|
remove normal_to_panorama from spotlight projector
|
|
[Windows] Fix drag-and-drop.
|
|
|
|
Improve the `AudioStreamPlayer2D/3D.area_mask` documentation
|
|
|
|
Fix selecting keys in Animation Track Editor
|
|
|
|
|
|
|
|
|
|
The documentation was stating that the area mask affects where sounds
can be heard, which is not true. Instead, the area mask affects audio
bus redirection.
Thanks to Azedaxen on the Godot forums for providing this description :)
|
|
|
|
|
|
Used default value before, i.e. "same-origin", now uses "include" (i.e.
include for cross-origin if cross-origin is allowed).
|
|
|
|
|
|
Fix 3D sky update performance regression
|
|
|
|
Document occlusion culling classes and settings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #45984.
|