branchwiseguys/main/serialization_v1000cancel

37 Commits over 31 Days - 0.05cph!

6 Years Ago
merge
6 Years Ago
adjust state fix
6 Years Ago
Fixed bug with adjusting state during CSP
6 Years Ago
Added an inspector to AIMotor for debugging
6 Years Ago
bug fix with serializer
6 Years Ago
Added IDelta interface
6 Years Ago
Game now matches updated serialization format.
6 Years Ago
Converted old schemas
6 Years Ago
6 Years Ago
Serialization methods
6 Years Ago
Deltas now use operator overloads.
6 Years Ago
list deltas
6 Years Ago
Fixed a bullshit bug with list read / write generated methods.
6 Years Ago
List delta
6 Years Ago
delta support for child structs
6 Years Ago
Fixed some generation errors, testing deltas
6 Years Ago
.
6 Years Ago
Fixed some IL errors
6 Years Ago
Created Unit Tests for GetEquals methods
6 Years Ago
list
6 Years Ago
Generating List Read and Write Methods
6 Years Ago
GetDelta method implemented
6 Years Ago
AddDelta method implemented
6 Years Ago
Struct IEquatable method implementation refactored.
6 Years Ago
Generated list equality methods
6 Years Ago
List extensions
6 Years Ago
IsValid re implemented
6 Years Ago
Removing the default backing fields
6 Years Ago
List type backing fields generated and properties implemented.
6 Years Ago
Enum property support
6 Years Ago
String value properties set
6 Years Ago
Properties implemented for value types
6 Years Ago
Getters and Setter implementation
6 Years Ago
Backing fields generated
6 Years Ago
Added some methods for getting and adding deltas.
6 Years Ago
Removed the old getdelta
6 Years Ago
Implementing the new serialization change that have been worked out.