heinrich5991 / libtw2

Some Teeworlds stuff in Rust.™
Apache License 2.0
49 stars 17 forks source link

Extend json spec to include vital flag #91

Closed ChillerDragon closed 7 months ago

ChillerDragon commented 7 months ago

https://github.com/heinrich5991/libtw2/blob/b9286674da94d3d45b9c10ffce517af394e2d58c/gamenet/generate/spec/teeworlds-0.7.5.json

Some messages are supposed to send the vital flag and others do not. This information is missing the the spec.

heinrich5991 commented 7 months ago

The only messages not supposed to be sent as vital messages (it's more than a flag, they get sequence numbers, get re-sent), are INPUT an SNAP_* messages, right?

ChillerDragon commented 7 months ago

Yea I think so.

ChillerDragon commented 7 months ago

Cool thanks