Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds a get_content_width method to RichTextLabel
|
|
|
|
|
|
|
|
|
|
|