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

Fix the Vector2i nonsense #5

Open
zethon opened this issue Jul 12, 2020 · 1 comment
Open

Fix the Vector2i nonsense #5

zethon opened this issue Jul 12, 2020 · 1 comment
Assignees
Labels
💴 tech debt Technical debt items
Milestone

Comments

@zethon
Copy link
Owner

zethon commented Jul 12, 2020

Trying to enforce integer types on the tiles is causing all kinds of nonsense like static_casts everywhere. Get rid of any hardcoded Vector2i or IntRect or anything else and try to be generic and use floats everywhere.

@zethon
Copy link
Owner Author

zethon commented Jul 22, 2020

I've been working on this as I continue to work on the Traffic refactoring, which I hope to have done this week.

@zethon zethon self-assigned this Jul 22, 2020
@zethon zethon added the 💴 tech debt Technical debt items label Apr 23, 2022
@zethon zethon added this to the Future milestone Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💴 tech debt Technical debt items
Projects
None yet
Development

No branches or pull requests

1 participant