Anders Jenbo
Anders Jenbo
I cannot replicate this, I'm guessing this is related to vsync=0 and not having a window manager that does vsync itself? P.s. I believe you mentioned in the chat that...
Considering that we don't even know the IP well enough to display it on the host screen I think we can write off that idea anyway.
maybe something can be done using composition?
Not much it was a loos thought :) One ugly aspect is that in town towners are seen as monsters but must be looked up in a different table.
Maybe something like: ```cpp monster.ai.goal; monster.ai.var1; monster.ai.var2; monster.ai.var3; ``` It won't help with size, but could help structure things better?
@obligaron any insight :)
why so many options :cry: I think it would be best if the colors where the same for all players so that screen shots will make sens :roll_eyes:
Yeah it's by design that it triggers if there is a default.
https://phpmd.org/rules/cleancode.html > A boolean flag argument is a reliable indicator for a violation of the Single Responsibility Principle (SRP). You can fix this problem by extracting the logic in the...
> @AJenbo "Solution 1" is exactly the issue illustration: the `BooleanArgumentFlag` rule **forces** developers to not use promoted properties when an entity has a boolean property that needs a default...