branchrust_reboot/main/protobuf_skip_default_fieldscancel

11 Commits over 30 Days - 0.02cph!

2 Months Ago
Protobuf codegen
2 Months Ago
Update protobuf codegen tool to always include enums even if default value (they aren't really used in codebase but better to be safe)
2 Months Ago
Merge from main -> protobuf_skip_default_fields
3 Months Ago
Codegen
3 Months Ago
merge from main -> protobuf_skip_default_fields
3 Months Ago
Apply fix #2 in redid commit
3 Months Ago
Redid the commit so that it would stop applying to DeltaSerialize() - tried to combine existing null checks with new default value checks, keeping them seperate is less complexity
3 Months Ago
Fix & update codegen - don't check if field is null twice (bytes & strings already checked if null when optional) - throw error if required class isn't present, skip serializing structs if required but default value - fix regression where it checked if field was default when delta serializing
3 Months Ago
Skip fields with custom default values instead of always serializing them - significant as it affects Vector3
3 Months Ago
Updated codegen Protobuf now won't serialize default values as pooling resets everything before deserialization - should have the exact same input & output but better performance
3 Months Ago
Made ProtoBuf.Half3 and ProtoBuf.VectorData IEquatable so it can be compared to default value