branchwiseguys/main/serialization_v1000cancel
37 Commits over 31 Days - 0.05cph!
Implementing the new serialization change that have been worked out.
Added some methods for getting and adding deltas.
Getters and Setter implementation
Properties implemented for value types
String value properties set
List type backing fields generated and properties implemented.
Removing the default backing fields
Generated list equality methods
Struct IEquatable method implementation refactored.
AddDelta method implemented
GetDelta method implemented
Generating List Read and Write Methods
Created Unit Tests for GetEquals methods
Fixed some generation errors, testing deltas
delta support for child structs
Fixed a bullshit bug with list read / write generated methods.
Deltas now use operator overloads.
Game now matches updated serialization format.
Added an inspector to AIMotor for debugging
Fixed bug with adjusting state during CSP