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

Increment turn_time to make up for slower network connections. #10

Open
Alberdi opened this issue Oct 19, 2012 · 1 comment
Open

Increment turn_time to make up for slower network connections. #10

Alberdi opened this issue Oct 19, 2012 · 1 comment
Labels

Comments

@Alberdi
Copy link
Owner

Alberdi commented Oct 19, 2012

Due to the current network/update/render protocol, increasing turn_time from 0.1 (current) to 0.2 (looks good) will cut in half the FPS from 10 to 5, and that's not a lot to simulate fast effects and things like that. Futhermore, we are using those ticks to update all the entities, so they will seem slower if we increase turn_time but stick with the same values for each default_next_action.

@Alberdi
Copy link
Owner Author

Alberdi commented Oct 26, 2012

Might not be so critical after this commit, but it requires more testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant