OpenNotrium
OpenNotrium copied to clipboard
Minor movement issue
Moving from left side of the map to the right side of the map works fine, however, moving from right side to the left side tilts the movement a little bit to the bottom.
http://i.gyazo.com/fa6fa2f6e449b3fea7435ae672e59d2a.png If you look at the bottom green line carefully, you can see it dropping down.
Being able to see the minimap like that means that you are not facing the problem listed in Issue #3. What platform are you running this on? Does it happen on any area? Also, could you take a screenshot of the whole window?
I'm using windows XP I had the same effect on every area:
Left to right movement at the top of the map has no issues.
Right to left movement which started at the same spot the last one ended. You can see that you walked 1 tile down while going to the left side.
Also, I never experienced the minimap issue.
Just to let the community know that this seems to happen under Linux as well. Walking to the left will make the character slightly walk downwards.
Any insights of this issue? I've looked into player_controls
and found nothing that would make me think this isn't just a float rounding error. The pi constant is well defined too. https://github.com/verhoevenv/OpenNotrium/blob/2cc2d8b65fe11a64852763a07cab109a0308b9dd/WinMain.cpp#L4224
I have come to realise that this bug is also present in version 1.4.2. And since it isn't a critical one, I wouldn't feel obliged to have it corrected for v1.0. Should we remove it from the milestone, @verhoevenv?
Yeah, makes total sense.