Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixes #58459.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Will be compiled and used in the next commit.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
|
|
|
|
|
Use Filament specular model and parametrization
|
|
|
|
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
|
|
Document String's humanize_size static method
|
|
The GIProbe gizmo was writing values in 3 dimensions to Vector2s. This error was previously being masked by the Vector2 accessor, but now results in a crash or ERR_FAIL message.
This PR removes the Vector2s as they were unused.
|
|
|
|
|
|
|
|
|
|
This removes the dependency on shared libmonosgen installed locally
and makes the artifacts usable as standalone for testing without
needing a full Mono install.
|
|
|
|
|
|
|
|
|
|
borderless window.
|
|
|
|
|
|
|
|
|
|
|
|
autocomplete, and restricts initialization of variables from other variables which have not been declared above it in class body
|
|
Use bresenham_line() in EditorAtlasPacker::chart_pack
|
|
Fixed issue with godot's changes to polypartition third-party code
|
|
[Net] Fix multi-peer path-only replication, optimize single peer object cache.
|
|
vkQueueSubmit needs pWaitDstStageMask sized to waitSemaphoreCount
|
|
Fix typos in editor font preload dialog warning messages
|
|
|
|
It used to always cycle all the peers when checking which one needed to
be notified, now it only does that when the target is multiple (i.e.
broadcast or exclusion).
|
|
|