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

Auto-travel doesn't update the map memory #37968

Open
l29ah opened this issue Feb 12, 2020 · 1 comment
Open

Auto-travel doesn't update the map memory #37968

l29ah opened this issue Feb 12, 2020 · 1 comment
Labels
<Bug> This needs to be fixed Mechanics: Map Memory Performance issues, weird behavior, improvements to map memory feature

Comments

@l29ah
Copy link
Contributor

l29ah commented Feb 12, 2020

Describe the bug

If you use auto-travel at night, you can see it doesn't update the map memory properly:

@kevingranade
Copy link
Member

This is due to an optimization where we don't redraw the map with every step during autotravel. We would need some alternate mechanism for achieving this higher level of performance in order to enable constant map memorization during autotravel.

We could potentially spot check unknown tiles manually during autotravel, this should be reasonable performance wise, but potentially requires duplicating a lot of code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bug> This needs to be fixed Mechanics: Map Memory Performance issues, weird behavior, improvements to map memory feature
Projects
None yet
Development

No branches or pull requests

3 participants