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

EngGridUpdatePacket / shipSystemSync minor corrections #141

Closed
StarryWisdom opened this issue Mar 29, 2018 · 1 comment
Closed

EngGridUpdatePacket / shipSystemSync minor corrections #141

StarryWisdom opened this issue Mar 29, 2018 · 1 comment

Comments

@StarryWisdom
Copy link
Collaborator

if given 2 full status=true packets in a short time they turn into delta packets - I'm guessing its reset once per frame/ per network update speed but have not confirmed.

also (Is there an upper limit to this value?) - there are at least 2
above 100000% as soon as a damcon starts repairing it will jump to 99999%
above (signed 32 bit int max) % the number will wrap to negative, clearly the float is converted to a signed int before being displayed

@rjwut
Copy link
Member

rjwut commented Apr 5, 2018

Fixed in a previous commit.

@rjwut rjwut closed this as completed Apr 5, 2018
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

No branches or pull requests

2 participants