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

[4.3] Cherry-picks for the 4.3 (4.3.1) branch - 1st misc bugs batch #947

Merged
merged 30 commits into from
Jan 23, 2025

Conversation

Spartan322
Copy link
Member

Misc Bug PRs:

Extra PRs:

Calinou and others added 4 commits January 22, 2025 21:24
GPUParticles' Inherit Velocity property used to act strangely
if the physics tick rate was lower than the rendered FPS, as velocity
was tracked in the process and not in the physics process. This
means that on certain rendered frames, the velocity was effectively
0 since there was no movement since the last rendered frame.

(cherry picked from commit 33e1f57)
* AStar2D, AStar3D and AStarGrid2D will now return a path when allow_partial_path is true even if the destination is a solid/disabled point.

# Conflicts:
#	core/math/a_star_grid_2d.cpp
#	core/math/a_star_grid_2d.h

(cherry picked from commit c46b5af)
stuartcarnie and others added 4 commits January 22, 2025 21:58
Otherwise the default modes will be cleared, which causes long lines to
be truncated in some terminals (e.g. Windows Terminal).

(cherry picked from commit 28c60a5)
raulsntos and others added 22 commits January 22, 2025 21:58
Use the DLL instead of the EXE, so we can rely on the dotnet CLI handling the architecture.

(cherry picked from commit ec189b1)
When compressing animation key frame indices the truncation breaks the animation near the border of pages.

We use banker's rounding (FE_TONEAREST) as implemented by fast_ftoi to get the nearest integer frame.

(cherry picked from commit dd9525b)
(cherry picked from commit a59fb07)
(cherry picked from commit 8bb3e53)
(cherry picked from commit 56922db)
@Spartan322 Spartan322 force-pushed the 4.3.1-cherry-pick/bugs-misc branch from 2f60f9a to 05bffa8 Compare January 23, 2025 02:59
@Spartan322 Spartan322 merged commit a07fa3f into Redot-Engine:4.3 Jan 23, 2025
18 checks passed
@Spartan322 Spartan322 deleted the 4.3.1-cherry-pick/bugs-misc branch January 23, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment