Age | Commit message (Collapse) | Author |
|
Add window FLAG_POPUP and a platform specific routines to control popup auto-hiding and event forwarding.
|
|
Fixes #58459.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
instead of for every shape
|
|
|
|
|
|
|
|
|
|
This reverts commit aa1cba1d53270cd14339141082d9d5dc9c3857ef.
|
|
This is more consistent with `AudioServer.device` (for output),
which is already exposed as a property.
|
|
|
|
|
|
|
|
Remove currently unused implementation of TextureBasisU, could be re-added
later on if needed and ported.
|
|
|
|
The change in 09563e4bd8fa4dda8802b3b48f111f3c1de499d8 wasn't
consistently carried out everywhere needed.
|
|
* Adds optional vec4 USERDATA1 .. USERDATA6 to particles, allowing to store custom data.
* This data is allocated on demand, so shaders that do not use it do not cost more.
|
|
|
|
Free surface vertex_buffers after vertex_arrays to silence warnings
|
|
Fixes some 'Attempted to free invalid ID' warnings in mobile renderer
|
|
|
|
PitchShift effect quality and performance tweaks for different pitch scale values
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is unsupported and glslang made it raise an error in 11.7.0:
https://github.com/KhronosGroup/glslang/pull/2810
Co-authored-by: Clay John <claynjohn@gmail.com>
|
|
|
|
remove normal_to_panorama from spotlight projector
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|