Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from godotengine:master #120

Merged
merged 20 commits into from
Jan 24, 2025
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 24, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

TCROC and others added 20 commits January 22, 2025 11:29
PR #90993 needed to get rid of VMA_MEMORY_USAGE_AUTO_PREFER_HOST because
we no longer used vmaCreateBuffer so we could specify the allocation
callbacks.

This however resulted in the wrong memory pool being chosen, causing
signficant performance slowdown.

Indicate additional preferred flags to help VMA select the proper pool.

Fixes #101905
Allows a non-interpolated particle system to closely follow an interpolated target without tracking ahead of the target, by performing fixed timestep interpolation on the particle system global transform, and using this for emission.

Co-authored-by: lawnjelly <[email protected]>
…scene-reset-scale

Fix SceneTreeDock::_new_scene_from()'s reset_scale in 3D
Vulkan: Fix performance regression introduced in buffer creation
2D: Fix `CanvasTexture` rendering when updating channels
WebGL2: Fix 2D array textures with RGTC compression not rendering
Update Jolt Physics `BoxShape` to allow for zero-sized boxes
Fix wrong distance calculation in `NavMeshQueries3D::_query_task_build_path_corridor`
`TextureProgressBar` minimum size selection as maximum among all textures
`CPUParticles2D` - Add ability to follow physics interpolated target
…e-window-mode

Disable Game Embedding in Single Window Mode
…ot-seed-randomization

Fix `gpu_particles_2d` not randomizing seed when `set_one_shot` is called
@pull pull bot added the ⤵️ pull label Jan 24, 2025
@pull pull bot merged commit b15b24b into jcalifornia:master Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.