branchwiseguys/main/serialization_v1000cancel

37 Commits over 31 Days - 0.05cph!

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