Age | Commit message (Collapse) | Author |
|
Fix typo in SSR roughness quality enum value names
|
|
IgorKordiukiewicz/remove-files-dropped-signal-from-scene-tree
Remove files_dropped signal from SceneTree
|
|
|
|
|
|
|
|
Add window FLAG_POPUP and a platform specific routines to control popup auto-hiding and event forwarding.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows for the extension of AudioStream where you can call
`instance_plackback` on child AudioStream instances within gdscript,
much like the implementation of some child classes in C++.
See `AudioStreamRandomPitch` for an example of how this can be used.
|
|
Add more information on triangulate polygon
|
|
Fix incorrect surfacetool example in class docs
|
|
|
|
|
|
|
|
Fix Viewport mouse enter+exit notifications
|
|
|
|
|
|
|
|
|
|
|
|
reflections"
This reverts commit 09563e4bd8fa4dda8802b3b48f111f3c1de499d8.
|
|
|
|
This is more consistent with `AudioServer.device` (for output),
which is already exposed as a property.
|
|
|
|
|
|
|
|
|
|
Changed 'find_node' to 'find_nodes' which now returns an 'TypedArray<Node>', as well as Added a 'type' parameter to match against specific node types, which supports inheritance.
|
|
Add a property hint for the Line2D Round Precision property
|
|
|
|
|
|
This prevents choosing extremely high values which cause performance
issues for no visual benefit.
|
|
|
|
|
|
|
|
mouse enter+exit
|
|
This method can be used to get the CPU model name.
It can be used in conjunction with
`RenderingServer.get_video_adapter_name()` and
`RenderingServer.get_video_adapter_vendor()` for annotating benchmarks
and automatic graphics quality configuration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clamp environment light sky contribution to the [0.0; 1.0] range
|