Age | Commit message (Collapse) | Author |
|
|
|
|
|
Register missing WebRTCDataChannelJS type
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DisplayServer: Don't fallback to headless
|
|
Fix exit code of --help and --version, and test them in CI
|
|
Default cursor fix for html5 export
|
|
Corrects prior regression which caused ERROR output and exit code of 1.
|
|
TokageItLab/importer-retarget-registered-gdhumanoid
|
|
|
|
|
|
Unless users requested the headless driver specifically, they expect to either
see a window, or that the process terminates if there's an error.
Currently it would fallback to headless so they'd unexpectedly get a valid headless
instance if their DisplayServer failed initializing (e.g. missing Vulkan support).
Fixes #58414.
|
|
|
|
foxydevloper/add-global-position-and-global-rotation
Add global_position and global_rotation to Node3D
|
|
|
|
|
|
|
|
This also adds `SNAME()` macros where relevant to improve performance.
|
|
|
|
|
|
Negative easing values result in broken rendering.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add `root_subfolder` to FileDialog
|
|
|
|
Properly check for fullscreen toggle made through the Window Manager
|
|
Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays.
|
|
|
|
|
|
|
|
Add/fix support for RID, Callable and Signal in editor properties
|
|
Fixing print_rich() which only displays correctly in terminal - Fixes #62560
|
|
There was an issue that the type was not passed through correctly. These couple of lines fix this issue and make print_rich work as expected.
|
|
Use a more robust method of determining writability of bindings
|
|
|
|
|
|
|
|
|
|
|