Skip to content

Adjust urban sprawl to work better with different map sizes #1973

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

Merged
merged 2 commits into from
Jun 6, 2025

Conversation

ineveraskedforthis
Copy link
Contributor

No description provided.

@@ -195,6 +195,7 @@ class display_data {
std::vector<uint8_t> terrain_id_map;
std::vector<uint8_t> median_terrain_type;
std::vector<uint32_t> province_area;
std::vector<float> province_area_km2;
Copy link
Owner

@schombert schombert Jun 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it might be worthwhile to think about moving some of these values into dcon if they have to be serialized anyways. I believe that when Erik originally wrote this section he was unfamiliar with dcon and so avoided putting anything into it for that reason, not out of some principled choice.

@schombert schombert merged commit 72faabf into schombert:main Jun 6, 2025
3 checks passed
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.

2 participants