heinrich5991 / libtw2

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

gamenet: missing connless info (inf3) #77

Closed ChillerDragon closed 1 year ago

ChillerDragon commented 1 year ago

https://github.com/heinrich5991/libtw2/blob/7885c99974ee445ce13297b72ae3e7c6ea3b969d/gamenet/generate/spec/teeworlds-0.7.5.json#L1127-L1133

there is "request info" which maps to GETINFO here

https://github.com/teeworlds/teeworlds/blob/26d24ec061d44e6084b2d77a9b8a0a48e354eba6/src/mastersrv/mastersrv.h#L27

but the "info" one is missing

heinrich5991 commented 1 year ago

Yep, that's missing. Would need to be added somewhere around here:

https://github.com/heinrich5991/libtw2/blob/7885c99974ee445ce13297b72ae3e7c6ea3b969d/gamenet/generate/loader.py#L167-L207