-
Notifications
You must be signed in to change notification settings - Fork 141
Figure counting functions #1566
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
base: master
Are you sure you want to change the base?
Figure counting functions #1566
Conversation
|
I was thinking about this one yesterday - I can merge that, but I would prefer if we had a proper figure counting function for areas, that would allow counting of:
Since that would be useful in more situations, and would allow us to check for figures more precisely. Outside of flotsam and gulls, of the top of my head, explosions and smoke are also figures, and I think so are projectiles? |
|
Which figures exactly do you mean by citizens. Legions as well? |
|
I meant human/animal figures excluding enemy. However, if you have time: |
|
But only with figure "groups" because there are to many figure types to implement that. |
…-callidus/augustus into fix-figure-count-bridge
This PR introduces new functions to count figures and rework figure categories to a bitflag enum and them as argument for the counting functions.