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