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

Added interpolated unit and projectile movement to ground battles #1103

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

hemoridos
Copy link
Contributor

Added interpolation to unit and projectile movement in ground battles to smooth out movement on lower simulation speeds.
For this I separated simulation and rendering timers during ground battles. A new timer was added for submitting painting requests with a delay same as on ultra fast sim speed(~40fps).

Also found that the simulation timer for running test battles outside of a groundwar(ctrl+d) was always running affecting proper timings, I moved that to activate only when the test battle is started.

@akarnokd akarnokd merged commit ec4335d into akarnokd:master Nov 16, 2023
@hemoridos hemoridos deleted the groundwar_interpolation branch April 12, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants