aboutsummaryrefslogtreecommitdiff
path: root/pkg/pdata/persistent_player_data_version_231_test.go
AgeCommit message (Collapse)Author
2022-10-12pkg/{pdata,pdef/pdefgen}: Add support for JSON encodingpg9182
* Backwards-compatbile with old master server: * NaN/Inf floats are encoded as null. * Enums are encoded as the value name, or the number if unrecognized. * Names are the same as the pdef. * Exception: Strings don't include bytes after the null terminator. * Also supports filtering fields. * Decoding is not supported for now.
2022-10-02pkg/pdata: Import R2Northstar data, generate parserpg9182