Age | Commit message (Collapse) | Author |
|
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 :)
|
|
|
|
|
|
|
|
|
|
Fix 3D sky update performance regression
|
|
|
|
Document occlusion culling classes and settings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #45984.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds a get_content_width method to RichTextLabel
|
|
|
|
|
|
|
|
|
|
|
|
After starting an instant transform and cancelling it, the mouse was
blocked because cancel_transform did not set _edit.instant back to
false.
This refactors all the cleanup into a separate function that both
cancel_transform and commit_transform can call.
Fixes #57868.
|
|
Using codespell 2.2-dev from current git.
Added `misc/scripts/codespell.sh` to make it easier to run it once in a
while and update the skip and ignore lists.
|
|
|
|
|
|
Allow the drawing and editing of all animation bezier curves
|
|
|
|
* Move bezier edit from track to button in toolbar
* Draw, edit all bezier curves simultaneously
* Add click on curve to select tracks
* Tie track editor's filter view to bezier editor
* Implement visibility and locking
* Fix editor spacing issues
* Fix track buttons spacing
* Add keyframe focus and (de)select all key handling
|
|
[Net] Clarify RPC error when method is missing.
|
|
Fixes rotation 3D track inspector not using the correct type
|
|
[Debugger] Move most profilers to ServersDebugger, fix core includes.
|
|
|
|
Moved argument from RTR to vformat. Message is now similar to uniform-arrays-error further down.
|
|
|
|
|
|
|
|
|
|
Node::rpc and Node::rpc_id will now also accepts Strings instead of only
accepting StringNames.
|
|
|
|
|
|
|
|
|